-
Notifications
You must be signed in to change notification settings - Fork 10
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
document installation / cli usage? #18
Comments
|
I'll have to check on the CLI stuff. I haven't had a chance to use https://github.com/stactools-packages/geoparquet-items. I actually didn't realize you were implementing it outside of the As for the usage, I'll put together some examples. Does https://github.com/stac-utils/stac-geoparquet#usage work for you? A full shell session would be something like
I can add more examples. Right now I'm working on #11. But I can add other inputs as necessary. |
I'm not sure whether the CLI should be developed here or separate. Keeping this as just a library with separate CLI ensures it's a clean interface and stactools may give it a bit more expsoure. Also, I'm starting to add a bit more to it than just using this library for conversion (although that could also be separate), see https://github.com/stactools-packages/geoparquet-items#command-line-usage |
Maybe, but I've been doing the opposite pattern with stac-asset, where |
I just ran into this, trying to install via conda-forge |
Taking a look. |
The 0.6 PR is merged in conda-forge/stac-geoparquet-feedstock#7 now. It should be available through conga-forge soon. |
I attempted to use this, and am not a python expert, and wasn't sure how to install it and run it? Tried a few different things (pip, poetry, flit), and tried doing
python stac_geoparquet/stac_geoparquet.py
andpython stac_geoparquet/cli.py
. Both complained aboutModuleNotFoundError: No module named 'stac_geoparquet.utils'; 'stac_geoparquet' is not a package
I'm guessing I'm just not installing it right. The CLI looks cool and I'd be psyched to use it, but not sure how.
Feel free to just give me brief instructions here and I'm happy to try and then make PR to the readme.
Thanks!
The text was updated successfully, but these errors were encountered: