Releases: databrickslabs/mosaic
Releases · databrickslabs/mosaic
v0.3.8
- Added readers for default GDAL raster drivers (https://gdal.org/drivers/raster/index.html)
- TIFF
- COG
- NetCDF
- ... And more
- Added readers for default GDAL vector drivers (https://gdal.org/drivers/vector/index.html)
- Shapefiles
- Geodatabase (File GDB)
- ... And more
- Added custom grid index system for arbitrary CRS
- Added Spatial KNN example
- Refactored and simplified Mosaic expressions definition
- Documentation updates and improvements
v0.3.7
What's Changed
- Update version to 0.3.7-SNAPSHOT by @edurdevic in #288
- Aligned pypi release action to scala build by @edurdevic in #289
- Releases/v 0.3.7 by @edurdevic in #292
- Added GDAL and 32 rst_* raster functions:
- RST_BandMetaData
- RST_GeoReference
- RST_IsEmpty
- RST_MemSize
- RST_MetaData
- RST_NumBands
- RST_PixelWidth
- RST_PixelHeight
- RST_RasterToGridAvg
- RST_RasterToGridMax
- RST_RasterToGridMin
- RST_RasterToGridMedian
- RST_RasterToGridCount
- RST_RasterToWorldCoord
- RST_RasterToWorldCoordX
- RST_RasterToWorldCoordY
- RST_ReTile
- RST_Rotation
- RST_ScaleX
- RST_ScaleY
- RST_SkewX
- RST_SkewY
- RST_SRID
- RST_Subdatasets
- RST_Summary
- RST_UpperLeftX
- RST_UpperLeftY
- RST_Width
- RST_Height
- RST_WorldToRasterCoord
- RST_WorldToRasterCoordX
- RST_WorldToRasterCoordY
Fixed geometry creation from empty Seq
Fixed landmarks_miid and candidates_miid column names parameter in KNN
Improved docs
Full Changelog: v_0.3.6...v_
v0.3.6
- Added GDAL and 32 rst_* raster functions:
- RST_BandMetaData
- RST_GeoReference
- RST_IsEmpty
- RST_MemSize
- RST_MetaData
- RST_NumBands
- RST_PixelWidth
- RST_PixelHeight
- RST_RasterToGridAvg
- RST_RasterToGridMax
- RST_RasterToGridMin
- RST_RasterToGridMedian
- RST_RasterToGridCount
- RST_RasterToWorldCoord
- RST_RasterToWorldCoordX
- RST_RasterToWorldCoordY
- RST_ReTile
- RST_Rotation
- RST_ScaleX
- RST_ScaleY
- RST_SkewX
- RST_SkewY
- RST_SRID
- RST_Subdatasets
- RST_Summary
- RST_UpperLeftX
- RST_UpperLeftY
- RST_Width
- RST_Height
- RST_WorldToRasterCoord
- RST_WorldToRasterCoordX
- RST_WorldToRasterCoordY
- Fixed geometry creation from empty Seq
- Fixed landmarks_miid and candidates_miid column names parameter in KNN
- Improved docs
v0.3.5
- Implemented KNN (K Nearest Neighbours) transformer
- Implemented grid cell functions
grid_cellkring
,grid_cellkloop
,grid_cellkringexplode
, andgrid_cellkloopexplode
- Implemented geometry grid functions
grid_geometrykring
,grid_geometrykloop
,grid_geometrykringexplode
, andgrid_geometrykloopexplode
- Implemented
st_envelope
,st_difference
, andst_bufferloop
geometry functions - Fixed the function names for
convert_to
functions - Fixed corner case of duplicate H3 indexes in grid tessellation
- Fixed corner case of possible missing H3 indexes crossing the icosahedron edges
- Improved documentation
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
- Integration with H3 functions from Databricks runtime 11.2
- Refactored grid functions to reflect the naming convention of H3 functions from Databricks runtime
index_geometry
->grid_boundaryaswkb
point_index_lonlat
->grid_longlatascellid
polyfill
->grid_polyfill
point_index_geom
->grid_pointascellid
mosaicfill
->grid_tessellate
mosaic_explode
->grid_tessellateexplode
- Added links to the solution accelerators
- Refactored build actions
- Updated BNG grid output cell ID as string
- Typos and style fixes
- Improved Kepler visualisation integration
- Updated docs
v0.2.1
What's Changed
- Added CodeQL scanner
- Added Ship-to-Ship transfer detection example
- Added Open Street Maps ingestion and processing example
- Fixed geoJSON conversion DataType
- Fixed SparkR mirror URL
- Fixed R dependencies
- Fixed comments in pom.xml
- Updated and polished Readme and example files
- Switched to
published
release type
New Contributors
Full Changelog: v0.2.0...v0.2.1