Catalyst Expression for converting a bounding box structure into a JTS Geometry type.
Catalyst Expression for converting a bounding box structure into a JTS Geometry type.
8/24/18
Catalyst Expression for getting the extent of a geometry.
Catalyst Expression for getting the extent of a geometry.
8/24/18
Convert cells in the left
to NoData based on another tile's contents
Expression to combine the given tile columns into an 32-bit RGB composite.
Expression to combine the given tile columns into an 32-bit RGB composite. Tiles in each row will first be and-ed with 0xFF, bit shifted, and or-ed into a single 32-bit word.
tile column to represent red channel
tile column to represent green channel
tile column to represent blue channel
Realizes a RasterRef into a Tile.
Realizes a RasterRef into a Tile.
11/2/18
Converts a tile into a PNG encoded byte array.
Change the CellType of a Tile
Change the CellType of a Tile
9/11/18
Catalyst generator to convert a geotiff download URL into a series of rows containing references to the internal tiles and associated extents.
Catalyst generator to convert a geotiff download URL into a series of rows containing references to the internal tiles and associated extents.
5/4/18
Constructs a XZ2 index in WGS84 from either a Geometry, Extent, ProjectedRasterTile, or RasterSource This function is useful for [range partitioning](http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrame.repartitionByRange).
Constructs a XZ2 index in WGS84 from either a Geometry, Extent, ProjectedRasterTile, or RasterSource This function is useful for [range partitioning](http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrame.repartitionByRange). Also see: https://www.geomesa.org/documentation/user/datastores/index_overview.html
geometry-like column
CRS column
resolution level of the space filling curve - i.e. how many times the space will be recursively quartered 1-18 is typical.
Constructs a Z2 index in WGS84 from either a Geometry, Extent, ProjectedRasterTile, or RasterSource.
Constructs a Z2 index in WGS84 from either a Geometry, Extent, ProjectedRasterTile, or RasterSource. First the native extent is extracted or computed, and then center is used as the indexing location. This function is useful for [range partitioning](http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrame.repartitionByRange). Also see: https://www.geomesa.org/documentation/user/datastores/index_overview.html
geometry-like column
CRS column
resolution level of the space filling curve - i.e. how many times the space will be recursively quartered 1-31 is typical.