You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I can see a similar unresolved issue here #155, is there a way to implement the following gdal_rasterize cmd in an Express API in node fashion, other than executing the code as it is using something like this https://www.npmjs.com/package/shelljs.
Although I can see a similar unresolved issue here #155, is there a way to implement the following gdal_rasterize cmd in an Express API in node fashion, other than executing the code as it is using something like this https://www.npmjs.com/package/shelljs.
$gdal_rasterize -a count -of GTiff -co "COMPRESS=DEFLATE" -tap -tr 1000 1000 ~/test.geojson ~/test.tiff
The text was updated successfully, but these errors were encountered: