ecohealthalliance / fasterize

High performance raster conversion for modern spatial data 🚀🌏▦
https://ecohealthalliance.github.io/fasterize/
Other
182 stars 15 forks source link

Other output targets #23

Open noamross opened 6 years ago

noamross commented 6 years ago

If there were standardized/widely adopted targets for these, I would consider

mdsumner commented 1 year ago

we really need something like this gist, a sparse array used to write blocks with GDAL in python:

https://gist.github.com/vincentsarago/b00f50f8b66ab5ccbd4449f6a1bd8b71

I've done the block write stuff, but apart from using cells and some tiling logic I haven't used a formal sparse array