ruithnadsteud / yt_georaster

A package for handling geotiff files and georeferenced datasets within yt.
1 stars 2 forks source link

Querying multi-polygons #49

Open arevill2 opened 3 years ago

arevill2 commented 3 years ago

Developing the querying of raster data using multi-polygon shapefiles. Supporting the querying of multi-band data on a per-polygon basis for all polygons in a shapefile dataset. Creating separate containers/shape for each polygon and being able to query data for specific polygon based on an a field ID number (e.g., shape0 = poly.shapes[0]).