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 36 forks source link

async support for raster data #31

Closed mmomtchev closed 3 years ago

mmomtchev commented 3 years ago

This adds async support for raster data operations

mmomtchev commented 3 years ago

@contra no one is saying anything, so maybe take that bold decision? 😄

do not hesitate to straighten up my English, especially for the jsdoc

mmomtchev commented 3 years ago

31 #19

mmomtchev commented 3 years ago

Some some reason I had to disable the embedded SQL unit testing on GDAL 1.x, did it work before?

yocontra commented 3 years ago

@mmomtchev Only targeting gdal 2.0+, don't think anything is ever tested or built against 1.x in this project or the original one

mmomtchev commented 3 years ago

@mmomtchev Only targeting gdal 2.0+, don't think anything is ever tested or built against 1.x in this project or the original one

There are AppVeyor platforms configured to build with a shared GDAL 1.x (Ubuntu 16.04 is the one I am testing)

UPDATE: I confirm, node-gdal-async breaks embedded SQL on GDAL 1.x, give a few moments, maybe it is something simple

yocontra commented 3 years ago

Thanks again - will publish as 2.4.0 once the builds complete.