-
Notifications
You must be signed in to change notification settings - Fork 5
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
rasterio dependency #340
Comments
@jdries ok to drop rasterio as |
My problem with rasterio got fixed by switching from Python 3.10 to 3.8. |
Ok as proposed! |
hmm apparently rasterio is an undeclared dependency of geopyspark will revert |
fixed for now ideally we fix the dependency declaration bug in our custom fork https://github.com/Open-EO/geopyspark , but that's probably not worth the effort for now |
openeo-geopyspark-driver/setup.py
Line 63 in b4b65f5
The only place
rasterio
is used in main project is atopeneo-geopyspark-driver/openeogeotrellis/geopysparkdatacube.py
Lines 2022 to 2025 in b4b65f5
But as far as I can see, this
_save_stitched_tiled
is not used anymore (last usage removed in 8e3652f ?)rasterio is however used in a couple of unit tests
So I think we can just drop rasterio as
install_requires
dependency and move it to the test dependenciesThe text was updated successfully, but these errors were encountered: