Releases: ddohler/gdal-js
Releases · ddohler/gdal-js
2.2.0: Add GDALRasterIO and related methods
2.1.0: Upgrade to GDAL 2.4, add OGR methods
- 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
1.1.3
1.1.2
1.1.0
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
0.0.4
0.0.3
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