We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
excluder.add_raster
excluder.add_geometry
Would be nice to be able to do
excluder.add_raster("https://mywebsite.org/file.nc")
The text was updated successfully, but these errors were encountered:
Could follow same approach as in PyPSA for retrieving files in _retrieve_from_url https://github.com/PyPSA/PyPSA/blob/master/pypsa/io.py
_retrieve_from_url
Sorry, something went wrong.
add_geometry
add_raster
Works with rasterio >= 1.3.2 automatically.
Successfully merging a pull request may close this issue.
Would be nice to be able to do
The text was updated successfully, but these errors were encountered: