Skip to content
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

Question about a new release #42

Closed
RaczeQ opened this issue Nov 21, 2023 · 5 comments
Closed

Question about a new release #42

RaczeQ opened this issue Nov 21, 2023 · 5 comments

Comments

@RaczeQ
Copy link

RaczeQ commented Nov 21, 2023

Hello,

I was wondering if you could publish a new release of the library in the near future.
I'd love to use new functions (especially io from and to geoparquet format) in my python library, but putting a git development url in dependencies isn't really sustainable in the long run 😄

@paleolimbot
Copy link
Contributor

I'm happy to tag + release later this week or next, although be aware that there are still large structural changes that are being discussed (#38) that might require you to do some conditional things based on the version. That said, I don't think that io.read_geoparquet_table() is one of the things that will move or whose behaviour for the wide variety of cases is likely to undergo much evolution.

@RaczeQ
Copy link
Author

RaczeQ commented Nov 22, 2023

Yes, I'm aware of this discussion and I'll be following the development of those changes in the future.
Thank you for the heads up.

@RaczeQ
Copy link
Author

RaczeQ commented Jan 16, 2024

Just as information - since it's not possible to release a library on PyPI with a link to the repository library, I had to lock it to the current newest release and I copied some code with the io module with annotation where it comes from:
https://github.com/kraina-ai/quackosm/blob/482e3090dfbefd7fae4374267ad045be0f12465e/quackosm/_geo_arrow_io.py

I'll remove it after the new release of geoarrow-python (or maybe I'll switch to geoarrow-rust-core when it'll have the same IO capabilities regarding GeoParquet files).

@kylebarron
Copy link
Member

read_parquet exists, but right now it only accepts local files and is likely to be less stable than the pyarrow version. Cloud file support is planned "soon"

@paleolimbot
Copy link
Contributor

Yes, sorry, I forgot about tagging + pushing another release 😬

@RaczeQ RaczeQ closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants