gdal-async
Version:
Bindings to GDAL (Geospatial Data Abstraction Library) with full async support
18 lines (13 loc) • 675 B
Markdown
# 3.5
- VSI layer support
- Expand EventEmitters
- Switch from nan to N-API
- Support aborting of GDAL operations (that allow it) through the AbortController (Node.js >= 15)
- Support `worker_threads` (almost automatic with N-API)
# One day, maybe
- Normalize the build system for this package to match more recent native modules like node-sqlite
- Switch off of G++ to Clang for all CI work
- Find a way to keep the dependency source code out of the repository to reduce noise
- Reduce the manual patching done in the gdal format gyp files
- Automate dependency updates and prebuilt binaries for new node releases
- It would be nice if we had a bot that did this weekly