mmomtchev / node-gdal-async

Node.js bindings for GDAL (Geospatial Data Abstraction Library) with full async support
https://mmomtchev.github.io/node-gdal-async/
Apache License 2.0
133 stars 26 forks source link

Implement ProcessPerChunk #3

Open mmomtchev opened 3 years ago

mmomtchev commented 3 years ago

GDALMDArray::ProcessPerChunk is a very interesting mechanism - that calls for some very interesting solutions in JS.

Anything but the very first solution is probably out of scope for 3.3

mmomtchev commented 2 years ago

This will be implemented using https://github.com/mmomtchev/exprtk.js - which allows for the most complex pipelines possible