Skip to content

v3.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mmomtchev mmomtchev released this 21 May 16:06

[3.2.0] 2021-05-21

Added

  • GDAL 3.2.3
  • Built-in vsicurl and major cloud services (Amazon, Google, Microsoft and Alibaba) support on all platforms
  • Support async_hooks
  • Support progress callbacks
  • Support different algorithms when resampling on-the-fly
  • Add gdal.Geometry.fromGeoJsonBuffer(Async)(), a completely parallelizable alternative to gdal.Geometry.fromGeoJson() for importing large GeoJSON geometries without blocking the event loop
  • Add gdal.LayerFeatures.setAsync()

Changed

  • gdal.Geometry.fromGeoJson now throws an Error on error instead of simply returning a null geometry

    Previously all gdal.Geometry.from* functions except fromGeoJson threw undocumented errors, now all of them, including fromGeoJson throw documented errors