GeoETL v0.6.0: ST_Area and ST_Length Spatial Functions
· 3 min read
TL;DR: GeoETL v0.6.0 adds ST_Area and ST_Length spatial UDFs for calculating polygon areas and line lengths/perimeters in SQL queries.
SQL query support and operations
View All TagsTL;DR: GeoETL v0.6.0 adds ST_Area and ST_Length spatial UDFs for calculating polygon areas and line lengths/perimeters in SQL queries.
TL;DR: GeoETL v0.7.0 adds 29 new spatial SQL functions including predicates (ST_Intersects, ST_Contains), geometry generators (ST_Buffer, ST_ConvexHull), validators (ST_IsValid), and accessors (ST_X, ST_Y).
TL;DR: GeoETL v0.5.0 adds spatial UDFs (ST_Distance, ST_Point, ST_GeomFromText) powered by GEOS for spatial operations in SQL queries during conversion.
TL;DR: GeoETL v0.4.0 adds powerful SQL query support via the --sql flag, enabling filtering, column selection, aggregations, and transformations during format conversion—no intermediate files needed.