-
I'm running geodocker-cluster on my local machine.
I have copied my Geomesa application.conf (containing sfts and converters) both on accumulo-master and accumulo-tserver containers.
Then I ingested…
-
Parent issue for all items related to the Secondary Indexing 'Ingest Pipeline':
- [x] IndexStrategy interface + 'full' and 'join' implementations
- [x] SecondaryIndexManager should read type from user…
-
Expand data types supported for ingest into GeoWave to include Apache Parquet.
Create SparkParquetIngestDriver to ingest Parquet from S3 bucket or HDFS directory. Should be configurable to support …
-
Currently we have a manual process for ingesting data. Some of that manual processing is alleviated by spark-etl, but users are still required to build a project with code that implements the ETL. Wha…
-
URL is insufficient for geowave raster configuration. Following PostGIS raster support a separate panel can be created that is more intuitive:
[PG Raster sample code](https://github.com/geoserver/ge…
-
[CWE-829: Inclusion of Functionality from Untrusted Control Sphere](https://cwe.mitre.org/data/definitions/829.html)
[CWE-494: Download of Code Without Integrity Check](https://cwe.mitre.org/data/def…
-
GeoServer imposes restrictions on naming conventions and this has impact on namespace names. We need to document this so that GeoWave users & developers can understand the impacts of this.
This issu…
-
we try to do our best with geometries out of range: points are clamped between -180 and 180 (eg. POINT(-181, -91) would become POINT(-180,-90)) ; complex geometries are reflected across the dateline a…
-
Hello, as raster are a very popular and important geospatial data, is it possible to update the Quickstart with a working example and to expand it with ingestion of custom data (other .tif files) that…
-
Although greyhound's cmake build doesn't perform any version check on entwine, greyhound's source code includes header files from entwine that were removed from the project immediately after the v1.3.…