geomesa
geomesa copied to clipboard
GeoMesa is a suite of tools for working with big geo-spatial data in a distributed fashion.
* Sort by Hilbert curve instead of geohash * Support configuring pages per index range with `pg.partitions.pages-per-range`
* updates the geomesa pyspark documentation * wraps geomesa nullableUDFs as UserDefinedFunctions * adds utility functions for creating scala UDFs in pyspark * adds python wrappers for the geomesa UDFs
These are changes that shouldn't effect building in scala 2.12 but are required for 2.13.
Signed-off-by: Kristin Cowalcijk
Signed-off-by: Jim Hughes
remove cql cache ,this cahce causes hbase RegionsServer OOM for unknown reasons.This promble has discussed with Emilio in 2020/01, but I found no code changed . My modification does not...
* Z3/Z2 scans will seek to the next valid z-value instead of iterating * Z range calculations will not stop based on number of recursions * New query hint `Z_SEEK`...
Signed-off-by: Jim Hughes
Depends on Forrest's PR.