niwa / geoapis

A Python package for simply downloading publicly available web-hosted geo-spatial data. View API docs at: https://niwa.github.io/geoapis/
MIT License
9 stars 3 forks source link

update support for querying within a multipolygon for a raster #34

Closed rosepearson closed 1 year ago

rosepearson commented 1 year ago

raster.py does not support a multipolygon being passed as an input. Will need to explode out the coordinates generator so that each polygon in the multipolygon is separately constructed. image