Skip to content

Releases: ddohler/gdal-js

2.2.0: Add GDALRasterIO and related methods

30 Jan 17:30
Compare
Choose a tag to compare
  • Adds methods related to GDALRasterIO and GDALDatasetRasterIO
  • Adds an example of using GDALDatasetRasterIO to the thumbnail example.

2.1.0: Upgrade to GDAL 2.4, add OGR methods

15 Aug 08:47
Compare
Choose a tag to compare
  • Upgrades to latest Emscripten version (and removes pinning, because it wasn't working for me at the time).
  • Upgrades to GDAL 2.4
  • Adds numerous exported methods, including GDALPolygonize and OGR-related methods.

2.0.0

15 Aug 08:42
Compare
Choose a tag to compare

Upgrades Emscripten to the latest version.

1.1.3

21 Aug 20:57
Compare
Choose a tag to compare

Export additional GDAL functions:

  • GDALRasterize
  • GDALRasterizeOptionsNew
  • GDALRasterizeOptionsFree
  • GDALDEMProcessing
  • GDALDEMProcessingOptionsNew
  • GDALDEMProcessingOptionsFree

1.1.2

29 Jun 13:04
a44d9e3
Compare
Choose a tag to compare
  • Compile in GDAL's internal JPEG support. Adds ~200KB to binary size.

1.1.0

07 Mar 15:03
Compare
Choose a tag to compare

Add functions from cpl_error.h to support better error handling from JS code. The added functions are:

  • CPLError
  • CPLSetErrorHandler
  • CPLQuietErrorHandler
  • CPLErrorReset
  • CPLGetLastErrorMsg
  • CPLGetLastErrorNo
  • CPLGetLastErrorType

1.0.0

26 Jan 20:51
Compare
Choose a tag to compare

Publish to NPM and update README. This is functionally identical to the 0.0.4 release.

0.0.4

23 Jan 18:43
Compare
Choose a tag to compare
  • Add support and example for tiled previews of GeoTIFFs
  • Switch to WebAssembly format

0.0.3

26 Dec 03:13
Compare
Choose a tag to compare

Add support and examples for many new GDAL functions.

Available GDAL functions:

  • CSLCount
  • GDALSetCacheMax
  • GDALAllRegister
  • GDALOpen
  • GDALClose
  • GDALGetDriverByName
  • GDALCreate
  • GDALCreateCopy
  • GDALGetRasterXSize
  • GDALGetRasterYSize
  • GDALGetRasterCount
  • GDALGetRasterDataType
  • GDALGetRasterBand
  • GDALGetProjectionRef
  • GDALSetProjection
  • GDALGetGeoTransform
  • GDALSetGeoTransform
  • OSRNewSpatialReference
  • OSRImportFromEPSG
  • OCTNewCoordinateTransformation
  • OCTTransform
  • GDALCreateGenImgProjTransformer
  • GDALGenImgProjTransform
  • GDALDestroyGenImgProjTransformer
  • GDALSuggestedWarpOutput
  • GDALTranslate
  • GDALTranslateOptionsNew
  • GDALTranslateOptionsFree
  • GDALReprojectImage

0.0.2

16 Nov 15:41
Compare
Choose a tag to compare
  • Reduce compiled Javascript size
  • Removes internal JPEG and PNG support, and compiles without threads.
  • Compiles using Emscripten's Oz optimization flag