ecohealthalliance / fasterize

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

Fasterize to file? #29

Open JimShady opened 5 years ago

JimShady commented 5 years ago

Hi,

Thanks for this excellent package. It has greatly speeded-up my workflows. A question though - can fasterize write to file? I need to make some pretty large rasters, and it's not always practical to work in memory.

Thanks.

mhesselbarth commented 4 years ago

This would be amazing!

tylerdrudolph commented 3 years ago

A 'writetofile' argument would indeed be practical. I have had great success with gdalUtils::gdal_rasterize in such circumstances.

mdsumner commented 1 year ago

I'll demonstrate this soon with #11 - possibly using a different package/s though

JimShady commented 1 year ago

Awesome.