yocontra / node-gdal-next

Node.js bindings for GDAL (Geospatial Data Abstraction Library) [Fork]
https://contra.io/node-gdal-next/
Apache License 2.0
75 stars 35 forks source link

Rasterize missing? #56

Open iredmedia opened 2 years ago

iredmedia commented 2 years ago

It appears polygonize exists in this lib but rasterize doesn't. Is this something that could be achieved? Are there technical challenges to doing so?

yocontra commented 2 years ago

Have you tried looking at the node-gdal-async fork? If the feature exists there I would suggest trying that, or maybe opening an issue there. The company I started that I created this fork for has gone out of business unfortunately and I haven't had time to continue adding new features to this project. @mmomtchev has basically taken this repo as a baseline and continued improving on it.