Jo
Jo
I am following the instructions in [this](https://github.com/Esri/gis-tools-for-hadoop/wiki/Aggregating-CSV-Data-(Spatial-Binning)) tutorial, and I am able to create a table using the UnenclosedEsriJsonInputFormat. However, I would like to use the [enclosed](https://github.com/Esri/spatial-framework-for-hadoop/wiki/JSON-Formats#-enclosed-json) format. I have...
I am trying to run the tutorial on [this](https://github.com/Esri/gis-tools-for-hadoop/wiki/Aggregating-CSV-Data-(Spatial-Binning)) page. However, this instruction throws an error: `FROM (SELECT ST_Bin(0.001, ST_Point(dropoff_longitude,dropoff_latitude)) bin_id, *FROM taxi_demo) bins SELECT ST_BinEnvelope(0.001, bin_id) shape, COUNT(*) count...
I want to use the ST_X() and ST_Y() geometry functions, in order to get the x,y coordinates of a point, and build a string from it. If I use them...
### Description "Elasticsearch 7.15 introduces a [new endpoint](https://www.elastic.co/guide/en/elasticsearch/reference/7.15/search-vector-tile-api.html) that generates vector tiles from geospatial data stored in Elasticsearch." It would be great to publish also an endpoint containing the map...
The OGC 2TMS standard defines a format for[ tile metadata](https://docs.ogc.org/is/17-083r4/17-083r4.html#toc20). It would be nice to add support to this, in addition to [mapbox's tilejson](https://github.com/mapbox/tilejson-spec), which is already supported. There are...
# Overview Version 8 of ES gives support to [publishing data as vector tiles](https://www.elastic.co/blog/introducing-elasticsearch-vector-tile-search-api-for-geospatial). This PR leverages that, to enable another vector tiles backend on the mvt provider. Because ES...
As discussed in [this](https://github.com/OSGeo/gdal/issues/7934) issue , the OGC API Tiles driver is not able to read vector tiles. ## Expected behavior and actual behavior. The expected behavior should be to...
**Description** If a collection is published using a vector and a raster tile providers, only one of them will be used (the first one). **Steps to Reproduce** Publish some collection...
This PR clarifies that the releases on the GitGub repository refer to the GeoParquet specification, rather than to the OGC Standard.
The releases on this repository refer to the specification, but looking at the way releases are managed in other OGC repositories (e.g.: [JSON-FG](https://github.com/opengeospatial/ogc-feat-geo-json/releases/tag/v0.2.2), [OGC API Tiles](https://github.com/opengeospatial/ogcapi-features/releases/tag/1.0.1) they can be interpreted...