SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
26 stars 11 forks source link

Enhance RasterSubsetter with option to sample data via the subset api #326

Open jpswinski opened 10 months ago

jpswinski commented 10 months ago

Instead of calling the sample API on each point, the code could subset the raster, maintain a local copy of the data in memory, and then sample the local memory with every point read from the queue.