-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
ENH: Add support for mask parameter #285
Conversation
GDAL Arrow bug logged at: OSGeo/gdal#8347 This affects both |
@brendan-ward there has been quite a few commits to GDAL master regarding Arrow filtering. I have been using pyogrio with TileDB in GDAL (which supports arrow) and I am 👍 on adding mask support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
fix prev incomplete merge
Resolves #277
Adds
mask
parameter toread
,read_dataframe
,open_arrow
, andread_bounds
.This takes an easier path to supporting geometries than Fiona (which supports GeoJSON-like inputs). This requires Shapely
Geometry
objects, and internally converts them to WKB to create the geometry within GDAL.I have not finished checking compatibility with other parameters, like
where
orsql
.I am currently seeing inconsistent behavior when using Arrow, where it will return more results than expected for GPKG.