Release Notes
Last updated
Was this helpful?
Last updated
Was this helpful?
Module lds
New
Added , containing: , , , , , , and .
Module tiler
Fix
Fixed , , and procedures returning an error unless extra_metadata
is added.
Module tiler
New
Added module that contains fuctions to create different types of tilesets:
: Generates a simple feature's tileset from point, lines or polygons geographies.
: Generates a tileset with aggregated points and properties.
: Creates a tileset that uses an H3 spatial index, aggregating data from an input table that uses that same spatial index.
: Creates a tileset that uses a quadbin spatial index, aggregating data from an input table that uses that same spatial index.
Apache Sedona
New
Deprecation notice
The release notes below make reference to an older version of the CARTO Analytics Toolbox for Databricks. That version is deprecated and the functions included in it are not maintained anymore.
Feature
Add tilestats generation to H3 Tiler
Feature
Tasks to build installation packages
Improvement
Versioning uses YYYY.MM.DD format based on date now
Feature
Add H3 Tiler
Feature
Add VERSION_CORE function
Improvement
Change type returned by ST_X and ST_Y to Double
Feature
Add VERSION_ADVANCED function
Improvement
Set default compression codec to snappy
Feature
Add headers to functions that didn’t have
Add make rule to publis artifact in local and sonatype
Add make rule to check and create headers
Improvement
change makefiles and sbt file to prepare the at advance
Fixed
Fix the parser tests that had old user function names
Feature
Add structure for databricks in AT advanced repo
Add make rules
Add CI/CD workflows
Improvement
The XY precission of the TWKBWriter is set to 5.
Fix
Fix the doc of the transformers functions ST_ASLATLONTEXT and ST_ASTEXT.
Fix
Fix the bug in ST_COORDDIM that was adding z coordinate to geometries.
Fix
Fix the cast ClassCastException in ST_GEOMREPROJECT.
Improvement
Refactor databricks cloud to adapt it to the new cloud structure
Feature
Add ST_CRSFROMTEXT function.
Add ST_EXTENTFROMGEOM function.
Add ST_EXTENTTOGEOM function.
Add ST_GEOMREPROJECT function.
Add ST_MAKEEXTENT function.
Add ST_PARTITIONCENTROID function.
Add ST_Z2LATLON function.
Feature
Add ST_ASTWKB function.
Feature
Add ST_GEOMFROMWKT function.
Feature
Add ST_COVERS function.
Feature
Add ST_BUFFERPOINT function.
Add ST_DIFFERENCE function.
Add ST_SIMPLIFY function.
Feature
Add ST_COORDDIM function.
Add ST_DIMENSION function.
Add ST_ENVELOPE function.
Add ST_GEOMETRYN function.
Add ST_ISCLOSED function.
Add ST_ISCOLLECTION function.
Add ST_ISEMPTY function.
Add ST_ISGEOMFIELD function.
Add ST_ISRING function.
Add ST_ISSIMPLE function.
Add ST_ISVALID function.
Add ST_NUMGEOMETRIES function.
Add ST_NUMPOINTS function.
Add ST_POINTN function.
Add ST_Y function.
Add ST_X function.
Feature
Add ST_MAKEBBOX function.
Add ST_MAKEBOX2D function.
Add ST_MAKELINE function.
Add ST_MAKEPOINT function.
Add ST_MAKEPOINTM function.
Add ST_MAKEPOLYGON function.
Add ST_POINT function.
Feature
Add ST_ASBINARY function.
Add ST_ASGEOHASH function.
Add ST_ASGEOJSON function.
Add ST_ASLATLONTEXT function.
Add ST_ASTEXT function.
Add ST_BYTEARRAY function.
Add ST_CASTTOGEOMETRY function.
Add ST_CASTTOLINESTRING function.
Add ST_CASTTOPOINT function.
Add ST_CASTTOPOLYGON function.
Feature
Add ST_AREA function.
Add ST_DISTANCE function.
Add ST_DISTANCESPHERE function.
Add ST_LENGTH function.
Add ST_LENGTHSPHERE function.
Feature
Add ST_BOX2DFROMGEOHASH function.
Add ST_GEOMETRYFROMTEXT function.
Add ST_GEOMFROMGEOHASH function.
Add ST_GEOMFROMGEOJSON function.
Add ST_GEOMFROMWKB function.
Add ST_GEOMFROMWKT function.
Add ST_LINEFROMTEXT function.
Add ST_MLINEFROMTEXT function.
Add ST_MPOINTFROMTEXT function.
Add ST_MPOLYFROMTEXT function.
Add ST_POINTFROMGEOHASH function.
Add ST_POINTFROMTEXT function.
Add ST_POINTFROMWKB function.
Add ST_POLYGONFROMTEXT function.
Feature
Add ST_CONTAINS function.
Add ST_CROSSES function.
Add ST_DISJOINT function.
Add ST_EQUALS function.
Add ST_INTERSECTS function.
Add ST_OVERLAPS function.
Add ST_RELATE function.
Add ST_RELATEBOOL function.
Add ST_TOUCHES function.
Add ST_WITHIN function.
Feature
Add ST_ANTIMERIDIANSAFEGEOM function.
Add ST_BOUNDARY function.
Add ST_CENTROID function.
Add ST_CLOSESTPOINT function.
Add ST_CONVEXHULL function.
Add ST_EXTERIORRING function.
Add ST_IDLSAFEGEOM function.
Add ST_INTERIORRINGN function.
Add ST_INTERSECTION function.
Add ST_TRANSLATE function.
The CARTO Analytics Toolbox includes all functions from . These functions are available with the prefix sedona_
like:
SELECT sedona_ST_Point(double(1.2345), 2.3456)