-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add geopackage driver #36
Comments
What is geopackage, please? I am looking at https://www.geopackage.org/spec/#_sqlite_container (an sqlite3 file with specific conventions and file extension). Yes, a driver would be fine, but I would rather do it for "v2", currently in development. How do you currently read these data? |
I'm not sure how to answer the question about what a geopackage is - I don't know the details of the file format. I can try to help dig up information if I know what you're looking for. Here is an example of how I would open one:
|
I added the following to the Intake Take2 (v2) branch:
and this allows
Making readers is much simpler in V2! This Note on "anon": we trialed having s3fs "fall back" to trying anon in the case that credentials were missing or invalid, but this caused problems for everyone, so it's better to explicitly label datasets that need no creds. |
Note on |
Awesome, thanks @martindurant. Is there a timeline for when intake v2 will be released? |
Very alpha is available now as 2.0.0a2 (or .aX, as I have time). I was planning for beta/RC release at the new year, and then full release depending on feedback. I might call the package "intake2" or "take2" for a transitional time (but nor until release). |
Hi! This is somewhat off the cuff as I’m traveling, but I think it should
be possible to use geopackage files with this plugin as-is by specifying
the driver in the geopandas_kwargs.
There is even an example in the test suite here:
https://github.com/intake/intake_geopandas/blob/34b30175ba86f4ce754f4e84d35fa07c91e6db88/tests/test_file_source.py#L78
…On Thu, Dec 21, 2023 at 7:54 PM Martin Durant ***@***.***> wrote:
Very alpha is available now as 2.0.0a2 (or .aX, as I have time). I was
planning for beta/RC release at the new year, and then full release
depending on feedback. I might call the package "intake2" or "take2" for a
transitional time (but nor until release).
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLWQN4Y5ZZJX56FQ3IXZVTYKSAU7AVCNFSM6AAAAABA6U63JWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRWG44DSMZQGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I would like to store some geopackage files in an intake catalog, but I don't currently see any drivers for this file type. A pangeo colleague suggested I open an issue here. Do you all have any plans to add this driver? Thanks!
The text was updated successfully, but these errors were encountered: