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
Should a 0-element Vector simply be skipped when Rasterizing or is there good reason to return an error?
ERROR: BoundsError: attempt to access 0-element Vector{ArchGDAL.IGeometry{ArchGDAL.wkbMultiPolygon}} at index [1]
The text was updated successfully, but these errors were encountered:
My fault... I was passing in an empty GeoDataFrame
Sorry, something went wrong.
Probably we should check and throw a nicer error
For rasterize! or rasterize with a to, another option is to just return a Raster filled with missingval.
rasterize!
rasterize
to
Yep that makes more sense
No branches or pull requests
Should a 0-element Vector simply be skipped when Rasterizing or is there good reason to return an error?
The text was updated successfully, but these errors were encountered: