Release Notes
Module tiler
Fix
- Fixed wrong parameter formatting in
CREATE_SPATIAL_INDEX_TILESET
.
Module h3
Improvement
New
Module quadbin
Improvement
New
- We have added to the function QUADBIN_POLYFILL different polyfill modes: center, intersects, contains.
Module tiler
Fix
Module quadbin
Change
- We have updated the formula used in QUADBIN_FROMLONGLAT so it gets standardized. In addition a new implementation of QUADBIN_TOCHILDREN has been added in order to increase performance.
Module tiler
Fix
- We added some missing metadata that was negatively affecting the usage of CREATE_SIMPLE_TILESET, CREATE_POINT_AGGREGATION_TILESET and CREATE_SPATIAL_INDEX_TILESET.
Documentation
Improvement
Module h3
New
We have released a new module in the Analytics Toolbox for PostgreSQL in order to provide native support for operating with the H3 spatial index.
This new module named “h3” includes the following functions: H3_BOUNDARY, H3_CENTER, H3_COMPACT, H3_DISTANCE, H3_FROMGEOGPOINT, H3_FROMLONGLAT, H3_HEXRING, H3_INT_TOSTRING, H3_ISPENTAGON, H3_ISVALID, H3_KRING, H3_KRING_DISTANCES, H3_POLYFILL, H3_RESOLUTION, H3_STRING_TOINT, H3_TOCHILDREN, H3_TOPARENT, H3_UNCOMPACT
Module tiler
Fix
- We have added the creation of an index with the tile and the clustering of the tileset by that index in the CREATE_SPATIAL_INDEX_TILESET.
Module tiler
Improvements
- Update default zoom values: geo, quadbin, h3 (12, 12, 6)
- Fix spatial index tiler with empty properties
New
- Quadbin/quadkey conversion functions have been added to ease the conversion from quadbin to quadkey and from quadkey to quadbin indexes.
Fix
- Make cartofante the author and comitter of the release
Improvement
- Adapt to Semver
Feature
- Create release workflows
Feature
- Create release workflows
Improvement
- Adapt to Semver
Improvement
- Set
version
field in tilers metadata compliant with AT version.
Improvement
- Unify
extra_metadata
intometadata
in tiler metadata.
Fix
- CREATE_SPATIAL_INDEX_TILESET Metadata center is now computed for PostgreSQL as for other providers
- Improved performance for quadbin tilesets in
CREATE_SPATIAL_INDEX_TILESET
.
Feature
- Add
CREATE_SPATIAL_INDEX_TILESET
option.
Feature
- Add QUADBIN_BBOX function.
- Add QUADBIN_BOUNDARY function.
- Add QUADBIN_CENTER function.
- Add QUADBIN_FROMGEOGPOINT function.
- Add QUADBIN_FROMLONGLAT function.
- Add QUADBIN_FROMZXY function.
- Add QUADBIN_ISVALID function.
- Add QUADBIN_KRING function.
- Add QUADBIN_KRING_DISTANCES function.
- Add QUADBIN_POLYFILL function.
- Add QUADBIN_RESOLUTION function.
- Add QUADBIN_SIBLING function.
- Add QUADBIN_TOCHILDREN function.
- Add QUADBIN_TOPARENT function.
- Add QUADBIN_TOZXY function.
Fix
- Fix metadata tilestats to include only columns in properties
- Fix numeric metadata tilestats which were treated as categories
Feature
- Add
max_tile_features
option. - Add output table existence early check.
- Add
throw_error
andreturn_null
size strategy. - Set
tile_feature_order
empty as default. - Input query without parenthesis allowed.
- Use of MD5 hash for temporary tables naming.
Feature
- Add CREATE_POINT_AGGREGATION_TILESET procedure.
- Add CREATE_SIMPLE_TILESET procedure.
Last modified 15d ago