Releases: a0x8o/mosaic
Releases · a0x8o/mosaic
v0.3.7
- 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
andcandidates_miid
column names parameter in KNN - Improved docs
Full Changelog: v_0.3.6...v_0.3.7
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
andcandidates_miid
column names parameter in KNN - Improved docs
Full Changelog: v_0.3.5...v_0.3.6
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
- Implemented
st_simplify
- Improved docs for R language bindings
- Improve the unit testing patterns
- Exported
to_json
on R bindings
Full Changelog: v0.3.3...v0.3.4
v0.3.3
- Implemented
st_union
andst_union_agg
- Fixed line tessellation traversal when the first point falls between two indexes
- Added
sparklyR
bindings - Added BNG grid notebook example
Full Changelog: v0.3.2...v0.3.3
v0.3.2
- Fixed mosaic_kepler visualisation for H3 grid cells
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- Implemented st_unaryunion function
- Added BNG grid plotting to mosaic_kepler
- Added arbitrary CRS transformations to mosaic_kepler plotting
- Added documentation for BNG grid
- Bug fixes and improvements on the BNG grid implementation
- Typo fixes
Full Changelog: v0.3.0...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.3.0 release by @a0x8o in https://github.com/a0x8o/mosaic/pull/213
Full Changelog: v0.2.1...v0.3.0
v0.2.1
- 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
- v0.2.1 release by @a0x8o in https://github.com/a0x8o/mosaic/pull/184
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Support for British National Grid index system
- Improved documentation (installation instructions and coverage of functions)
- Added st_hasvalidcoordinates for checking coordinate validity before indexing
- Fixed bug in st_dump
- Added examples of using Mosaic with Sedona
- Added SparkR bindings to release artifacts and SparkR docs
- Automated SQL registration included in docs
- Automation for publishing to PyPI
- Fixed bug with KeplerGL (caching between cell refreshes)
- Corrected quickstart notebook to reference New York 'zones'
- Included documentation code example notebooks in /docs
- Added code coverage monitoring to project
- Updated JTS version to 1.19.0
- v0.2.0 release by @a0x8o in https://github.com/a0x8o/mosaic/pull/149
Full Changelog: v0.1.1...v0.2.0