├── .github ├── dependabot.yml ├── maven-badge.svg └── workflows │ ├── assembly.yml │ ├── build-and-test.yml │ ├── codacy.yml │ ├── dash.yml │ ├── dependency-review.yml │ ├── docs.yml │ ├── eclipse-snapshots.yml │ ├── integration-tests.yml │ ├── javadocs.yml │ ├── license-headers.yml │ ├── scorecard.yml │ ├── spark.yml │ └── validate-ci.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE.txt ├── LICENSES.md ├── README.md ├── SECURITY.md ├── docs ├── README.md ├── __init__.py ├── _static │ ├── css │ │ └── theme_custom.css │ └── launch.svg ├── _templates │ ├── footer.html │ ├── layout.html │ └── redirect.html ├── build.xml ├── common.py ├── conf.py ├── docs-server.sh ├── index.rst ├── pom.xml ├── requirements.txt ├── tutorials │ ├── _static │ │ ├── geohash-substrings │ │ │ ├── progression-800x450.gif │ │ │ ├── sel-x4y4t8-11.png │ │ │ └── usa.gif │ │ ├── geomesa-blobstore-exif │ │ │ ├── blob-index-map.png │ │ │ └── geoserver-wfs-enable.png │ │ ├── geomesa-examples-authorizations │ │ │ ├── apache-ds-partition.png │ │ │ ├── filter-chain-cert.jpg │ │ │ └── spring-security-rod.ldif │ │ ├── geomesa-examples-featurelevelvis │ │ │ ├── feature-level-vis.sld │ │ │ └── gs-admin-datastore.png │ │ ├── geomesa-examples-gdelt │ │ │ ├── gdelt-eastern-us-heatmap.png │ │ │ ├── gdelt-eastern-us-threat.png │ │ │ ├── gdelt-eastern-us-unfiltered.png │ │ │ ├── heatmap.sld │ │ │ ├── threat.sld │ │ │ ├── wms-cql.png │ │ │ └── wms-menu.png │ │ ├── geomesa-fs-on-azure │ │ │ ├── azure-resource-providers.png │ │ │ ├── jupyter.png │ │ │ ├── spark-job-ui.png │ │ │ └── spark-master-ui.png │ │ ├── geomesa-quickstart-gdelt-data │ │ │ ├── geoserver-layer-preview.png │ │ │ └── leaflet-layer-preview.png │ │ ├── geomesa-quickstart-kafka-streams │ │ │ └── geoserver-layer-preview.png │ │ ├── geomesa-quickstart-storm │ │ │ ├── ChicagoDensity.png │ │ │ ├── ChicagoPoint.png │ │ │ ├── OSMPoint.sld │ │ │ └── heatmap.sld │ │ └── img │ │ │ ├── jupyter_chart_viz.png │ │ │ ├── jupyter_map_viz.png │ │ │ ├── jupyter_notebook_list.png │ │ │ ├── nifi-qs-flow.png │ │ │ ├── nifi-qs-fs-controller-config.png │ │ │ ├── nifi-qs-update-attributes.png │ │ │ └── tutorials │ │ │ ├── 2014-05-16-geomesa-tubeselect │ │ │ ├── generate_xml.png │ │ │ ├── tube-25-120.png │ │ │ ├── tube-25-240.png │ │ │ ├── tube_features.png │ │ │ └── wps_builder1.png │ │ │ ├── 2014-08-05-spark │ │ │ └── gdelt-global-density.png │ │ │ ├── 2015-03-30-geomesa-feature-level-visibility │ │ │ ├── admin-config.png │ │ │ └── user-config.png │ │ │ ├── 2015-06-18-geomesa-raster │ │ │ └── geomesa_raster_wms.png │ │ │ ├── 2018-04-03-broadcast-join │ │ │ └── aggregate-GDELT.png │ │ │ └── 2018-04-04-dwithin-join │ │ │ └── aggregate-NYCTaxi.png │ ├── broadcast-join.rst │ ├── conf.py │ ├── dwithin-join.rst │ ├── geohash-substrings.rst │ ├── geomesa-examples-authorizations.rst │ ├── geomesa-examples-avro.rst │ ├── geomesa-examples-featurelevelvis.rst │ ├── geomesa-examples-gdelt.rst │ ├── geomesa-examples-transformations.rst │ ├── geomesa-fs-on-azure.rst │ ├── geomesa-hbase-on-cdh.rst │ ├── geomesa-hbase-s3-on-aws.rst │ ├── geomesa-quickstart-accumulo.rst │ ├── geomesa-quickstart-cassandra.rst │ ├── geomesa-quickstart-fsds.rst │ ├── geomesa-quickstart-hbase.rst │ ├── geomesa-quickstart-kafka-streams.rst │ ├── geomesa-quickstart-kafka.rst │ ├── geomesa-quickstart-lambda.rst │ ├── geomesa-quickstart-nifi.rst │ ├── geomesa-quickstart-redis.rst │ ├── geomesa-quickstart-scylladb.rst │ ├── geomesa-tubeselect.rst │ ├── index.rst │ └── spark.rst ├── user │ ├── _static │ │ ├── img │ │ │ ├── GMHadoopInfrastructure.png │ │ │ ├── Zcurve-HiRes.png │ │ │ ├── Zcurve-LoRes.png │ │ │ ├── geohash-cville.png │ │ │ ├── geomesa-2x.png │ │ │ ├── geomesa-overview-848x250.png │ │ │ ├── geomesa-spark-stack.png │ │ │ ├── geoserver-geomesa-accumulo-data-source.png │ │ │ ├── geoserver-layer-bounding-box.png │ │ │ ├── jupyter-leaflet-layer.png │ │ │ ├── jupyter-leaflet.png │ │ │ ├── locationtech.png │ │ │ ├── nifi-avro-put-config.png │ │ │ ├── nifi-avro-record-writer-config.png │ │ │ ├── nifi-get-kafka-record-config.png │ │ │ ├── nifi-hbase-service-config.png │ │ │ ├── nifi-kafka-to-hbase-flow.png │ │ │ ├── row-key.png │ │ │ ├── sampleIngestArch.png │ │ │ ├── sampleQueryArch.png │ │ │ └── wms_limits.png │ │ ├── process │ │ │ ├── GeoMesa_WPS_chain_example.xml │ │ │ ├── HashProcess_results.json │ │ │ ├── HashProcess_wps.xml │ │ │ ├── KNNProcess_wps.xml │ │ │ ├── Point2PointProcess_results.json │ │ │ ├── Point2PointProcess_wps.xml │ │ │ ├── ProximitySearchProcess_wps.xml │ │ │ ├── QueryProcess_results.json │ │ │ ├── QueryProcess_wps.xml │ │ │ ├── RouteSearchProcess_wps.xml │ │ │ ├── SamplingProcess_wps.xml │ │ │ ├── TrackLabelProcess_wps.xml │ │ │ ├── TubeSelectProcess_wps.xml │ │ │ ├── UniqueProcess_wps.xml │ │ │ └── routeSearch.xml │ │ └── sld │ │ │ └── clientside-heatmap.sld │ ├── accumulo │ │ ├── atomic_writes.rst │ │ ├── commandline.rst │ │ ├── configuration.rst │ │ ├── examples.rst │ │ ├── geoserver.rst │ │ ├── index.rst │ │ ├── index_config.rst │ │ ├── install.rst │ │ ├── jobs.rst │ │ ├── kerberos.rst │ │ └── usage.rst │ ├── appendix │ │ ├── memory.rst │ │ ├── metrics.rst │ │ ├── site.rst │ │ └── utils.rst │ ├── architecture.rst │ ├── cassandra │ │ ├── commandline.rst │ │ ├── configuration.rst │ │ ├── geoserver.rst │ │ ├── heatmaps.rst │ │ ├── index.rst │ │ ├── install.rst │ │ └── usage.rst │ ├── cli │ │ ├── analytic.rst │ │ ├── console.rst │ │ ├── converters.rst │ │ ├── export.rst │ │ ├── filesystems.rst │ │ ├── geotools.rst │ │ ├── index.rst │ │ ├── ingest.rst │ │ ├── logging.rst │ │ ├── nailgun.rst │ │ ├── schemas.rst │ │ ├── sfts.rst │ │ └── status.rst │ ├── conf.py │ ├── convert │ │ ├── avro.rst │ │ ├── avro_schema_registry.rst │ │ ├── cache.rst │ │ ├── common.rst │ │ ├── composite.rst │ │ ├── delimited_text.rst │ │ ├── extending.rst │ │ ├── feature_to_feature.rst │ │ ├── fixed_width.rst │ │ ├── function_overview.rst │ │ ├── function_usage.rst │ │ ├── index.rst │ │ ├── jdbc.rst │ │ ├── json.rst │ │ ├── parquet.rst │ │ ├── parsing_and_validation.rst │ │ ├── premade │ │ │ ├── adsbx.rst │ │ │ ├── gdelt.rst │ │ │ ├── geolife.rst │ │ │ ├── geonames.rst │ │ │ ├── gtd.rst │ │ │ ├── index.rst │ │ │ ├── marinecadastre-ais.rst │ │ │ ├── nyctaxi.rst │ │ │ ├── osm-gpx.rst │ │ │ ├── osm.rst │ │ │ ├── tdrive.rst │ │ │ └── twitter.rst │ │ ├── shp.rst │ │ ├── usage_code.rst │ │ ├── usage_tools.rst │ │ └── xml.rst │ ├── datastores │ │ ├── analytic_queries.rst │ │ ├── attributes.rst │ │ ├── auditing.rst │ │ ├── data.rst │ │ ├── filter_functions.rst │ │ ├── index.rst │ │ ├── index_basics.rst │ │ ├── index_config.rst │ │ ├── index_ext.rst │ │ ├── index_overview.rst │ │ ├── json.rst │ │ ├── query_config.rst │ │ ├── query_interceptor.rst │ │ ├── query_planning.rst │ │ ├── reserved_words.rst │ │ ├── runtime_config.rst │ │ └── security.rst │ ├── download.rst │ ├── ds_views.rst │ ├── filesystem │ │ ├── architecture.rst │ │ ├── commandline.rst │ │ ├── configuration.rst │ │ ├── example.rst │ │ ├── geoserver.rst │ │ ├── index.rst │ │ ├── index_config.rst │ │ ├── install.rst │ │ ├── metadata.rst │ │ ├── modify_features.rst │ │ ├── partition_schemes.rst │ │ ├── spark_example.rst │ │ └── usage.rst │ ├── geoserver.rst │ ├── geotools.rst │ ├── getting_started.rst │ ├── hbase │ │ ├── commandline.rst │ │ ├── configuration.rst │ │ ├── coprocessor_install.rst │ │ ├── geoserver.rst │ │ ├── heatmaps.rst │ │ ├── index.rst │ │ ├── index_config.rst │ │ ├── install.rst │ │ ├── kerberos.rst │ │ ├── usage.rst │ │ └── visibilities.rst │ ├── index.rst │ ├── install.rst │ ├── introduction.rst │ ├── kafka │ │ ├── commandline.rst │ │ ├── confluent.rst │ │ ├── consumers.rst │ │ ├── data.rst │ │ ├── feature_events.rst │ │ ├── geoserver.rst │ │ ├── index.rst │ │ ├── index_config.rst │ │ ├── install.rst │ │ ├── layer_views.rst │ │ ├── producers.rst │ │ ├── streams.rst │ │ ├── transactional_writes.rst │ │ ├── usage.rst │ │ └── zookeeper.rst │ ├── lambda │ │ ├── advanced.rst │ │ ├── commandline.rst │ │ ├── configuration.rst │ │ ├── geoserver.rst │ │ ├── index.rst │ │ ├── index_config.rst │ │ ├── install.rst │ │ ├── overview.rst │ │ └── usage.rst │ ├── nifi │ │ ├── avro.rst │ │ ├── conversions.rst │ │ ├── converters.rst │ │ ├── datastores.rst │ │ ├── examples.rst │ │ ├── index.rst │ │ ├── ingress.rst │ │ ├── install.rst │ │ ├── integrations.rst │ │ ├── metrics.rst │ │ ├── processors.rst │ │ ├── records.rst │ │ └── updates.rst │ ├── postgis │ │ ├── commandline.rst │ │ ├── design.rst │ │ ├── geoserver.rst │ │ ├── index.rst │ │ ├── index_config.rst │ │ ├── install.rst │ │ ├── multi_tenancy.rst │ │ └── usage.rst │ ├── process.rst │ ├── redis │ │ ├── commandline.rst │ │ ├── configuration.rst │ │ ├── geoserver.rst │ │ ├── index.rst │ │ ├── index_config.rst │ │ ├── install.rst │ │ └── usage.rst │ ├── scylladb │ │ ├── index.rst │ │ ├── install.rst │ │ └── usage.rst │ ├── spark │ │ ├── architecture.rst │ │ ├── core.rst │ │ ├── index.rst │ │ ├── jupyter.rst │ │ ├── providers.rst │ │ ├── pyspark.rst │ │ ├── spark_jts.rst │ │ ├── sparksql.rst │ │ ├── sparksql_functions.rst │ │ └── zeppelin.rst │ └── upgrade.rst └── versions.py ├── geomesa-accumulo ├── geomesa-accumulo-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── accumulo │ │ │ ├── audit │ │ │ ├── AccumuloAuditReader.scala │ │ │ ├── AccumuloAuditWriter.scala │ │ │ ├── AccumuloEventTransform.scala │ │ │ ├── AccumuloQueryEventTransform.scala │ │ │ ├── ParamsAuditProvider.scala │ │ │ └── package.scala │ │ │ ├── data │ │ │ ├── AccumuloBackedMetadata.scala │ │ │ ├── AccumuloClientConfig.scala │ │ │ ├── AccumuloDataStore.scala │ │ │ ├── AccumuloDataStoreFactory.scala │ │ │ ├── AccumuloDataStoreParams.scala │ │ │ ├── AccumuloIndexAdapter.scala │ │ │ ├── AccumuloJoinIndexAdapter.scala │ │ │ ├── AccumuloQueryPlan.scala │ │ │ ├── stats │ │ │ │ ├── AccumuloGeoMesaStats.scala │ │ │ │ └── StatsRunner.scala │ │ │ └── writer │ │ │ │ ├── AccumuloIndexWriter.scala │ │ │ │ ├── ColumnFamilyMapper.scala │ │ │ │ ├── package.scala │ │ │ │ └── tx │ │ │ │ ├── AccumuloAtomicIndexWriter.scala │ │ │ │ ├── ConditionalWriteException.scala │ │ │ │ └── package.scala │ │ │ ├── package.scala │ │ │ └── util │ │ │ ├── AccumuloSchemaBuilder.scala │ │ │ ├── BatchMultiScanner.scala │ │ │ ├── GeoMesaBatchWriterConfig.scala │ │ │ ├── SchemaCopier.scala │ │ │ └── TableManager.scala │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── accumulo │ │ │ └── data │ │ │ └── AtomicWriteJavaTest.java │ │ ├── resources │ │ ├── META-INF │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.index.view.MergedViewConfigLoader │ │ ├── core-site.xml │ │ ├── data │ │ │ ├── density-iterator.properties │ │ │ ├── versioned-data-1.1.0-rc.6.kryo │ │ │ ├── versioned-data-1.1.0-rc.7.kryo │ │ │ ├── versioned-data-1.2.0.kryo │ │ │ ├── versioned-data-1.2.1.kryo │ │ │ ├── versioned-data-1.2.2.kryo │ │ │ ├── versioned-data-1.2.3.kryo │ │ │ ├── versioned-data-1.2.4.kryo │ │ │ ├── versioned-data-1.2.6.kryo │ │ │ ├── versioned-data-1.2.7.3.kryo │ │ │ ├── versioned-data-1.2.8-bounds-multi.kryo │ │ │ ├── versioned-data-1.2.8-bounds.kryo │ │ │ ├── versioned-data-1.3.1.kryo │ │ │ ├── versioned-data-1.3.2.kryo │ │ │ ├── versioned-data-2.0.0-m.1.kryo │ │ │ ├── versioned-data-2.1.0.kryo │ │ │ └── versioned-data-2.3.1.kryo │ │ ├── hdfs-site.xml │ │ └── test-lines.tsv │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ ├── accumulo │ │ │ ├── AccumuloContainer.scala │ │ │ ├── TestWithDataStore.scala │ │ │ ├── TestWithFeatureType.scala │ │ │ ├── TestWithMultipleSfts.scala │ │ │ ├── audit │ │ │ │ └── AccumuloQueryEventTransformTest.scala │ │ │ ├── data │ │ │ │ ├── AccumuloBackedMetadataTest.scala │ │ │ │ ├── AccumuloDataStoreAlterSchemaTest.scala │ │ │ │ ├── AccumuloDataStoreAtomicWriteTest.scala │ │ │ │ ├── AccumuloDataStoreAttributeVisibilityTest.scala │ │ │ │ ├── AccumuloDataStoreAuthTest.scala │ │ │ │ ├── AccumuloDataStoreColumnGroupsTest.scala │ │ │ │ ├── AccumuloDataStoreDeleteTest.scala │ │ │ │ ├── AccumuloDataStoreFactoryTest.scala │ │ │ │ ├── AccumuloDataStoreFilterTest.scala │ │ │ │ ├── AccumuloDataStoreIdlTest.scala │ │ │ │ ├── AccumuloDataStoreJsonTest.scala │ │ │ │ ├── AccumuloDataStoreKeywordsTest.scala │ │ │ │ ├── AccumuloDataStoreMetricsTest.scala │ │ │ │ ├── AccumuloDataStoreNullAttributeVisibilityTest.scala │ │ │ │ ├── AccumuloDataStoreQueryTest.scala │ │ │ │ ├── AccumuloDataStoreSortTest.scala │ │ │ │ ├── AccumuloDataStoreStatsTest.scala │ │ │ │ ├── AccumuloDataStoreTest.scala │ │ │ │ ├── AccumuloDataStoreTransformsTest.scala │ │ │ │ ├── AccumuloDataStoreUuidTest.scala │ │ │ │ ├── AccumuloFeatureReaderTest.scala │ │ │ │ ├── AccumuloFeatureWriterTest.scala │ │ │ │ ├── AccumuloJobUtilsTest.scala │ │ │ │ ├── AccumuloPartitioningTest.scala │ │ │ │ ├── BackCompatibilityIT.scala │ │ │ │ ├── ComplexFeatureTest.scala │ │ │ │ ├── DateIndexTest.scala │ │ │ │ ├── HighCardinalityAttributeOrQueryTest.scala │ │ │ │ ├── VisibilitiesTest.scala │ │ │ │ ├── ZIntervalTest.scala │ │ │ │ ├── ZLineTest.scala │ │ │ │ └── stats │ │ │ │ │ ├── StatsCombinerTest.scala │ │ │ │ │ └── usage │ │ │ │ │ ├── AccumuloEventWriterTest.scala │ │ │ │ │ └── UsageStatReaderTest.scala │ │ │ ├── filter │ │ │ │ ├── BoundsFilterVisitorTest.scala │ │ │ │ ├── FilterTest.scala │ │ │ │ └── TestFilters.scala │ │ │ ├── index │ │ │ │ ├── AttrKeyPlusValueIteratorTest.scala │ │ │ │ ├── AttributeIndexStrategyTest.scala │ │ │ │ ├── AttributeIndexValuesTest.scala │ │ │ │ ├── BinLineStringTest.scala │ │ │ │ ├── ConfigurableIndexesTest.scala │ │ │ │ ├── ConfigureShardsTest.scala │ │ │ │ ├── CoveringAttributeIndexTest.scala │ │ │ │ ├── FilterHelperTest.scala │ │ │ │ ├── QueryStrategyDeciderTest.scala │ │ │ │ ├── RecordIdxStrategyTest.scala │ │ │ │ ├── S2IndexTest.scala │ │ │ │ ├── S3IndexTest.scala │ │ │ │ ├── TemporalIndexCheckTest.scala │ │ │ │ ├── XZ2IdxStrategyTest.scala │ │ │ │ ├── XZConfigurationTest.scala │ │ │ │ ├── Z2IdxStrategyTest.scala │ │ │ │ └── Z3IdxStrategyTest.scala │ │ │ ├── iterators │ │ │ │ ├── ArrowBatchIteratorTest.scala │ │ │ │ ├── ArrowDeltaIteratorTest.scala │ │ │ │ ├── ArrowDictionaryTest.scala │ │ │ │ ├── ArrowGeometryCollectionTest.scala │ │ │ │ ├── ArrowMultiPointTest.scala │ │ │ │ ├── AttributeIndexFilteringIteratorTest.scala │ │ │ │ ├── AttributeIndexIteratorTest.scala │ │ │ │ ├── DensityIteratorTest.scala │ │ │ │ ├── DtgAgeOffTest.scala │ │ │ │ ├── FilterTransformIteratorTest.scala │ │ │ │ ├── KryoLazyStatsIteratorTest.scala │ │ │ │ ├── MultiIteratorTest.scala │ │ │ │ ├── TestData.scala │ │ │ │ └── Z3IteratorTest.scala │ │ │ └── util │ │ │ │ ├── AccumuloSchemaBuilderTest.scala │ │ │ │ ├── BatchMultiScannerTest.scala │ │ │ │ └── GeoMesaBatchWriterConfigTest.scala │ │ │ └── index │ │ │ └── view │ │ │ ├── MergedDataStoreViewTest.scala │ │ │ └── RoutedDataStoreViewTest.scala │ │ └── shared-resources ├── geomesa-accumulo-dist │ ├── component.xml │ └── pom.xml ├── geomesa-accumulo-distributed-runtime │ ├── pom.xml │ └── src │ │ └── main │ │ ├── resources │ │ └── geomesa-accumulo-distributed-runtime.properties │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── accumulo │ │ └── data │ │ └── stats │ │ └── StatsCombiner.scala ├── geomesa-accumulo-gs-plugin │ ├── pom.xml │ └── src │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── accumulo │ │ │ └── process │ │ │ ├── TestWithDataStore.scala │ │ │ ├── analytic │ │ │ ├── StatsProcessTest.scala │ │ │ └── UniqueProcessTest.scala │ │ │ ├── query │ │ │ ├── JoinProcessTest.scala │ │ │ ├── KNearestNeighborSearchProcessTest.scala │ │ │ ├── ProximitySearchProcessTest.scala │ │ │ ├── QueryProcessTest.scala │ │ │ └── RouteSearchProcessTest.scala │ │ │ ├── transform │ │ │ ├── ArrowConversionProcessTest.scala │ │ │ └── BinConversionProcessTest.scala │ │ │ └── tube │ │ │ ├── TubeBinTest.scala │ │ │ └── TubeSelectProcessTest.scala │ │ └── shared-resources ├── geomesa-accumulo-indices │ ├── pom.xml │ └── src │ │ └── main │ │ ├── resources │ │ └── META-INF │ │ │ └── services │ │ │ └── org.locationtech.geomesa.index.api.GeoMesaFeatureIndexFactory │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── accumulo │ │ └── index │ │ ├── AccumuloFeatureIndexFactory.scala │ │ ├── AttributeJoinIndex.scala │ │ ├── JoinIndex.scala │ │ └── legacy │ │ ├── JoinIndexV2.scala │ │ ├── JoinIndexV3.scala │ │ ├── JoinIndexV4.scala │ │ ├── JoinIndexV5.scala │ │ ├── JoinIndexV6.scala │ │ └── JoinIndexV7.scala ├── geomesa-accumulo-iterators │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── accumulo │ │ ├── combiners │ │ └── StatsCombiner.scala │ │ └── iterators │ │ ├── AgeOffIterator.scala │ │ ├── ArrowIterator.scala │ │ ├── AttributeKeyValueIterator.scala │ │ ├── BaseAggregatingIterator.scala │ │ ├── BinAggregatingIterator.scala │ │ ├── DensityIterator.scala │ │ ├── DtgAgeOffIterator.scala │ │ ├── FilterTransformIterator.scala │ │ ├── IndexIterators.scala │ │ ├── KryoVisibilityRowEncoder.scala │ │ ├── ProjectVersionIterator.scala │ │ ├── RowFilterIterator.scala │ │ ├── S2Iterator.scala │ │ ├── S3Iterator.scala │ │ ├── StatsIterator.scala │ │ ├── VisibilityIterator.scala │ │ ├── Z2Iterator.scala │ │ └── Z3Iterator.scala ├── geomesa-accumulo-jobs │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── accumulo │ │ │ │ └── jobs │ │ │ │ └── mapreduce │ │ │ │ └── interop │ │ │ │ ├── FeatureCountJob.java │ │ │ │ ├── FeatureWriterJob.java │ │ │ │ └── GeoMesaAccumuloInputFormat.java │ │ ├── resources │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── jobs │ │ │ │ └── accumulo-libjars.list │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── accumulo │ │ │ └── jobs │ │ │ ├── AccumuloJobUtils.scala │ │ │ ├── GeoMesaArgs.scala │ │ │ ├── index │ │ │ ├── AttributeIndexJob.scala │ │ │ ├── SchemaCopyJob.scala │ │ │ └── WriteIndexJob.scala │ │ │ └── mapreduce │ │ │ ├── GeoMesaAccumuloFileOutputFormat.scala │ │ │ ├── GeoMesaAccumuloInputFormat.scala │ │ │ └── package.scala │ │ └── test │ │ ├── resources │ │ └── fakejars │ │ │ ├── jar1-sources.jar │ │ │ ├── jar1.jar │ │ │ ├── jar2.jar │ │ │ ├── nested │ │ │ └── jar3.jar │ │ │ └── notjar.txt │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── jobs │ │ │ └── accumulo │ │ │ └── AccumuloJobUtilsTest.scala │ │ └── shared-resources ├── geomesa-accumulo-spark │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.spark.SpatialRDDProvider │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── accumulo │ │ │ └── spark │ │ │ └── AccumuloSpatialRDDProvider.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── accumulo │ │ │ └── spark │ │ │ └── AccumuloSparkProviderIT.scala │ │ └── shared-resources ├── geomesa-accumulo-tools │ ├── bin │ │ └── setup-namespace.sh │ ├── conf-filtered │ │ ├── accumulo-env.sh │ │ └── dependencies.sh │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── accumulo │ │ │ │ └── tools │ │ │ │ └── accumulo-libjars.list │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── accumulo │ │ │ └── tools │ │ │ ├── AccumuloDataStoreCommand.scala │ │ │ ├── AccumuloParams.scala │ │ │ ├── AccumuloRunner.scala │ │ │ ├── data │ │ │ ├── AccumuloAgeOffCommand.scala │ │ │ ├── AccumuloCompactCommand.scala │ │ │ ├── AccumuloManagePartitionsCommand.scala │ │ │ ├── AddAttributeIndexCommand.scala │ │ │ ├── AddIndexCommand.scala │ │ │ └── TableConfCommand.scala │ │ │ ├── export │ │ │ ├── AccumuloExplainCommand.scala │ │ │ ├── AccumuloExportCommand.scala │ │ │ └── AccumuloPlaybackCommand.scala │ │ │ ├── ingest │ │ │ ├── AccumuloBulkCopyCommand.scala │ │ │ ├── AccumuloBulkIngestCommand.scala │ │ │ ├── AccumuloDeleteFeaturesCommand.scala │ │ │ ├── AccumuloIngestCommand.scala │ │ │ └── AccumuloUpdateFeaturesCommand.scala │ │ │ ├── schema │ │ │ ├── AccumuloCreateSchemaCommand.scala │ │ │ ├── AccumuloDeleteCatalogCommand.scala │ │ │ ├── AccumuloRemoveSchemaCommand.scala │ │ │ └── AccumuloUpdateSchemaCommand.scala │ │ │ ├── stats │ │ │ ├── AccumuloQueryAuditCommand.scala │ │ │ ├── AccumuloStatsAnalyzeCommand.scala │ │ │ ├── AccumuloStatsBoundsCommand.scala │ │ │ ├── AccumuloStatsConfigureCommand.scala │ │ │ ├── AccumuloStatsCountCommand.scala │ │ │ ├── AccumuloStatsHistogramCommand.scala │ │ │ └── AccumuloStatsTopKCommand.scala │ │ │ └── status │ │ │ ├── AccumuloDescribeSchemaCommand.scala │ │ │ ├── AccumuloGetSftConfigCommand.scala │ │ │ ├── AccumuloGetTypeNamesCommand.scala │ │ │ └── AccumuloVersionRemoteCommand.scala │ │ └── test │ │ ├── resources │ │ ├── core-site.xml │ │ └── examples │ │ │ ├── city-mysql.conf │ │ │ ├── city-tsv.conf │ │ │ ├── city.mysql │ │ │ ├── city.tsv │ │ │ ├── example1-csv.conf │ │ │ ├── example1-tsv.conf │ │ │ ├── example1.csv │ │ │ ├── example1.tar │ │ │ ├── example1.tgz │ │ │ ├── example1.zip │ │ │ └── example2.csv │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── accumulo │ │ │ └── tools │ │ │ ├── TestWithDataStore.scala │ │ │ ├── export │ │ │ ├── AccumuloExportCommandTest.scala │ │ │ └── FeatureExporterTest.scala │ │ │ └── ingest │ │ │ ├── AccumuloUpdateFeaturesCommandTest.scala │ │ │ ├── IngestCommandTest.scala │ │ │ └── ShpIngestTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-archetypes ├── geomesa-archetypes-binary-dist │ ├── assembly.xml │ ├── binary-release.xml │ └── pom.xml ├── geomesa-archetypes-gs-plugin │ ├── assembly.xml │ └── pom.xml ├── geomesa-archetypes-spark-runtime │ └── pom.xml └── pom.xml ├── geomesa-arrow ├── geomesa-arrow-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ ├── org.geotools.api.data.DataStoreFactorySpi │ │ │ │ └── org.geotools.api.data.FileDataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── arrow │ │ │ └── data │ │ │ ├── ArrowDataStore.scala │ │ │ ├── ArrowDataStoreFactory.scala │ │ │ └── ArrowFeatureStore.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── arrow │ │ │ └── data │ │ │ └── ArrowDataStoreTest.scala │ │ └── shared-resources ├── geomesa-arrow-dist │ ├── component.xml │ └── pom.xml ├── geomesa-arrow-gt │ ├── pom.xml │ └── src │ │ ├── main │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── arrow │ │ │ ├── features │ │ │ └── ArrowSimpleFeature.scala │ │ │ ├── filter │ │ │ └── ArrowFilterOptimizer.scala │ │ │ ├── io │ │ │ ├── BatchWriter.scala │ │ │ ├── ConcatenatedFileWriter.scala │ │ │ ├── DeltaWriter.scala │ │ │ ├── DictionaryBuildingWriter.scala │ │ │ ├── SimpleFeatureArrowFileReader.scala │ │ │ ├── SimpleFeatureArrowFileWriter.scala │ │ │ ├── package.scala │ │ │ ├── reader │ │ │ │ ├── CachingSimpleFeatureArrowFileReader.scala │ │ │ │ ├── MultiStreamSimpleFeatureArrowFileReader.scala │ │ │ │ └── StreamingSimpleFeatureArrowFileReader.scala │ │ │ └── records │ │ │ │ ├── RecordBatchLoader.scala │ │ │ │ └── RecordBatchUnloader.scala │ │ │ ├── package.scala │ │ │ └── vector │ │ │ ├── ArrowAttributeReader.scala │ │ │ ├── ArrowAttributeWriter.scala │ │ │ ├── ArrowDictionary.scala │ │ │ ├── SimpleFeatureVector.scala │ │ │ └── package.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── arrow │ │ │ ├── io │ │ │ ├── BatchWriterTest.scala │ │ │ ├── DeltaWriterTest.scala │ │ │ ├── DictionaryBuildingWriterTest.scala │ │ │ └── SimpleFeatureArrowFileTest.scala │ │ │ └── vector │ │ │ └── SimpleFeatureVectorTest.scala │ │ └── shared-resources ├── geomesa-arrow-jts │ ├── README.md │ ├── pom.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── arrow │ │ │ └── jts │ │ │ ├── GeometryFields.java │ │ │ ├── GeometryVector.java │ │ │ ├── LineStringFloatVector.java │ │ │ ├── LineStringVector.java │ │ │ ├── MultiLineStringFloatVector.java │ │ │ ├── MultiLineStringVector.java │ │ │ ├── MultiPointFloatVector.java │ │ │ ├── MultiPointVector.java │ │ │ ├── MultiPolygonFloatVector.java │ │ │ ├── MultiPolygonVector.java │ │ │ ├── PointFloatVector.java │ │ │ ├── PointVector.java │ │ │ ├── PolygonFloatVector.java │ │ │ ├── PolygonVector.java │ │ │ ├── WKBGeometryVector.java │ │ │ └── impl │ │ │ ├── AbstractGeometryVector.java │ │ │ ├── AbstractLineStringVector.java │ │ │ ├── AbstractMultiLineStringVector.java │ │ │ ├── AbstractMultiPointVector.java │ │ │ ├── AbstractMultiPolygonVector.java │ │ │ ├── AbstractPointVector.java │ │ │ └── AbstractPolygonVector.java │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── arrow │ │ │ └── vector │ │ │ └── GeometryVectorTest.java │ │ └── shared-resources ├── geomesa-arrow-tools │ ├── conf-filtered │ │ └── dependencies.sh │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── arrow │ │ └── tools │ │ ├── ArrowDataStoreCommand.scala │ │ ├── ArrowRunner.scala │ │ ├── export │ │ └── ArrowExportCommand.scala │ │ ├── ingest │ │ └── ArrowIngestCommand.scala │ │ ├── stats │ │ ├── ArrowStatsBoundsCommand.scala │ │ ├── ArrowStatsCountCommand.scala │ │ ├── ArrowStatsHistogramCommand.scala │ │ └── ArrowStatsTopKCommand.scala │ │ └── status │ │ ├── ArrowDescribeSchemaCommand.scala │ │ ├── ArrowGetSftConfigCommand.scala │ │ └── ArrowGetTypeNamesCommand.scala └── pom.xml ├── geomesa-cassandra ├── geomesa-cassandra-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── cassandra │ │ │ ├── data │ │ │ ├── CassandraBackedMetadata.scala │ │ │ ├── CassandraDataStore.scala │ │ │ ├── CassandraDataStoreFactory.scala │ │ │ ├── CassandraIndexAdapter.scala │ │ │ └── CassandraQueryPlan.scala │ │ │ ├── index │ │ │ ├── AttributeColumnMapper.scala │ │ │ ├── CassandraColumnMapper.scala │ │ │ ├── IdColumnMapper.scala │ │ │ ├── SharedAttributeColumnMapper.scala │ │ │ ├── Z2ColumnMapper.scala │ │ │ └── Z3ColumnMapper.scala │ │ │ ├── package.scala │ │ │ └── utils │ │ │ └── CassandraBatchScan.scala │ │ └── test │ │ ├── resources │ │ └── init.cql │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── cassandra │ │ │ └── data │ │ │ ├── CassandraDataStoreTest.scala │ │ │ └── ScyllaDBDataStoreTest.scala │ │ └── shared-resources ├── geomesa-cassandra-dist │ ├── component.xml │ └── pom.xml ├── geomesa-cassandra-gs-plugin │ └── pom.xml ├── geomesa-cassandra-tools │ ├── conf-filtered │ │ ├── cassandra-env.sh │ │ └── dependencies.sh │ ├── conf │ │ ├── application.conf │ │ └── logback.xml │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── cassandra │ │ └── tools │ │ ├── CassandraConnectionParams.scala │ │ ├── CassandraDataStoreCommand.scala │ │ ├── CassandraRunner.scala │ │ ├── commands │ │ ├── CassandraCreateSchemaCommand.scala │ │ ├── CassandraDeleteFeaturesCommand.scala │ │ ├── CassandraDescribeSchemaCommand.scala │ │ ├── CassandraExplainCommand.scala │ │ ├── CassandraGetSftConfigCommand.scala │ │ ├── CassandraGetTypeNamesCommand.scala │ │ ├── CassandraIngestCommand.scala │ │ ├── CassandraRemoveSchemaCommand.scala │ │ └── CassandraUpdateSchemaCommand.scala │ │ └── export │ │ ├── CassandraExportCommand.scala │ │ └── CassandraPlaybackCommand.scala └── pom.xml ├── geomesa-convert ├── geomesa-convert-all │ ├── pom.xml │ └── src │ │ ├── main │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── all │ │ │ └── TypeAwareInference.scala │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── JavaConvertersTest.java │ │ ├── resources │ │ ├── META-INF │ │ │ └── services │ │ │ │ ├── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ │ │ └── org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory │ │ ├── geomesa-convert-scripts │ │ │ └── hello.js │ │ ├── lookuptable.csv │ │ ├── reference.conf │ │ └── sft_testsft.conf │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ ├── ApiTest.scala │ │ │ ├── FindConvertersTest.scala │ │ │ ├── URLConfigProviderTest.scala │ │ │ └── testing │ │ │ ├── CompositeTextConverterTest.scala │ │ │ ├── EnrichmentCacheTest.scala │ │ │ └── ScriptingFunctionFactoryTest.scala │ │ ├── shared-resources │ │ ├── static │ │ └── goodbye.js │ │ └── static3 │ │ └── whatsup.js ├── geomesa-convert-avro-schema-registry │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── avro │ │ │ └── registry │ │ │ ├── AvroSchemaRegistryConverter.scala │ │ │ └── AvroSchemaRegistryConverterFactory.scala │ │ └── test │ │ ├── resources │ │ ├── schema.avsc │ │ ├── schema2.avsc │ │ └── sft_testsft.conf │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── avro │ │ │ └── registry │ │ │ ├── AvroSchemaRegistryConverterTest.scala │ │ │ └── AvroSchemaRegistryUtils.scala │ │ └── shared-resources ├── geomesa-convert-avro │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ ├── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ │ │ └── org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── avro │ │ │ ├── AvroConverter.scala │ │ │ ├── AvroConverterFactory.scala │ │ │ ├── AvroFunctionFactory.scala │ │ │ └── AvroPath.scala │ │ └── test │ │ ├── resources │ │ ├── schema.avsc │ │ ├── sft_testsft.conf │ │ ├── union.avro │ │ └── union.avsc │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── avro │ │ │ ├── AvroConverterTest.scala │ │ │ ├── AvroPathTest.scala │ │ │ ├── AvroTransformersTest.scala │ │ │ ├── AvroUtils.scala │ │ │ └── GenerateAvro.scala │ │ └── shared-resources ├── geomesa-convert-common │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ ├── convert │ │ │ │ └── ConverterConfigProvider.java │ │ │ │ └── convert2 │ │ │ │ └── interop │ │ │ │ └── SimpleFeatureConverterLoader.java │ │ ├── resources │ │ │ ├── META-INF │ │ │ │ └── services │ │ │ │ │ ├── org.geotools.filter.expression.PropertyAccessorFactory │ │ │ │ │ ├── org.locationtech.geomesa.convert.ConverterConfigProvider │ │ │ │ │ ├── org.locationtech.geomesa.convert.EnrichmentCacheFactory │ │ │ │ │ ├── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ │ │ │ ├── org.locationtech.geomesa.convert2.metrics.ReporterFactory │ │ │ │ │ ├── org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory │ │ │ │ │ └── org.locationtech.geomesa.convert2.validators.SimpleFeatureValidatorFactory │ │ │ └── base-converter-defaults.conf │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ ├── convert │ │ │ ├── ConverterConfigLoader.scala │ │ │ ├── ConverterConfigResolver.scala │ │ │ ├── EnrichmentCache.scala │ │ │ ├── EvaluationContext.scala │ │ │ └── Modes.scala │ │ │ └── convert2 │ │ │ ├── AbstractCompositeConverter.scala │ │ │ ├── AbstractConverter.scala │ │ │ ├── AbstractConverterFactory.scala │ │ │ ├── ParsingConverter.scala │ │ │ ├── SimpleFeatureConverter.scala │ │ │ ├── SimpleFeatureConverterFactory.scala │ │ │ ├── TypeInference.scala │ │ │ ├── composite │ │ │ ├── CompositeConverter.scala │ │ │ └── CompositeConverterFactory.scala │ │ │ ├── metrics │ │ │ └── ConverterMetrics.scala │ │ │ ├── package.scala │ │ │ ├── transforms │ │ │ ├── CastFunctionFactory.scala │ │ │ ├── CollectionFunctionFactory.scala │ │ │ ├── CqlFunctionFactory.scala │ │ │ ├── DateFunctionFactory.scala │ │ │ ├── EncodingFunctionFactory.scala │ │ │ ├── EnrichmentCacheFunctionFactory.scala │ │ │ ├── Expression.scala │ │ │ ├── ExpressionParser.scala │ │ │ ├── ExpressionVisitor.scala │ │ │ ├── GeometryFunctionFactory.scala │ │ │ ├── IdFunctionFactory.scala │ │ │ ├── MathFunctionFactory.scala │ │ │ ├── MiscFunctionFactory.scala │ │ │ ├── Predicate.scala │ │ │ ├── PredicateParser.scala │ │ │ ├── ScriptingFunctionFactory.scala │ │ │ ├── StringFunctionFactory.scala │ │ │ ├── TransformerFunction.scala │ │ │ └── TransformerFunctionFactory.scala │ │ │ └── validators │ │ │ ├── CqlValidatorFactory.scala │ │ │ ├── HasDtgValidatorFactory.scala │ │ │ ├── HasGeoValidatorFactory.scala │ │ │ ├── IdValidatorFactory.scala │ │ │ ├── IndexValidatorFactory.scala │ │ │ ├── NoneValidatorFactory.scala │ │ │ ├── SimpleFeatureValidator.scala │ │ │ ├── SimpleFeatureValidatorFactory.scala │ │ │ └── package.scala │ │ └── test │ │ ├── resources │ │ └── META-INF │ │ │ └── services │ │ │ ├── org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory │ │ │ └── org.locationtech.geomesa.convert2.validators.SimpleFeatureValidatorFactory │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert2 │ │ │ ├── TypeInferenceTest.scala │ │ │ ├── transforms │ │ │ ├── ExpressionTest.scala │ │ │ ├── IdFunctionFactoryTest.scala │ │ │ ├── MiscFunctionFactoryTest.scala │ │ │ ├── PredicateTest.scala │ │ │ └── TestFunctionFactory.scala │ │ │ └── validators │ │ │ ├── CqlValidatorTest.scala │ │ │ └── SimpleFeatureValidatorTest.scala │ │ └── shared-resources ├── geomesa-convert-fixedwidth │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── fixedwidth │ │ │ ├── FixedWidthConverter.scala │ │ │ └── FixedWidthConverterFactory.scala │ │ └── test │ │ ├── resources │ │ └── sft_testsft.conf │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── fixedwidth │ │ │ └── FixedWidthConverterTest.scala │ │ └── shared-resources ├── geomesa-convert-jdbc │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── jdbc │ │ │ ├── JdbcConverter.scala │ │ │ └── JdbcConverterFactory.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── jdbc │ │ │ └── JdbcConverterTest.scala │ │ └── shared-resources ├── geomesa-convert-json │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ ├── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ │ │ └── org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── json │ │ │ ├── GeoJsonParsing.scala │ │ │ ├── JsonCompositeConverter.scala │ │ │ ├── JsonCompositeConverterFactory.scala │ │ │ ├── JsonConverter.scala │ │ │ ├── JsonConverterFactory.scala │ │ │ └── JsonFunctionFactory.scala │ │ └── test │ │ ├── resources │ │ └── application.conf │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── json │ │ │ ├── JsonCompositeConverterTest.scala │ │ │ └── JsonConverterTest.scala │ │ └── shared-resources ├── geomesa-convert-parquet │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ ├── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ │ │ └── org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── parquet │ │ │ ├── AvroReadSupport.scala │ │ │ ├── ParquetConverter.scala │ │ │ ├── ParquetConverterFactory.scala │ │ │ └── ParquetFunctionFactory.scala │ │ └── test │ │ ├── resources │ │ ├── example-with-vis.parquet │ │ ├── example.parquet │ │ ├── geomesav1-test.parquet │ │ ├── geoparquet-native-test.parquet │ │ ├── geoparquet-wkb-test.parquet │ │ ├── hex350_grid_cardio_1920-10.parquet │ │ ├── infer-complex.parquet │ │ ├── infer.parquet │ │ └── part-00000-189f03e5-dde4-4576-bc83-4f1956a98011-c000-10.zstd.parquet │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── parquet │ │ │ ├── ParquetConverterTest.scala │ │ │ └── TrimParquetFile.scala │ │ └── shared-resources ├── geomesa-convert-redis-cache │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.convert.EnrichmentCacheFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── redis │ │ │ └── RedisEnrichmentCache.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── redis │ │ │ └── RedisEnrichmentCacheTest.scala │ │ └── shared-resources ├── geomesa-convert-shp │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ ├── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ │ │ └── org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── shp │ │ │ ├── ShapefileConverter.scala │ │ │ ├── ShapefileConverterFactory.scala │ │ │ └── ShapefileFunctionFactory.scala │ │ └── test │ │ ├── resources │ │ ├── pofw │ │ │ ├── gis_osm_pofw_free_1.dbf │ │ │ ├── gis_osm_pofw_free_1.shp │ │ │ └── gis_osm_pofw_free_1.shx │ │ ├── pofw_cpg │ │ │ ├── gis_osm_pofw_free_1.cpg │ │ │ ├── gis_osm_pofw_free_1.dbf │ │ │ ├── gis_osm_pofw_free_1.shp │ │ │ └── gis_osm_pofw_free_1.shx │ │ └── us_state │ │ │ ├── cb_2017_us_state_20m.dbf │ │ │ ├── cb_2017_us_state_20m.shp │ │ │ └── cb_2017_us_state_20m.shx │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── shp │ │ │ └── ShapefileConverterTest.scala │ │ └── shared-resources ├── geomesa-convert-simplefeature │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert2 │ │ │ └── simplefeature │ │ │ ├── FeatureToFeatureConverter.scala │ │ │ └── FeatureToFeatureConverterFactory.scala │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert2 │ │ │ └── simplefeature │ │ │ └── FeatureToFeatureJavaTest.java │ │ ├── resources │ │ └── reference.conf │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert2 │ │ │ └── simplefeature │ │ │ └── FeatureToFeatureConverterTest.scala │ │ └── shared-resources ├── geomesa-convert-text │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── text │ │ │ ├── DelimitedTextConverter.scala │ │ │ └── DelimitedTextConverterFactory.scala │ │ └── test │ │ ├── resources │ │ ├── messydata.csv │ │ └── sft_testsft.conf │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── text │ │ │ ├── DelimitedTextConverterTest.scala │ │ │ ├── NewLinesTest.scala │ │ │ └── ValidatorTest.scala │ │ └── shared-resources ├── geomesa-convert-xml │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ ├── META-INF │ │ │ │ └── services │ │ │ │ │ ├── org.locationtech.geomesa.convert2.SimpleFeatureConverterFactory │ │ │ │ │ └── org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory │ │ │ └── xml-converter-defaults.conf │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── xml │ │ │ ├── XmlCompositeConverter.scala │ │ │ ├── XmlCompositeConverterFactory.scala │ │ │ ├── XmlConverter.scala │ │ │ ├── XmlConverterFactory.scala │ │ │ └── XmlFunctionFactory.scala │ │ └── test │ │ ├── resources │ │ ├── bomTest.xml │ │ └── xml-feature.xsd │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── convert │ │ │ └── xml │ │ │ ├── XmlCompositeConverterTest.scala │ │ │ └── XmlConverterTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-features ├── geomesa-feature-all │ ├── pom.xml │ └── src │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ └── SerializationTester.scala │ │ └── shared-resources ├── geomesa-feature-avro │ ├── pom.xml │ └── src │ │ ├── main │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ └── avro │ │ │ ├── AvroFeatureSerializer.scala │ │ │ ├── FieldNameEncoder.scala │ │ │ ├── io │ │ │ ├── AvroDataFile.scala │ │ │ ├── AvroDataFileReader.scala │ │ │ └── AvroDataFileWriter.scala │ │ │ ├── package.scala │ │ │ └── serialization │ │ │ ├── AvroField.scala │ │ │ ├── AvroSerialization.scala │ │ │ ├── AvroUserDataSerialization.scala │ │ │ ├── AvroUserDataSerializationV4.scala │ │ │ ├── CollectionSerialization.scala │ │ │ ├── SimpleFeatureDatumReader.scala │ │ │ └── SimpleFeatureDatumWriter.scala │ │ └── test │ │ ├── resources │ │ ├── example-v4-gt18.avro │ │ ├── example-v4-with-vis-gt18.avro │ │ ├── example-v4-with-vis.avro │ │ ├── example-v4.avro │ │ ├── example-v5-with-vis.avro │ │ └── example-v5.avro │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ └── avro │ │ │ ├── AbstractAvroSimpleFeatureTest.scala │ │ │ ├── AvroFeatureSerializerTest.scala │ │ │ ├── FieldNameEncoderTest.scala │ │ │ ├── io │ │ │ └── AvroDataFileTest.scala │ │ │ ├── serde │ │ │ ├── Version1ASF.scala │ │ │ ├── Version1BackwardsCompatTest.scala │ │ │ ├── Version2ASF.scala │ │ │ ├── Version3CompatTest.scala │ │ │ └── Version4CompatTest.scala │ │ │ └── serialization │ │ │ ├── CollectionSerializationTest.scala │ │ │ ├── SimpleFeatureDatumReaderTest.scala │ │ │ └── SimpleFeatureDatumWriterTest.scala │ │ └── shared-resources ├── geomesa-feature-common │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── features │ │ │ │ └── interop │ │ │ │ └── SerializationOptions.java │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ ├── AbstractSimpleFeature.scala │ │ │ ├── FastSettableFeature.scala │ │ │ ├── ScalaSimpleFeature.scala │ │ │ ├── ScalaSimpleFeatureFactory.scala │ │ │ ├── SerializationOption.scala │ │ │ ├── SerializationType.scala │ │ │ ├── SimpleFeatureSerializer.scala │ │ │ ├── TransformSimpleFeature.scala │ │ │ ├── geotools │ │ │ └── ImmutableFeatureId.scala │ │ │ └── serialization │ │ │ ├── DimensionalBounds.scala │ │ │ ├── GeoJsonSerializer.scala │ │ │ ├── HintKeySerialization.scala │ │ │ ├── TwkbSerialization.scala │ │ │ ├── VarIntEncoding.scala │ │ │ ├── WkbSerialization.scala │ │ │ └── package.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ ├── ScalaSimpleFeatureTest.scala │ │ │ └── serialization │ │ │ └── GeoJsonSerializerTest.scala │ │ └── shared-resources ├── geomesa-feature-exporters │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── leaflet │ │ │ │ └── index.html │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ └── exporters │ │ │ ├── ArrowExporter.scala │ │ │ ├── AvroExporter.scala │ │ │ ├── BinExporter.scala │ │ │ ├── DelimitedExporter.scala │ │ │ ├── FeatureExporter.scala │ │ │ ├── FileSystemExporter.scala │ │ │ ├── GeoJsonExporter.scala │ │ │ ├── GmlExporter.scala │ │ │ ├── LeafletMapExporter.scala │ │ │ ├── NullExporter.scala │ │ │ └── ShapefileExporter.scala │ │ └── test │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── features │ │ └── exporters │ │ ├── FeatureExporterTest.scala │ │ └── GmlExportTest.scala ├── geomesa-feature-kryo │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ ├── org.geotools.api.filter.expression.Function │ │ │ │ └── org.geotools.filter.expression.PropertyAccessorFactory │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ └── kryo │ │ │ ├── KryoBufferSimpleFeature.scala │ │ │ ├── KryoFeatureSerializer.scala │ │ │ ├── ProjectingKryoFeatureDeserializer.scala │ │ │ ├── ProjectingKryoFeatureSerializer.scala │ │ │ ├── impl │ │ │ ├── ActiveDeserialization.scala │ │ │ ├── IntBitSet.scala │ │ │ ├── KryoFeatureDeserialization.scala │ │ │ ├── KryoFeatureDeserializationV2.scala │ │ │ ├── KryoFeatureSerialization.scala │ │ │ ├── LazyDeserialization.scala │ │ │ └── NonMutatingInput.scala │ │ │ ├── json │ │ │ ├── JsonPathFilterFunction.scala │ │ │ ├── JsonPathParser.scala │ │ │ ├── JsonPathPropertyAccessor.scala │ │ │ ├── KryoJsonPath.scala │ │ │ ├── KryoJsonPathFilter.scala │ │ │ ├── KryoJsonSerialization.scala │ │ │ └── package.scala │ │ │ ├── package.scala │ │ │ └── serialization │ │ │ ├── GeometrySerializer.scala │ │ │ ├── IndexValueSerializer.scala │ │ │ ├── KryoGeometrySerialization.scala │ │ │ ├── KryoUserDataSerialization.scala │ │ │ └── SimpleFeatureSerializer.scala │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ └── kyro │ │ │ └── interop │ │ │ └── SerializationOptionsTest.java │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── features │ │ │ └── kryo │ │ │ ├── KryoBufferSimpleFeatureTest.scala │ │ │ ├── KryoFeatureSerializerTest.scala │ │ │ ├── KryoGeometrySerializerTest.scala │ │ │ ├── impl │ │ │ ├── IntBitSetTest.scala │ │ │ └── NonMutatingInputTest.scala │ │ │ ├── json │ │ │ ├── JsonPathFilterFunctionTest.scala │ │ │ ├── JsonPathParserTest.scala │ │ │ ├── JsonPathPropertyAccessorTest.scala │ │ │ └── KryoJsonSerializationTest.scala │ │ │ └── serialization │ │ │ └── IndexValueSerializerTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-filter ├── pom.xml └── src │ ├── main │ ├── resources │ │ └── META-INF │ │ │ └── services │ │ │ └── org.geotools.api.filter.expression.Function │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── filter │ │ ├── AndSplittingFilter.scala │ │ ├── Bounds.scala │ │ ├── FilterHelper.scala │ │ ├── FilterValues.scala │ │ ├── GeometryProcessing.scala │ │ ├── OrSplittingFilter.scala │ │ ├── RichTransform.scala │ │ ├── expression │ │ ├── AttributeExpression.scala │ │ ├── FastComparisonOperator.scala │ │ ├── FastDWithin.scala │ │ ├── FastPropertyIsEqualTo.scala │ │ ├── FastPropertyName.scala │ │ ├── FastTemporalOperator.scala │ │ ├── OrHashEquality.scala │ │ └── OrSequentialEquality.scala │ │ ├── factory │ │ └── FastFilterFactory.scala │ │ ├── function │ │ ├── Convert2ViewerFunction.scala │ │ ├── CurrentDateFunction.scala │ │ ├── DateToLong.scala │ │ ├── FastProperty.scala │ │ └── ProxyIdFunction.scala │ │ ├── package.scala │ │ └── visitor │ │ ├── BoundsFilterVisitor.scala │ │ ├── FilterExtractingVisitor.scala │ │ ├── IdDetectingFilterVisitor.scala │ │ ├── IdExtractingVisitor.scala │ │ └── QueryPlanFilterVisitor.scala │ └── test │ ├── scala │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── filter │ │ ├── BoundsTest.scala │ │ ├── FilterHelperTest.scala │ │ ├── FilterPackageObjectTest.scala │ │ ├── OrSplittingFilterTest.scala │ │ ├── TestFilters.scala │ │ ├── factory │ │ └── FastFilterFactoryTest.scala │ │ └── function │ │ ├── Convert2ViewerFunctionTest.scala │ │ ├── FastPropertyTest.scala │ │ └── ProxyIdFunctionTest.scala │ └── shared-resources ├── geomesa-fs ├── geomesa-fs-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── fs │ │ │ └── data │ │ │ ├── FileSystemDataStore.scala │ │ │ ├── FileSystemDataStoreFactory.scala │ │ │ ├── FileSystemDataStoreParams.scala │ │ │ ├── FileSystemFeatureStore.scala │ │ │ └── FileSystemStorageManager.scala │ │ └── test │ │ ├── resources │ │ ├── example │ │ │ ├── datastore1 │ │ │ │ └── 2017 │ │ │ │ │ └── 001 │ │ │ │ │ └── 01 │ │ │ │ │ ├── 15 │ │ │ │ │ ├── 30 │ │ │ │ │ ├── 45 │ │ │ │ │ └── 00 │ │ │ └── datastore2 │ │ │ │ └── 2017 │ │ │ │ └── 001 │ │ │ │ ├── 01 │ │ │ │ ├── 02 │ │ │ │ ├── 03 │ │ │ │ └── 04 │ │ └── reference.conf │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── fs │ │ │ ├── BucketVsLeafStorageTest.scala │ │ │ ├── FileSystemDataStoreTest.scala │ │ │ ├── HadoopSharedCluster.scala │ │ │ └── converter │ │ │ └── ConverterDataStoreTest.scala │ │ └── shared-resources ├── geomesa-fs-dist │ ├── component.xml │ └── pom.xml ├── geomesa-fs-gs-plugin │ └── pom.xml ├── geomesa-fs-spark │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.spark.SpatialRDDProvider │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── fs │ │ │ └── spark │ │ │ └── FileSystemRDDProvider.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── fs │ │ │ └── spark │ │ │ └── FileSystemRDDProviderIT.scala │ │ └── shared-resources ├── geomesa-fs-storage │ ├── geomesa-fs-storage-api │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── fs │ │ │ └── storage │ │ │ └── api │ │ │ ├── FileSystemStorage.scala │ │ │ ├── FileSystemStorageFactory.scala │ │ │ ├── PartitionScheme.scala │ │ │ ├── PartitionSchemeFactory.scala │ │ │ ├── StorageMetadata.scala │ │ │ ├── StorageMetadataFactory.scala │ │ │ ├── observer │ │ │ ├── FileSystemObserver.scala │ │ │ └── FileSystemObserverFactory.scala │ │ │ └── package.scala │ ├── geomesa-fs-storage-common │ │ ├── pom.xml │ │ └── src │ │ │ ├── main │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── locationtech │ │ │ │ │ └── geomesa │ │ │ │ │ └── fs │ │ │ │ │ └── storage │ │ │ │ │ └── common │ │ │ │ │ └── interop │ │ │ │ │ └── ConfigurationUtils.java │ │ │ ├── resources │ │ │ │ └── META-INF │ │ │ │ │ └── services │ │ │ │ │ ├── org.locationtech.geomesa.fs.storage.api.PartitionSchemeFactory │ │ │ │ │ └── org.locationtech.geomesa.fs.storage.api.StorageMetadataFactory │ │ │ └── scala │ │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── common │ │ │ │ ├── AbstractFileSystemStorage.scala │ │ │ │ ├── FileSystemThreadedReader.scala │ │ │ │ ├── SizeableFileSystemStorage.scala │ │ │ │ ├── jobs │ │ │ │ ├── PartitionOutputFormat.scala │ │ │ │ └── StorageConfiguration.scala │ │ │ │ ├── metadata │ │ │ │ ├── FileBasedMetadata.scala │ │ │ │ ├── FileBasedMetadataFactory.scala │ │ │ │ ├── JdbcMetadata.scala │ │ │ │ ├── JdbcMetadataFactory.scala │ │ │ │ ├── MetadataJson.scala │ │ │ │ ├── MetadataSerialization.scala │ │ │ │ └── package.scala │ │ │ │ ├── observer │ │ │ │ ├── FileSystemObserver.scala │ │ │ │ └── FileSystemObserverFactory.scala │ │ │ │ ├── package.scala │ │ │ │ ├── partitions │ │ │ │ ├── AttributeScheme.scala │ │ │ │ ├── CompositeScheme.scala │ │ │ │ ├── DateTimeScheme.scala │ │ │ │ ├── FlatScheme.scala │ │ │ │ ├── ReceiptTimeScheme.scala │ │ │ │ ├── SpatialScheme.scala │ │ │ │ ├── XZ2Scheme.scala │ │ │ │ └── Z2Scheme.scala │ │ │ │ ├── s3 │ │ │ │ ├── AbstractS3VisibilityObserver.scala │ │ │ │ ├── S3VisibilityObserverFactory.scala │ │ │ │ ├── v1 │ │ │ │ │ ├── S3VisibilityObserver.scala │ │ │ │ │ └── S3VisibilityObserverFactory.scala │ │ │ │ └── v2 │ │ │ │ │ ├── S3VisibilityObserver.scala │ │ │ │ │ └── S3VisibilityObserverFactory.scala │ │ │ │ └── utils │ │ │ │ ├── PartitionSchemeArgResolver.scala │ │ │ │ ├── PathCache.scala │ │ │ │ └── StorageUtils.scala │ │ │ └── test │ │ │ ├── resources │ │ │ ├── example-csv │ │ │ │ ├── 2015 │ │ │ │ │ ├── 05_W341a1c90e3bd444faa96054fa6870a1c.parquet │ │ │ │ │ ├── 06_W4da9e1a9fe154d5ba5fd7277e5ffec60.parquet │ │ │ │ │ └── 10_W3a94e68af7be42ecbef130507cdcc2fd.parquet │ │ │ │ ├── metadata.json │ │ │ │ └── metadata │ │ │ │ │ ├── storage.json │ │ │ │ │ ├── update-2015-05-548972d3-6ac9-4839-8d28-90673d7e1557.json │ │ │ │ │ ├── update-2015-06-3539b551-1b6e-4d87-a1a1-98fc15671a76.json │ │ │ │ │ └── update-2015-10-eefdc189-5267-4576-96ae-b2e02a17310d.json │ │ │ ├── jdbc │ │ │ │ └── old_meta.sql │ │ │ └── year-jday-z2.conf │ │ │ ├── scala │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── common │ │ │ │ ├── ConfigurationTest.scala │ │ │ │ ├── FileSystemThreadedReaderTest.scala │ │ │ │ ├── metadata │ │ │ │ ├── FileBasedMetadataTest.scala │ │ │ │ ├── JdbcMetadataTest.scala │ │ │ │ └── MetadataJsonTest.scala │ │ │ │ ├── partitions │ │ │ │ ├── DateTimeSchemeTest.scala │ │ │ │ ├── PartitionSchemeConfTest.scala │ │ │ │ ├── PartitionSchemeTest.scala │ │ │ │ └── ReceiptTimeSchemeTest.scala │ │ │ │ ├── s3 │ │ │ │ ├── S3VisibilityObserverTest.scala │ │ │ │ └── v1 │ │ │ │ │ └── S3VisibilityObserverTest.scala │ │ │ │ └── utils │ │ │ │ └── PathCacheTest.scala │ │ │ └── shared-resources │ ├── geomesa-fs-storage-convert │ │ ├── pom.xml │ │ └── src │ │ │ ├── main │ │ │ ├── resources │ │ │ │ └── META-INF │ │ │ │ │ └── services │ │ │ │ │ ├── org.locationtech.geomesa.fs.storage.api.FileSystemStorageFactory │ │ │ │ │ ├── org.locationtech.geomesa.fs.storage.api.StorageMetadataFactory │ │ │ │ │ └── org.locationtech.geomesa.fs.storage.converter.pathfilter.PathFilteringFactory │ │ │ └── scala │ │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── converter │ │ │ │ ├── ConverterFileSystemReader.scala │ │ │ │ ├── ConverterMetadata.scala │ │ │ │ ├── ConverterMetadataFactory.scala │ │ │ │ ├── ConverterStorage.scala │ │ │ │ ├── ConverterStorageFactory.scala │ │ │ │ └── pathfilter │ │ │ │ ├── DtgPathFiltering.scala │ │ │ │ ├── PathFiltering.scala │ │ │ │ └── PathFilteringFactory.scala │ │ │ └── test │ │ │ ├── resources │ │ │ ├── example-convert-test-1 │ │ │ │ └── 2023 │ │ │ │ │ └── 01 │ │ │ │ │ └── 18 │ │ │ │ │ └── example.tgz │ │ │ └── example-convert-test-2 │ │ │ │ └── 2024 │ │ │ │ └── 12 │ │ │ │ ├── 11 │ │ │ │ ├── data-202412110600.csv │ │ │ │ ├── data-202412111200.csv │ │ │ │ ├── data-202412111800.csv │ │ │ │ └── data-202412112330.csv │ │ │ │ └── 12 │ │ │ │ ├── data-202412120100.csv │ │ │ │ └── data-202412120600.csv │ │ │ ├── scala │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── converter │ │ │ │ ├── ConverterFileSystemStorageTest.scala │ │ │ │ └── pathfilter │ │ │ │ └── DtgPathFilteringTest.scala │ │ │ └── shared-resources │ ├── geomesa-fs-storage-orc-io │ │ ├── pom.xml │ │ └── src │ │ │ ├── main │ │ │ └── scala │ │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── orc │ │ │ │ └── io │ │ │ │ ├── OrcAttributeReader.scala │ │ │ │ ├── OrcAttributeWriter.scala │ │ │ │ ├── OrcFileSystemReader.scala │ │ │ │ ├── OrcFileSystemWriter.scala │ │ │ │ ├── OrcSearchArguments.scala │ │ │ │ └── SimpleFeatureTypeDescription.scala │ │ │ └── test │ │ │ ├── scala │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── orc │ │ │ │ └── io │ │ │ │ └── OrcFileSystemWriterTest.scala │ │ │ └── shared-resources │ ├── geomesa-fs-storage-orc │ │ ├── pom.xml │ │ └── src │ │ │ ├── main │ │ │ ├── resources │ │ │ │ └── META-INF │ │ │ │ │ └── services │ │ │ │ │ └── org.locationtech.geomesa.fs.storage.api.FileSystemStorageFactory │ │ │ └── scala │ │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── orc │ │ │ │ ├── OrcFileSystemStorage.scala │ │ │ │ ├── OrcFileSystemStorageFactory.scala │ │ │ │ ├── jobs │ │ │ │ ├── OrcPartitionOutputFormat.scala │ │ │ │ ├── OrcSimpleFeatureActionInputFormat.scala │ │ │ │ ├── OrcSimpleFeatureInputFormat.scala │ │ │ │ ├── OrcSimpleFeatureOutputFormat.scala │ │ │ │ └── OrcStorageConfiguration.scala │ │ │ │ └── utils │ │ │ │ ├── OrcInputFormatReader.scala │ │ │ │ └── OrcOutputFormatWriter.scala │ │ │ └── test │ │ │ ├── resources │ │ │ └── metadata-old.json │ │ │ ├── scala │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── orc │ │ │ │ ├── OrcFileSystemStorageTest.scala │ │ │ │ └── TestObserverFactory.scala │ │ │ └── shared-resources │ ├── geomesa-fs-storage-parquet-io │ │ ├── pom.xml │ │ └── src │ │ │ ├── main │ │ │ ├── resources │ │ │ │ └── geoparquet-1.1.0-schema.json │ │ │ └── scala │ │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── parquet │ │ │ │ └── io │ │ │ │ ├── GeoParquetMetadata.scala │ │ │ │ ├── GeometrySchema.scala │ │ │ │ ├── ParquetFileSystemReader.scala │ │ │ │ ├── ParquetFileSystemWriter.scala │ │ │ │ ├── SimpleFeatureParquetSchema.scala │ │ │ │ ├── SimpleFeatureParquetWriter.scala │ │ │ │ ├── SimpleFeatureReadSupport.scala │ │ │ │ ├── SimpleFeatureWriteSupport.scala │ │ │ │ └── package.scala │ │ │ └── test │ │ │ └── shared-resources │ ├── geomesa-fs-storage-parquet │ │ ├── pom.xml │ │ └── src │ │ │ ├── main │ │ │ ├── resources │ │ │ │ └── META-INF │ │ │ │ │ └── services │ │ │ │ │ └── org.locationtech.geomesa.fs.storage.api.FileSystemStorageFactory │ │ │ └── scala │ │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── storage │ │ │ │ └── parquet │ │ │ │ ├── FilterConverter.scala │ │ │ │ ├── ParquetFileSystemStorage.scala │ │ │ │ ├── ParquetFileSystemStorageFactory.scala │ │ │ │ ├── jobs │ │ │ │ ├── ParquetPartitionOutputFormat.scala │ │ │ │ ├── ParquetSimpleFeatureActionInputFormat.scala │ │ │ │ ├── ParquetSimpleFeatureInputFormat.scala │ │ │ │ ├── ParquetSimpleFeatureOutputFormat.scala │ │ │ │ └── ParquetStorageConfiguration.scala │ │ │ │ └── parquet.scala │ │ │ └── test │ │ │ ├── resources │ │ │ └── data │ │ │ │ ├── 2.3.0 │ │ │ │ └── example-csv │ │ │ │ │ ├── 2015 │ │ │ │ │ ├── .05_W10faf41d091a4b2ca81b3211c8234151.parquet.crc │ │ │ │ │ ├── .06_W7a8d0d7dd46648c29960d763ccd45b7d.parquet.crc │ │ │ │ │ ├── .10_W0005d8ad0bb74182878e7e11917e5605.parquet.crc │ │ │ │ │ ├── 05_W10faf41d091a4b2ca81b3211c8234151.parquet │ │ │ │ │ ├── 06_W7a8d0d7dd46648c29960d763ccd45b7d.parquet │ │ │ │ │ └── 10_W0005d8ad0bb74182878e7e11917e5605.parquet │ │ │ │ │ ├── .metadata.json.crc │ │ │ │ │ ├── metadata.json │ │ │ │ │ └── metadata │ │ │ │ │ ├── .compacted.json.crc │ │ │ │ │ ├── .storage.json.crc │ │ │ │ │ ├── compacted.json │ │ │ │ │ └── storage.json │ │ │ │ └── 5.2.2 │ │ │ │ ├── example-csv-lines │ │ │ │ ├── 2015 │ │ │ │ │ ├── 05 │ │ │ │ │ │ ├── .01_Wd8b53faec37e410d81dfd5eba532e1af.parquet.crc │ │ │ │ │ │ └── 01_Wd8b53faec37e410d81dfd5eba532e1af.parquet │ │ │ │ │ └── 06 │ │ │ │ │ │ ├── .02_Wb43f8bcf82e540b5aec0ded4c85a7067.parquet.crc │ │ │ │ │ │ └── 02_Wb43f8bcf82e540b5aec0ded4c85a7067.parquet │ │ │ │ ├── .metadata.json.crc │ │ │ │ ├── metadata.json │ │ │ │ └── metadata │ │ │ │ │ ├── .compacted.conf.crc │ │ │ │ │ ├── .storage.json.crc │ │ │ │ │ ├── compacted.conf │ │ │ │ │ └── storage.json │ │ │ │ ├── example-csv-polygons │ │ │ │ ├── 2015 │ │ │ │ │ ├── 05 │ │ │ │ │ │ ├── .01_W22619cdd70a44a979088bf4d11d79e2b.parquet.crc │ │ │ │ │ │ └── 01_W22619cdd70a44a979088bf4d11d79e2b.parquet │ │ │ │ │ └── 06 │ │ │ │ │ │ ├── .02_W85d829fde1bb47508c70d1d0875ac7e1.parquet.crc │ │ │ │ │ │ └── 02_W85d829fde1bb47508c70d1d0875ac7e1.parquet │ │ │ │ ├── .metadata.json.crc │ │ │ │ ├── metadata.json │ │ │ │ └── metadata │ │ │ │ │ ├── .compacted.conf.crc │ │ │ │ │ ├── .storage.json.crc │ │ │ │ │ ├── compacted.conf │ │ │ │ │ └── storage.json │ │ │ │ └── example-csv │ │ │ │ ├── 2015 │ │ │ │ ├── .05_W29538feb281b4114b918e0708888ef12.parquet.crc │ │ │ │ ├── .06_W472b5b966b12451184404518e7a802ca.parquet.crc │ │ │ │ ├── .10_W1230d35283d74a7aac84cb5ad070a83b.parquet.crc │ │ │ │ ├── 05_W29538feb281b4114b918e0708888ef12.parquet │ │ │ │ ├── 06_W472b5b966b12451184404518e7a802ca.parquet │ │ │ │ └── 10_W1230d35283d74a7aac84cb5ad070a83b.parquet │ │ │ │ ├── .metadata.json.crc │ │ │ │ ├── metadata.json │ │ │ │ └── metadata │ │ │ │ ├── .compacted.json.crc │ │ │ │ ├── .storage.json.crc │ │ │ │ ├── compacted.json │ │ │ │ └── storage.json │ │ │ ├── scala │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── parquet │ │ │ │ ├── CompactionTest.scala │ │ │ │ ├── FilterConverterTest.scala │ │ │ │ ├── GenerateParquetFiles.scala │ │ │ │ ├── ListMapTest.scala │ │ │ │ ├── NewTestObserverFactory.scala │ │ │ │ ├── ParquetReadWriteTest.scala │ │ │ │ ├── ParquetStorageTest.scala │ │ │ │ └── TestObserverFactory.scala │ │ │ └── shared-resources │ └── pom.xml ├── geomesa-fs-tools │ ├── conf-filtered │ │ └── dependencies.sh │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── fs │ │ │ │ └── tools │ │ │ │ └── fs-libjars.list │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── fs │ │ │ └── tools │ │ │ ├── FsDataStoreCommand.scala │ │ │ ├── FsRunner.scala │ │ │ ├── compact │ │ │ ├── FileSystemCompactionJob.scala │ │ │ ├── FsCompactCommand.scala │ │ │ └── PartitionInputFormat.scala │ │ │ ├── data │ │ │ └── FsCreateSchemaCommand.scala │ │ │ ├── export │ │ │ ├── FsExportCommand.scala │ │ │ └── FsPlaybackCommand.scala │ │ │ ├── ingest │ │ │ ├── FileSystemConverterJob.scala │ │ │ ├── FsGeneratePartitionFiltersCommand.scala │ │ │ ├── FsIngestCommand.scala │ │ │ └── FsManageMetadataCommand.scala │ │ │ ├── stats │ │ │ ├── FsStatsBoundsCommand.scala │ │ │ ├── FsStatsCountCommand.scala │ │ │ ├── FsStatsHistogramCommand.scala │ │ │ └── FsStatsTopKCommand.scala │ │ │ └── status │ │ │ ├── FsDescribeSchemaCommand.scala │ │ │ ├── FsGetFilesCommand.scala │ │ │ ├── FsGetPartitionsCommand.scala │ │ │ ├── FsGetSftConfigCommand.scala │ │ │ └── FsGetTypeNamesCommand.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── fs │ │ │ └── tools │ │ │ └── ingest │ │ │ ├── CompactCommandTest.scala │ │ │ ├── ExportToFsTest.scala │ │ │ ├── FsManageMetadataCommandTest.scala │ │ │ ├── HadoopSharedCluster.scala │ │ │ └── ParquetJobUtilsTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-gt ├── geomesa-gt-dist │ ├── component.xml │ └── pom.xml ├── geomesa-gt-gs-plugin │ └── pom.xml ├── geomesa-gt-partitioning │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ ├── META-INF │ │ │ │ └── services │ │ │ │ │ ├── org.geotools.api.data.DataStoreFactorySpi │ │ │ │ │ └── org.geotools.util.ConverterFactory │ │ │ └── postgres-metrics.conf │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── gt │ │ │ └── partition │ │ │ └── postgis │ │ │ ├── PartitionedPostgisDataStoreFactory.scala │ │ │ ├── PartitionedPostgisDataStoreParams.scala │ │ │ └── dialect │ │ │ ├── PartitionedPostgisDialect.scala │ │ │ ├── PartitionedPostgisPsDialect.scala │ │ │ ├── filter │ │ │ ├── PgArrayToListConverterFactory.scala │ │ │ └── SplitFilterVisitor.scala │ │ │ ├── functions │ │ │ ├── LogCleaner.scala │ │ │ ├── TruncateToPartition.scala │ │ │ └── TruncateToTenMinutes.scala │ │ │ ├── package.scala │ │ │ ├── procedures │ │ │ ├── AnalyzePartitions.scala │ │ │ ├── CompactPartitions.scala │ │ │ ├── DropAgedOffPartitions.scala │ │ │ ├── MergeWriteAheadPartitions.scala │ │ │ ├── PartitionMaintenance.scala │ │ │ ├── PartitionWriteAheadLog.scala │ │ │ └── RollWriteAheadLog.scala │ │ │ ├── tables │ │ │ ├── AnalyzeQueueTable.scala │ │ │ ├── MainView.scala │ │ │ ├── PartitionTables.scala │ │ │ ├── PartitionTablespacesTable.scala │ │ │ ├── PrimaryKeyTable.scala │ │ │ ├── SequenceTable.scala │ │ │ ├── SortQueueTable.scala │ │ │ ├── UserDataTable.scala │ │ │ └── WriteAheadTable.scala │ │ │ └── triggers │ │ │ ├── DeleteTrigger.scala │ │ │ ├── InsertTrigger.scala │ │ │ ├── UpdateTrigger.scala │ │ │ └── WriteAheadTrigger.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── gt │ │ │ └── partition │ │ │ └── postgis │ │ │ ├── PartitionedPostgisDataStoreTest.scala │ │ │ ├── PostgisContainer.scala │ │ │ ├── PostgisResiliencyTest.scala │ │ │ ├── TestQueryInterceptor.scala │ │ │ └── dialect │ │ │ └── PartionedPostgisDialectTest.scala │ │ └── shared-resources ├── geomesa-gt-spark │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.spark.SpatialRDDProvider │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── geotools │ │ │ └── spark │ │ │ └── GeoToolsSpatialRDDProvider.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── geotools │ │ │ └── spark │ │ │ └── GeoToolsSpatialRDDProviderIT.scala │ │ └── shared-resources ├── geomesa-gt-tools │ ├── conf-filtered │ │ └── dependencies.sh │ ├── conf │ │ ├── postgis-example.properties │ │ └── shp-example.properties │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── geotools │ │ │ │ └── tools │ │ │ │ └── gt-libjars.list │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── geotools │ │ │ └── tools │ │ │ ├── GeoToolsDataStoreCommand.scala │ │ │ ├── GeoToolsRunner.scala │ │ │ ├── data │ │ │ ├── GeoToolsCreateSchemaCommand.scala │ │ │ ├── GeoToolsDeleteFeaturesCommand.scala │ │ │ ├── GeoToolsDescribeSchemaCommand.scala │ │ │ ├── GeoToolsGetSftConfigCommand.scala │ │ │ ├── GeoToolsGetTypeNamesCommand.scala │ │ │ ├── GeoToolsRemoveSchemaCommand.scala │ │ │ ├── GeoToolsUpdateSchemaCommand.scala │ │ │ └── PostgisUpgradeSchemaCommand.scala │ │ │ ├── export │ │ │ ├── GeoToolsExportCommand.scala │ │ │ └── GeoToolsPlaybackCommand.scala │ │ │ └── ingest │ │ │ └── GeoToolsIngestCommand.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── geotools │ │ │ └── tools │ │ │ └── data │ │ │ └── GeoToolsUpdateSchemaCommandTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-hbase ├── geomesa-hbase-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── hbase │ │ │ ├── aggregators │ │ │ ├── HBaseArrowAggregator.scala │ │ │ ├── HBaseBinAggregator.scala │ │ │ ├── HBaseDensityAggregator.scala │ │ │ ├── HBaseStatsAggregator.scala │ │ │ └── HBaseVersionAggregator.scala │ │ │ ├── data │ │ │ ├── HBaseBackedMetadata.scala │ │ │ ├── HBaseConnectionPool.scala │ │ │ ├── HBaseDataStore.scala │ │ │ ├── HBaseDataStoreFactory.scala │ │ │ ├── HBaseDataStoreParams.scala │ │ │ ├── HBaseIndexAdapter.scala │ │ │ ├── HBaseQueryPlan.scala │ │ │ └── LoginUserProvider.scala │ │ │ ├── package.scala │ │ │ └── utils │ │ │ ├── CoprocessorBatchScan.scala │ │ │ ├── EmptyScanner.scala │ │ │ ├── HBaseBatchScan.scala │ │ │ └── HBaseVersions.scala │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── slf4j │ │ │ └── impl │ │ │ └── Log4jLoggerAdapter.java │ │ ├── resources │ │ ├── custom-site.xml │ │ └── data │ │ │ ├── versioned-data-2.0.2.kryo │ │ │ └── versioned-data-2.3.1.kryo │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── hbase │ │ │ └── data │ │ │ ├── HBaseAlterSchemaTest.scala │ │ │ ├── HBaseArrowTest.scala │ │ │ ├── HBaseBackCompatibilityTest.scala │ │ │ ├── HBaseCluster.scala │ │ │ ├── HBaseColumnGroupsTest.scala │ │ │ ├── HBaseDataStoreTest.scala │ │ │ ├── HBaseDensityFilterTest.scala │ │ │ ├── HBasePartitioningTest.scala │ │ │ ├── HBaseS2IndexTest.scala │ │ │ ├── HBaseS3IndexTest.scala │ │ │ ├── HBaseSamplingFilterTest.scala │ │ │ ├── HBaseStatsAggregatorTest.scala │ │ │ ├── HBaseTTLTest.scala │ │ │ └── HBaseVisibilityTest.scala │ │ └── shared-resources ├── geomesa-hbase-dist │ ├── component.xml │ └── pom.xml ├── geomesa-hbase-distributed-runtime-hbase2 │ ├── pom.xml │ └── src │ │ └── main │ │ └── resources │ │ └── geomesa-hbase-distributed-runtime.properties ├── geomesa-hbase-gs-plugin │ ├── pom.xml │ └── src │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── hbase │ │ │ └── data │ │ │ ├── HBaseBinAggregatorTest.scala │ │ │ └── HBaseProcessTest.scala │ │ └── shared-resources ├── geomesa-hbase-jobs │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── hbase │ │ └── jobs │ │ ├── GeoMesaHBaseInputFormat.scala │ │ ├── HBaseIndexFileMapper.scala │ │ ├── HBaseJobUtils.scala │ │ └── Security.scala ├── geomesa-hbase-rpc │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── hbase │ │ │ │ └── proto │ │ │ │ └── GeoMesaProto.java │ │ ├── protobuf │ │ │ └── GeoMesaProtoGenerator.proto │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── hbase │ │ │ ├── filters │ │ │ └── JSimpleFeatureFilter.scala │ │ │ └── rpc │ │ │ ├── coprocessor │ │ │ ├── GeoMesaCoprocessor.scala │ │ │ ├── GeoMesaHBaseCallBack.scala │ │ │ └── GeoMesaHBaseRpcController.scala │ │ │ └── filter │ │ │ ├── CqlTransformFilter.scala │ │ │ ├── IndexFilters.scala │ │ │ ├── S2HBaseFilter.scala │ │ │ ├── S3HBaseFilter.scala │ │ │ ├── Z2HBaseFilter.scala │ │ │ ├── Z3HBaseFilter.scala │ │ │ └── package.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── hbase │ │ │ └── rpc │ │ │ └── filter │ │ │ └── CqlTransformFilterTest.scala │ │ └── shared-resources ├── geomesa-hbase-server-hbase2 │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── hbase │ │ └── server │ │ └── coprocessor │ │ └── GeoMesaCoprocessor.scala ├── geomesa-hbase-server │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── hbase │ │ └── server │ │ └── common │ │ ├── CoprocessorScan.scala │ │ ├── HBaseAggregator.scala │ │ ├── HBaseArrowAggregator.scala │ │ ├── HBaseBinAggregator.scala │ │ ├── HBaseDensityAggregator.scala │ │ ├── HBaseStatsAggregator.scala │ │ └── HBaseVersionAggregator.scala ├── geomesa-hbase-spark │ ├── pom.xml │ └── src │ │ └── main │ │ ├── resources │ │ └── META-INF │ │ │ └── services │ │ │ └── org.locationtech.geomesa.spark.SpatialRDDProvider │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── hbase │ │ └── spark │ │ └── HBaseSpatialRDDProvider.scala ├── geomesa-hbase-tools │ ├── bin │ │ └── bootstrap-geomesa-hbase-aws.sh │ ├── conf-filtered │ │ ├── dependencies.sh │ │ └── hbase-env.sh │ ├── pom.xml │ └── src │ │ └── main │ │ ├── resources │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── hbase │ │ │ └── tools │ │ │ └── hbase-libjars.list │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── hbase │ │ └── tools │ │ ├── HBaseDataStoreCommand.scala │ │ ├── HBaseRunner.scala │ │ ├── data │ │ ├── HBaseCreateSchemaCommand.scala │ │ ├── HBaseDeleteCatalogCommand.scala │ │ ├── HBaseDeleteFeaturesCommand.scala │ │ ├── HBaseManagePartitionsCommand.scala │ │ ├── HBaseRemoveSchemaCommand.scala │ │ └── HBaseUpdateSchemaCommand.scala │ │ ├── export │ │ ├── HBaseExportCommand.scala │ │ └── HBasePlaybackCommand.scala │ │ ├── ingest │ │ ├── HBaseBulkIngestCommand.scala │ │ ├── HBaseBulkLoadCommand.scala │ │ └── HBaseIngestCommand.scala │ │ ├── stats │ │ ├── HBaseStatsAnalyzeCommand.scala │ │ ├── HBaseStatsBoundsCommand.scala │ │ ├── HBaseStatsCountCommand.scala │ │ ├── HBaseStatsHistogramCommand.scala │ │ └── HBaseStatsTopKCommand.scala │ │ └── status │ │ ├── HBaseDescribeSchemaCommand.scala │ │ ├── HBaseExplainCommand.scala │ │ ├── HBaseGetSftConfigCommand.scala │ │ ├── HBaseGetTypeNamesCommand.scala │ │ └── HBaseVersionRemoteCommand.scala └── pom.xml ├── geomesa-index-api ├── pom.xml └── src │ ├── main │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── index │ │ │ ├── conf │ │ │ └── TableSplitter.java │ │ │ ├── geotools │ │ │ └── AtomicWriteTransaction.java │ │ │ └── view │ │ │ └── MergedViewConfigLoader.java │ ├── resources │ │ └── META-INF │ │ │ └── services │ │ │ ├── org.geotools.api.data.DataStoreFactorySpi │ │ │ ├── org.locationtech.geomesa.index.conf.partition.TablePartitionFactory │ │ │ └── org.locationtech.geomesa.index.view.RouteSelector │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── index │ │ ├── api │ │ ├── GeoMesaFeatureIndex.scala │ │ ├── GeoMesaFeatureIndexFactory.scala │ │ ├── IndexAdapter.scala │ │ ├── IndexKeySpace.scala │ │ ├── IndexManager.scala │ │ ├── QueryPlan.scala │ │ ├── ShardStrategy.scala │ │ ├── WritableFeature.scala │ │ ├── WriteConverter.scala │ │ └── package.scala │ │ ├── audit │ │ ├── AuditReader.scala │ │ ├── AuditWriter.scala │ │ └── AuditedEvent.scala │ │ ├── conf │ │ ├── ColumnGroups.scala │ │ ├── FeatureProperties.scala │ │ ├── QueryHints.scala │ │ ├── QueryProperties.scala │ │ ├── SchemaProperties.scala │ │ ├── StatsProperties.scala │ │ ├── package.scala │ │ ├── partition │ │ │ ├── TablePartition.scala │ │ │ ├── TablePartitionFactory.scala │ │ │ └── TimePartition.scala │ │ └── splitter │ │ │ ├── DefaultSplitter.scala │ │ │ ├── SplitPatternParser.scala │ │ │ └── TableSplitter.scala │ │ ├── filters │ │ ├── AbstractFilter.scala │ │ ├── AgeOffFilter.scala │ │ ├── DtgAgeOffFilter.scala │ │ ├── RowFilter.scala │ │ ├── S2Filter.scala │ │ ├── S3Filter.scala │ │ ├── Z2Filter.scala │ │ └── Z3Filter.scala │ │ ├── geoserver │ │ └── ViewParams.scala │ │ ├── geotools │ │ ├── FastSettableFeatureWriter.scala │ │ ├── GeoMesaDataStore.scala │ │ ├── GeoMesaDataStoreFactory.scala │ │ ├── GeoMesaFeatureCollection.scala │ │ ├── GeoMesaFeatureReader.scala │ │ ├── GeoMesaFeatureSource.scala │ │ ├── GeoMesaFeatureStore.scala │ │ ├── GeoMesaFeatureWriter.scala │ │ ├── MetadataBackedDataStore.scala │ │ └── package.scala │ │ ├── index │ │ ├── DefaultFeatureIndexFactory.scala │ │ ├── EmptyIndex.scala │ │ ├── attribute │ │ │ ├── AttributeIndex.scala │ │ │ ├── AttributeIndexKey.scala │ │ │ ├── AttributeIndexKeySpace.scala │ │ │ ├── AttributeIndexValues.scala │ │ │ ├── DateIndexKeySpace.scala │ │ │ └── legacy │ │ │ │ ├── AttributeIndexV2.scala │ │ │ │ ├── AttributeIndexV3.scala │ │ │ │ ├── AttributeIndexV4.scala │ │ │ │ ├── AttributeIndexV5.scala │ │ │ │ ├── AttributeIndexV6.scala │ │ │ │ └── AttributeIndexV7.scala │ │ ├── id │ │ │ ├── IdIndex.scala │ │ │ ├── IdIndexKeySpace.scala │ │ │ └── legacy │ │ │ │ ├── IdIndexV1.scala │ │ │ │ ├── IdIndexV2.scala │ │ │ │ └── IdIndexV3.scala │ │ ├── package.scala │ │ ├── s2 │ │ │ ├── S2Index.scala │ │ │ ├── S2IndexKeySpace.scala │ │ │ └── package.scala │ │ ├── s3 │ │ │ ├── S3Index.scala │ │ │ ├── S3IndexKeySpace.scala │ │ │ └── package.scala │ │ ├── z2 │ │ │ ├── XZ2Index.scala │ │ │ ├── XZ2IndexKeySpace.scala │ │ │ ├── Z2Index.scala │ │ │ ├── Z2IndexKeySpace.scala │ │ │ ├── legacy │ │ │ │ ├── XZ2IndexV1.scala │ │ │ │ ├── Z2IndexV1.scala │ │ │ │ ├── Z2IndexV2.scala │ │ │ │ ├── Z2IndexV3.scala │ │ │ │ └── Z2IndexV4.scala │ │ │ └── package.scala │ │ └── z3 │ │ │ ├── XZ3Index.scala │ │ │ ├── XZ3IndexKeySpace.scala │ │ │ ├── Z3Index.scala │ │ │ ├── Z3IndexKeySpace.scala │ │ │ ├── legacy │ │ │ ├── XZ3IndexV1.scala │ │ │ ├── XZ3IndexV2.scala │ │ │ ├── Z3IndexV1.scala │ │ │ ├── Z3IndexV2.scala │ │ │ ├── Z3IndexV3.scala │ │ │ ├── Z3IndexV4.scala │ │ │ ├── Z3IndexV5.scala │ │ │ └── Z3IndexV6.scala │ │ │ └── package.scala │ │ ├── iterators │ │ ├── AggregatingScan.scala │ │ ├── ArrowScan.scala │ │ ├── BinAggregatingScan.scala │ │ ├── ConfiguredScan.scala │ │ ├── DensityScan.scala │ │ ├── IteratorCache.scala │ │ ├── SamplingIterator.scala │ │ └── StatsScan.scala │ │ ├── metadata │ │ ├── GeoMesaMetadata.scala │ │ ├── KeyValueStoreMetadata.scala │ │ ├── TableBasedMetadata.scala │ │ └── package.scala │ │ ├── package.scala │ │ ├── planning │ │ ├── DataStoreQueryRunner.scala │ │ ├── FilterSplitter.scala │ │ ├── LocalQueryRunner.scala │ │ ├── QueryInterceptor.scala │ │ ├── QueryRunner.scala │ │ ├── StrategyDecider.scala │ │ └── guard │ │ │ ├── DefaultQueryGuard.scala │ │ │ ├── FullTableScanQueryGuard.scala │ │ │ ├── GraduatedQueryGuard.scala │ │ │ ├── TemporalQueryGuard.scala │ │ │ └── package.scala │ │ ├── process │ │ ├── ArrowVisitor.scala │ │ ├── AttributeValuesVisitor.scala │ │ ├── BinVisitor.scala │ │ ├── GeoMesaProcessVisitor.scala │ │ ├── MinMaxVisitor.scala │ │ ├── SamplingVisitor.scala │ │ ├── StatsVisitor.scala │ │ └── package.scala │ │ ├── stats │ │ ├── GeoMesaStats.scala │ │ ├── MetadataBackedStats.scala │ │ ├── RunnableStats.scala │ │ ├── Stat.scala │ │ ├── StatsBasedEstimator.scala │ │ ├── clearspring │ │ │ ├── CountMinSketch.scala │ │ │ ├── HyperLogLog.scala │ │ │ ├── RegisterSet.scala │ │ │ └── StreamSummary.scala │ │ ├── impl │ │ │ ├── BinnedArray.scala │ │ │ ├── CountStat.scala │ │ │ ├── DescriptiveStats.scala │ │ │ ├── EnumerationStat.scala │ │ │ ├── Frequency.scala │ │ │ ├── GroupBy.scala │ │ │ ├── Histogram.scala │ │ │ ├── IteratorStackCount.scala │ │ │ ├── MinMax.scala │ │ │ ├── SeqStat.scala │ │ │ ├── StatParser.scala │ │ │ ├── StatSerializer.scala │ │ │ ├── TopK.scala │ │ │ ├── Z3Frequency.scala │ │ │ └── Z3Histogram.scala │ │ └── package.scala │ │ ├── strategies │ │ ├── AttributeFilterStrategy.scala │ │ ├── IdFilterStrategy.scala │ │ ├── SpatialFilterStrategy.scala │ │ └── SpatioTemporalFilterStrategy.scala │ │ ├── utils │ │ ├── AbstractBatchScan.scala │ │ ├── DistributedLocking.scala │ │ ├── Explainer.scala │ │ ├── FeatureSampler.scala │ │ ├── FeatureWriterHelper.scala │ │ ├── Reprojection.scala │ │ ├── SortingSimpleFeatureIterator.scala │ │ ├── SplitArrays.scala │ │ ├── ThreadManagement.scala │ │ └── bin │ │ │ └── BinSorter.scala │ │ ├── view │ │ ├── MergedDataStoreView.scala │ │ ├── MergedDataStoreViewFactory.scala │ │ ├── MergedFeatureSourceView.scala │ │ ├── MergedQueryRunner.scala │ │ ├── RouteSelector.scala │ │ ├── RouteSelectorByAttribute.scala │ │ ├── RoutedDataStoreView.scala │ │ ├── RoutedDataStoreViewFactory.scala │ │ ├── RoutedFeatureSourceView.scala │ │ └── package.scala │ │ └── zk │ │ └── ZookeeperLocking.scala │ └── test │ ├── resources │ ├── META-INF │ │ └── services │ │ │ └── org.geotools.api.filter.expression.Function │ └── reference.conf │ ├── scala │ └── org │ │ └── locationtech │ │ └── geomesa │ │ ├── features │ │ ├── TransformSimpleFeatureTest.scala │ │ └── TransformTest.scala │ │ └── index │ │ ├── InMemoryMetadata.scala │ │ ├── TestGeoMesaDataStore.scala │ │ ├── api │ │ └── ShardStrategyTest.scala │ │ ├── conf │ │ ├── partition │ │ │ └── TablePartitionTest.scala │ │ └── splitter │ │ │ └── DefaultSplitterTest.scala │ │ ├── filters │ │ ├── Z2FilterTest.scala │ │ └── Z3FilterTest.scala │ │ ├── geoserver │ │ └── ViewParamsTest.scala │ │ ├── geotools │ │ ├── GeoMesaDataStoreAlterSchemaTest.scala │ │ ├── GeoMesaDataStoreTest.scala │ │ └── GeoMesaDataStoreVisitorTest.scala │ │ ├── index │ │ ├── AttributeIndexTest.scala │ │ ├── S2IndexTest.scala │ │ ├── S3IndexTest.scala │ │ ├── XZ3IndexTest.scala │ │ └── Z3IndexTest.scala │ │ ├── metadata │ │ └── KeyValueStoreMetadataTest.scala │ │ ├── planning │ │ ├── LocalQueryRunnerTest.scala │ │ ├── QueryFilterSplitterTest.scala │ │ ├── QueryPlannerTest.scala │ │ └── guard │ │ │ ├── GraduatedQueryGuardTest.scala │ │ │ └── TemporalQueryGuardTest.scala │ │ ├── stats │ │ ├── MetadataBackedStatsTest.scala │ │ ├── StatsBasedEstimatorTest.scala │ │ └── impl │ │ │ ├── BinnedArrayTest.scala │ │ │ ├── CountStatTest.scala │ │ │ ├── DescriptiveStatsTest.scala │ │ │ ├── EnumerationStatTest.scala │ │ │ ├── FrequencyTest.scala │ │ │ ├── GroupByTest.scala │ │ │ ├── HistogramTest.scala │ │ │ ├── IteratorStackCountTest.scala │ │ │ ├── MinMaxTest.scala │ │ │ ├── SeqStatTest.scala │ │ │ ├── StatTest.scala │ │ │ ├── StatTestHelper.scala │ │ │ ├── TopKTest.scala │ │ │ ├── Z3FrequencyTest.scala │ │ │ └── Z3HistogramTest.scala │ │ ├── utils │ │ ├── AbstractBatchScanTest.scala │ │ ├── ExplainerTest.scala │ │ ├── SortingSimpleFeatureIteratorTest.scala │ │ ├── ThreadManagementTest.scala │ │ └── bin │ │ │ └── BinSorterTest.scala │ │ └── view │ │ ├── MergedDataStoreViewTest.scala │ │ ├── RouteSelectorTest.scala │ │ ├── SortedMergeIteratorTest.scala │ │ └── ViewPackageTest.scala │ └── shared-resources ├── geomesa-jobs ├── pom.xml └── src │ ├── main │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── jobs │ │ │ └── interop │ │ │ └── mapreduce │ │ │ └── GeoMesaOutputFormat.java │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── jobs │ │ ├── GeoMesaConfigurator.scala │ │ ├── JobUtils.scala │ │ ├── mapreduce │ │ ├── AvroFileInputFormat.scala │ │ ├── ConverterInputFormat.scala │ │ ├── FileStreamInputFormat.scala │ │ ├── GeoMesaOutputFormat.scala │ │ ├── JobWithLibJars.scala │ │ └── SimpleFeatureSerialization.scala │ │ └── package.scala │ └── test │ ├── resources │ └── fakejars │ │ ├── jar1-sources.jar │ │ ├── jar1.jar │ │ ├── jar2.jar │ │ ├── nested │ │ └── jar3.jar │ │ └── notjar.txt │ ├── scala │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── jobs │ │ ├── GeoMesaConfiguratorTest.scala │ │ ├── JobUtilsTest.scala │ │ └── mapreduce │ │ └── SimpleFeatureSerializationTest.scala │ └── shared-resources ├── geomesa-kafka ├── geomesa-kafka-confluent │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── kafka │ │ │ └── confluent │ │ │ ├── ConfluentFeatureSerializer.scala │ │ │ ├── ConfluentGeoMessageSerializer.scala │ │ │ ├── ConfluentKafkaDataStore.scala │ │ │ ├── ConfluentKafkaDataStoreFactory.scala │ │ │ ├── ConfluentMetadata.scala │ │ │ └── SchemaParser.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── kafka │ │ │ └── confluent │ │ │ ├── ConfluentContainerTest.scala │ │ │ ├── ConfluentKafkaDataStoreFactoryTest.scala │ │ │ ├── ConfluentKafkaDataStoreTest.scala │ │ │ └── SchemaParserTest.scala │ │ └── shared-resources ├── geomesa-kafka-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── kafka │ │ │ │ ├── jstreams │ │ │ │ └── GeoMesaStreamsBuilder.java │ │ │ │ └── utils │ │ │ │ └── interop │ │ │ │ └── GeoMessageProcessor.java │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── kafka │ │ │ ├── data │ │ │ ├── KafkaCacheLoader.scala │ │ │ ├── KafkaDataStore.scala │ │ │ ├── KafkaDataStoreFactory.scala │ │ │ ├── KafkaDataStoreParams.scala │ │ │ ├── KafkaFeatureStore.scala │ │ │ ├── KafkaFeatureWriter.scala │ │ │ ├── KafkaMetadata.scala │ │ │ ├── KafkaTruncateTopic.scala │ │ │ ├── MetadataMigration.scala │ │ │ ├── ZookeeperMetadata.scala │ │ │ └── package.scala │ │ │ ├── index │ │ │ ├── FeatureStateFactory.scala │ │ │ ├── KafkaFeatureCache.scala │ │ │ ├── KafkaFeatureCacheImpl.scala │ │ │ ├── KafkaFeatureCacheView.scala │ │ │ ├── KafkaListeners.scala │ │ │ └── KafkaQueryRunner.scala │ │ │ ├── streams │ │ │ ├── GeoMesaMessage.scala │ │ │ ├── GeoMesaSerde.scala │ │ │ ├── GeoMesaStreamsBuilder.scala │ │ │ ├── GeoMesaTimestampExtractor.scala │ │ │ ├── MessageAction.scala │ │ │ └── package.scala │ │ │ └── utils │ │ │ ├── GeoMessage.scala │ │ │ ├── GeoMessageProcessor.scala │ │ │ ├── GeoMessageSerializer.scala │ │ │ └── KafkaFeatureEvent.scala │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── kafka │ │ │ ├── data │ │ │ └── GeoMessageProcessorApiTest.java │ │ │ └── jstreams │ │ │ └── GeoMesaStreamsBuilderTest.java │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── kafka │ │ │ ├── ExpirationMocking.scala │ │ │ ├── KafkaContainerTest.scala │ │ │ ├── data │ │ │ └── KafkaDataStoreTest.scala │ │ │ ├── index │ │ │ ├── EventTimeFeatureCacheTest.scala │ │ │ ├── KafkaFeatureCacheTest.scala │ │ │ └── KafkaFeatureCacheViewTest.scala │ │ │ ├── streams │ │ │ └── GeoMesaStreamsBuilderTest.scala │ │ │ └── utils │ │ │ ├── GeoMessageProcessorJavaTest.scala │ │ │ └── GeoMessageSerializerTest.scala │ │ └── shared-resources ├── geomesa-kafka-dist │ ├── component.xml │ └── pom.xml ├── geomesa-kafka-gs-plugin │ └── pom.xml ├── geomesa-kafka-tools │ ├── bin │ │ ├── install-confluent-dependencies.sh │ │ ├── install-confluent-support.sh │ │ └── install-parquet-support.sh │ ├── conf-filtered │ │ ├── confluent-dependencies.sh │ │ ├── dependencies.sh │ │ └── kafka-env.sh │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── kafka │ │ │ │ └── tools │ │ │ │ └── kafka-libjars.list │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── kafka │ │ │ └── tools │ │ │ ├── KafkaDataStoreCommand.scala │ │ │ ├── KafkaParams.scala │ │ │ ├── KafkaRunner.scala │ │ │ ├── data │ │ │ ├── KafkaCreateSchemaCommand.scala │ │ │ ├── KafkaMigrateZkCommand.scala │ │ │ ├── KafkaRemoveSchemaCommand.scala │ │ │ └── KafkaUpdateSchemaCommand.scala │ │ │ ├── export │ │ │ ├── KafkaExportCommand.scala │ │ │ └── KafkaListenCommand.scala │ │ │ ├── ingest │ │ │ ├── KafkaIngestCommand.scala │ │ │ ├── KafkaPlaybackCommand.scala │ │ │ └── package.scala │ │ │ └── status │ │ │ ├── KafkaDescribeSchemaCommand.scala │ │ │ ├── KafkaGetSftConfigCommand.scala │ │ │ └── KafkaGetTypeNamesCommand.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── kafka │ │ │ └── tools │ │ │ └── ingest │ │ │ └── SimplePlaybackIteratorTest.scala │ │ └── shared-resources ├── geomesa-kafka-utils │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── kafka │ │ ├── consumer │ │ ├── BaseThreadedConsumer.scala │ │ ├── BatchConsumer.scala │ │ └── ThreadedConsumer.scala │ │ └── versions │ │ ├── KafkaAdminVersions.scala │ │ ├── KafkaConsumerVersions.scala │ │ ├── RecordVersions.scala │ │ └── package.scala └── pom.xml ├── geomesa-lambda ├── geomesa-lambda-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── lambda │ │ │ ├── data │ │ │ ├── LambdaDataStore.scala │ │ │ ├── LambdaDataStoreFactory.scala │ │ │ ├── LambdaDataStoreParams.scala │ │ │ ├── LambdaFeatureWriter.scala │ │ │ ├── LambdaQueryRunner.scala │ │ │ └── LambdaStats.scala │ │ │ └── stream │ │ │ ├── OffsetManager.scala │ │ │ ├── TransientStore.scala │ │ │ ├── ZookeeperOffsetManager.scala │ │ │ ├── kafka │ │ │ ├── KafkaCacheLoader.scala │ │ │ ├── KafkaFeatureCache.scala │ │ │ ├── KafkaQueryRunner.scala │ │ │ └── KafkaStore.scala │ │ │ └── stats │ │ │ └── TransientStats.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── lambda │ │ │ ├── InMemoryOffsetManager.scala │ │ │ ├── LambdaContainerTest.scala │ │ │ ├── LambdaDataStoreTest.scala │ │ │ ├── ZookeeperOffsetManagerTest.scala │ │ │ └── stream │ │ │ └── kafka │ │ │ ├── FeatureIdPartitionerTest.scala │ │ │ ├── KafkaFeatureCacheTest.scala │ │ │ └── KafkaStoreTest.scala │ │ └── shared-resources ├── geomesa-lambda-dist │ ├── component.xml │ └── pom.xml ├── geomesa-lambda-gs-plugin │ └── pom.xml ├── geomesa-lambda-tools │ ├── conf-filtered │ │ └── dependencies.sh │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── lambda │ │ └── tools │ │ ├── LambdaDataStoreCommand.scala │ │ ├── LambdaParams.scala │ │ ├── LambdaRunner.scala │ │ ├── data │ │ ├── LambdaCreateSchemaCommand.scala │ │ ├── LambdaDeleteFeaturesCommand.scala │ │ └── LambdaRemoveSchemaCommand.scala │ │ ├── export │ │ ├── LambdaExportCommand.scala │ │ └── LambdaPlaybackCommand.scala │ │ └── stats │ │ ├── LambdaStatsBoundsCommand.scala │ │ ├── LambdaStatsCountCommand.scala │ │ ├── LambdaStatsHistogramCommand.scala │ │ └── LambdaStatsTopKCommand.scala └── pom.xml ├── geomesa-memory ├── geomesa-cqengine-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── memory │ │ │ └── cqengine │ │ │ └── datastore │ │ │ ├── GeoCQEngineDataStore.scala │ │ │ ├── GeoCQEngineDataStoreFactory.scala │ │ │ └── GeoCQEngineFeatureStore.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── memory │ │ │ └── cqengine │ │ │ └── datastore │ │ │ ├── GeoCQEngineDataStoreTest.scala │ │ │ └── SampleFeatures.scala │ │ └── shared-resources ├── geomesa-cqengine │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── memory │ │ │ │ └── cqengine │ │ │ │ ├── attribute │ │ │ │ ├── SimpleFeatureAttribute.java │ │ │ │ └── SimpleFeatureFidAttribute.java │ │ │ │ ├── index │ │ │ │ ├── AbstractGeoIndex.java │ │ │ │ ├── BucketGeoIndex.java │ │ │ │ ├── GeoIndex.java │ │ │ │ ├── GeoIndexType.java │ │ │ │ ├── QuadTreeGeoIndex.java │ │ │ │ ├── STRtreeGeoIndex.java │ │ │ │ └── param │ │ │ │ │ ├── BucketIndexParam.java │ │ │ │ │ ├── GeoIndexParams.java │ │ │ │ │ └── STRtreeIndexParam.java │ │ │ │ └── query │ │ │ │ ├── GeoToolsFilterQuery.java │ │ │ │ └── Intersects.java │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── memory │ │ │ ├── cqengine │ │ │ ├── GeoCQEngine.scala │ │ │ ├── GeoCQIndex.scala │ │ │ ├── GeoIndexFactory.scala │ │ │ └── utils │ │ │ │ ├── CQEngineQueryVisitor.scala │ │ │ │ ├── CQIndexType.scala │ │ │ │ ├── QueryBuilder.scala │ │ │ │ └── SFTAttributes.scala │ │ │ └── index │ │ │ ├── SimpleFeatureSpatialIndex.scala │ │ │ ├── SpatialIndex.scala │ │ │ └── impl │ │ │ ├── BucketIndex.scala │ │ │ ├── SizeSeparatedBucketIndex.scala │ │ │ ├── WrappedQuadtree.scala │ │ │ ├── WrappedSTRtree.scala │ │ │ └── WrapperIndex.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── memory │ │ │ ├── cqengine │ │ │ └── utils │ │ │ │ ├── CQEngineQueryVisitorTest.scala │ │ │ │ ├── CQIndexingOptionsTest.scala │ │ │ │ ├── GeoCQEngineIndexChoiceTest.scala │ │ │ │ ├── GeoCQEngineTest.scala │ │ │ │ └── SampleFeatures.scala │ │ │ └── index │ │ │ └── impl │ │ │ ├── BucketIndexTest.scala │ │ │ └── SizeSeparatedBucketIndexTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-metrics ├── geomesa-metrics-micrometer │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ ├── cloudwatch.conf │ │ │ ├── instrumentations.conf │ │ │ └── prometheus.conf │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── metrics │ │ │ └── micrometer │ │ │ ├── Instrumentations.scala │ │ │ ├── RegistryFactory.scala │ │ │ ├── cloudwatch │ │ │ └── CloudwatchFactory.scala │ │ │ ├── dbcp2 │ │ │ └── MetricsDataSource.scala │ │ │ ├── prometheus │ │ │ └── PrometheusFactory.scala │ │ │ └── utils │ │ │ ├── GaugeUtils.scala │ │ │ └── TagUtils.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── metrics │ │ │ └── micrometer │ │ │ ├── dbcp2 │ │ │ └── MetricsDataSourceTest.scala │ │ │ └── prometheus │ │ │ └── PrometheusRegistryTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-process ├── geomesa-process-vector │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ ├── org.geotools.process.ProcessFactory │ │ │ │ └── org.locationtech.geomesa.process.GeoMesaProcess │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── process │ │ │ ├── GeoMesaProcess.scala │ │ │ ├── analytic │ │ │ ├── DensityProcess.scala │ │ │ ├── MinMaxProcess.scala │ │ │ ├── Point2PointProcess.scala │ │ │ ├── SamplingProcess.scala │ │ │ ├── StatsProcess.scala │ │ │ ├── TrackLabelProcess.scala │ │ │ └── UniqueProcess.scala │ │ │ ├── query │ │ │ ├── JoinProcess.scala │ │ │ ├── KNearestNeighborSearchProcess.scala │ │ │ ├── ProximitySearchProcess.scala │ │ │ ├── QueryProcess.scala │ │ │ └── RouteSearchProcess.scala │ │ │ ├── transform │ │ │ ├── ArrowConversionProcess.scala │ │ │ ├── BinConversionProcess.scala │ │ │ ├── DateOffsetProcess.scala │ │ │ └── HashAttributeProcess.scala │ │ │ ├── tube │ │ │ ├── TubeBuilder.scala │ │ │ └── TubeSelectProcess.scala │ │ │ └── wps │ │ │ └── GeoMesaProcessFactory.scala │ │ └── test │ │ ├── resources │ │ ├── arrow.xml │ │ ├── dateoffset.xml │ │ ├── join.xml │ │ ├── knn │ │ │ └── KNNAboutWhiteHouse.xml │ │ ├── min-max.xml │ │ ├── proximity │ │ │ ├── prox1.xml │ │ │ └── prox_with_regular_query.xml │ │ ├── query │ │ │ ├── query1.xml │ │ │ └── query2.xml │ │ ├── route-search-bin.xml │ │ ├── route-search.xml │ │ ├── sample10.sld │ │ ├── stats │ │ │ └── stats.xml │ │ ├── track-select.sld │ │ ├── tubeselect │ │ │ ├── json2.xml │ │ │ ├── json3.xml │ │ │ └── query_and_store.xml │ │ └── unique │ │ │ ├── geomesa-unique.xml │ │ │ └── wps-unique.xml │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── process │ │ │ ├── analytic │ │ │ ├── DensityProcessTest.scala │ │ │ ├── MinMaxProcessTest.scala │ │ │ ├── Point2PointProcessTest.scala │ │ │ ├── SamplingProcessTest.scala │ │ │ ├── StatsProcessTest.scala │ │ │ ├── TrackLabelProcessTest.scala │ │ │ └── UniqueProcessTest.scala │ │ │ ├── query │ │ │ ├── KnnProcessTest.scala │ │ │ ├── ProximitySearchProcessTest.scala │ │ │ ├── QueryProcessTest.scala │ │ │ └── RouteSearchProcessTest.scala │ │ │ └── transform │ │ │ ├── ArrowConversionProcessTest.scala │ │ │ ├── BinConversionProcessTest.scala │ │ │ └── DateOffsetProcessTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-redis ├── geomesa-redis-datastore │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.geotools.api.data.DataStoreFactorySpi │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── redis │ │ │ └── data │ │ │ ├── JedisClusterUncloseable.scala │ │ │ ├── RedisDataStore.scala │ │ │ ├── RedisDataStoreFactory.scala │ │ │ ├── SingletonJedisClusterPool.scala │ │ │ ├── index │ │ │ ├── RedisAgeOff.scala │ │ │ ├── RedisIndexAdapter.scala │ │ │ ├── RedisQueryPlan.scala │ │ │ └── RedisWritableFeature.scala │ │ │ ├── package.scala │ │ │ └── util │ │ │ ├── RedisBackedMetadata.scala │ │ │ ├── RedisBatchScan.scala │ │ │ ├── RedisGeoMesaStats.scala │ │ │ └── RedisLocking.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── redis │ │ │ └── data │ │ │ ├── RedisDataStoreClusterTest.scala │ │ │ └── RedisDataStoreTest.scala │ │ └── shared-resources ├── geomesa-redis-dist │ ├── component.xml │ └── pom.xml ├── geomesa-redis-gs-plugin │ └── pom.xml ├── geomesa-redis-tools │ ├── conf-filtered │ │ └── dependencies.sh │ ├── pom.xml │ └── src │ │ └── main │ │ ├── resources │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── redis │ │ │ └── tools │ │ │ └── redis-libjars.list │ │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── redis │ │ └── tools │ │ ├── RedisDataStoreCommand.scala │ │ ├── RedisRunner.scala │ │ ├── export │ │ ├── RedisExplainCommand.scala │ │ └── RedisExportCommand.scala │ │ ├── ingest │ │ ├── RedisDeleteFeaturesCommand.scala │ │ └── RedisIngestCommand.scala │ │ ├── schema │ │ ├── RedisCreateSchemaCommand.scala │ │ ├── RedisDeleteCatalogCommand.scala │ │ ├── RedisDescribeSchemaCommand.scala │ │ ├── RedisGetSftConfigCommand.scala │ │ ├── RedisGetTypeNamesCommand.scala │ │ ├── RedisManagePartitionsCommand.scala │ │ ├── RedisRemoveSchemaCommand.scala │ │ └── RedisUpdateSchemaCommand.scala │ │ └── stats │ │ ├── RedisStatsAnalyzeCommand.scala │ │ ├── RedisStatsBoundsCommand.scala │ │ ├── RedisStatsCountCommand.scala │ │ ├── RedisStatsHistogramCommand.scala │ │ └── RedisStatsTopKCommand.scala └── pom.xml ├── geomesa-security ├── pom.xml └── src │ ├── main │ ├── java │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ ├── security │ │ │ ├── AuthorizationsProvider.java │ │ │ ├── SecurityUtils.java │ │ │ └── VisibilityChecker.scala │ │ │ └── utils │ │ │ └── audit │ │ │ └── AuditProvider.java │ ├── resources │ │ └── META-INF │ │ │ └── services │ │ │ ├── org.geotools.api.filter.expression.Function │ │ │ └── org.locationtech.geomesa.utils.audit.AuditProvider │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ ├── security │ │ ├── AuthUtils.scala │ │ ├── DefaultAuthorizationsProvider.scala │ │ ├── FilteringAuthorizationsProvider.scala │ │ ├── SpringAuditProvider.scala │ │ ├── VisibilityUtils.scala │ │ ├── filter │ │ │ ├── GetVisibilitiesFilterFunction.scala │ │ │ ├── IsVisibleFilterFunction.scala │ │ │ └── VisibilityFilterFunction.scala │ │ └── package.scala │ │ └── utils │ │ └── audit │ │ └── NoOpAuditProvider.scala │ └── test │ ├── java │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── security │ │ └── SecurityUtilsTest.java │ ├── resources │ └── META-INF │ │ └── services │ │ └── org.locationtech.geomesa.security.AuthorizationsProvider │ ├── scala │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── security │ │ ├── FilteringAuthorizationsProviderTest.scala │ │ ├── SecureSimpleFeatureTest.scala │ │ └── filter │ │ └── VisibilityFilterFunctionTest.scala │ └── shared-resources ├── geomesa-spark ├── geomesa-spark-converter │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.locationtech.geomesa.spark.SpatialRDDProvider │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── spark │ │ │ └── converter │ │ │ └── ConverterSpatialRDDProvider.scala │ │ └── test │ │ ├── resources │ │ ├── example.csv │ │ └── reference.conf │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── spark │ │ │ └── converter │ │ │ └── ConverterSpatialRDDProviderTest.scala │ │ └── shared-resources ├── geomesa-spark-core │ ├── pom.xml │ └── src │ │ └── main │ │ └── scala │ │ └── org │ │ ├── apache │ │ └── spark │ │ │ └── geomesa │ │ │ ├── GeoMesaSparkKryoRegistratorEndpoint.scala │ │ │ └── api │ │ │ └── python │ │ │ └── GeoMesaSeDerUtil.scala │ │ └── locationtech │ │ └── geomesa │ │ └── spark │ │ ├── DataStoreConnector.scala │ │ ├── GeoMesaSpark.scala │ │ ├── GeoMesaSparkKryoRegistrator.scala │ │ ├── SpatialRDD.scala │ │ ├── SpatialRDDProvider.scala │ │ ├── api │ │ ├── java │ │ │ └── JavaGeoMesaSpark.scala │ │ └── python │ │ │ └── PythonGeoMesaSpark.scala │ │ └── package.scala ├── geomesa-spark-jts │ ├── pom.xml │ └── src │ │ ├── main │ │ └── scala │ │ │ └── org │ │ │ ├── apache │ │ │ └── spark │ │ │ │ └── sql │ │ │ │ └── jts │ │ │ │ ├── AbstractGeometryUDT.scala │ │ │ │ ├── JTSTypes.scala │ │ │ │ └── package.scala │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── spark │ │ │ └── jts │ │ │ ├── DataFrameFunctions.scala │ │ │ ├── encoders │ │ │ ├── SparkDefaultEncoders.scala │ │ │ └── SpatialEncoders.scala │ │ │ ├── package.scala │ │ │ ├── rules │ │ │ ├── GeometryLiteral.scala │ │ │ ├── GeometryLiteralRules.scala │ │ │ └── package.scala │ │ │ ├── udaf │ │ │ └── ConvexHull.scala │ │ │ ├── udf │ │ │ ├── GeometricAccessorFunctions.scala │ │ │ ├── GeometricCastFunctions.scala │ │ │ ├── GeometricConstructorFunctions.scala │ │ │ ├── GeometricOutputFunctions.scala │ │ │ ├── GeometricProcessingFunctions.scala │ │ │ ├── SpatialRelationFunctions.scala │ │ │ └── package.scala │ │ │ └── util │ │ │ ├── GeoHashUtils.scala │ │ │ ├── GeometryUtils.scala │ │ │ ├── JavaAbstractGeometryUDT.scala │ │ │ ├── RowGeoJSON.scala │ │ │ ├── SQLFunctionHelper.scala │ │ │ └── WKUtils.scala │ │ └── test │ │ ├── resources │ │ └── jts-example.csv │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── spark │ │ │ └── jts │ │ │ ├── JTSQueryTest.scala │ │ │ ├── TestWithSpark.scala │ │ │ ├── docs │ │ │ └── JTSDocsTest.scala │ │ │ └── udf │ │ │ ├── GeometricUdfTest.scala │ │ │ ├── GeometryContainers.scala │ │ │ └── SpatialRelationFunctionsTest.scala │ │ └── shared-resources ├── geomesa-spark-jupyter-leaflet │ ├── pom.xml │ └── src │ │ ├── main │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── jupyter │ │ │ └── Leaflet.scala │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── jupyter │ │ │ └── LeafletTest.scala │ │ └── shared-resources ├── geomesa-spark-sql │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── resources │ │ │ └── META-INF │ │ │ │ └── services │ │ │ │ └── org.apache.spark.sql.sources.DataSourceRegister │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── spark │ │ │ ├── sedona │ │ │ ├── SedonaGeometryLiteralRules.scala │ │ │ └── package.scala │ │ │ └── sql │ │ │ ├── Aggregates.scala │ │ │ ├── DataFrameFunctions.scala │ │ │ ├── GeoJSONExtensions.scala │ │ │ ├── GeoMesaDataSource.scala │ │ │ ├── GeoMesaJoinRelation.scala │ │ │ ├── GeoMesaRelation.scala │ │ │ ├── GeoMesaSparkSQL.scala │ │ │ ├── GeomesaPysparkFunctions.scala │ │ │ ├── GeometricDistanceFunctions.scala │ │ │ ├── IndexPartitioner.scala │ │ │ ├── OverlapAction.scala │ │ │ ├── RelationUtils.scala │ │ │ ├── SQLRules.scala │ │ │ ├── SQLTypes.scala │ │ │ ├── SparkUtils.scala │ │ │ ├── SparkVersions.scala │ │ │ └── package.scala │ │ └── test │ │ ├── resources │ │ └── META-INF │ │ │ └── services │ │ │ └── org.locationtech.geomesa.spark.SpatialRDDProvider │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── spark │ │ │ └── sql │ │ │ ├── SparkSQLDataTest.scala │ │ │ ├── SparkSQLSpatialRelationshipsTest.scala │ │ │ ├── SparkSQLTestUtils.scala │ │ │ ├── TestSpatialProvider.scala │ │ │ └── TestWithSpark.scala │ │ └── shared-resources ├── geomesa-spark-test-with-sedona │ ├── pom.xml │ └── src │ │ └── test │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── spark │ │ │ └── SparkSQLWithSedonaTest.scala │ │ └── shared-resources ├── geomesa_pyspark │ ├── pom.xml │ └── src │ │ ├── main │ │ └── python │ │ │ ├── geomesa_pyspark │ │ │ ├── __init__.py │ │ │ ├── scala │ │ │ │ ├── __init__.py │ │ │ │ ├── functions.py │ │ │ │ └── udf.py │ │ │ ├── spark.py │ │ │ └── types.py │ │ │ └── setup.py │ │ └── test │ │ ├── python │ │ └── test_types.py │ │ └── shared-resources └── pom.xml ├── geomesa-tools ├── bin │ ├── download-data.sh │ ├── geomesa-tools │ ├── install-dependencies.sh │ ├── install-shapefile-support.sh │ └── ng ├── common-env │ ├── hadoop-env.sh │ └── log4j.properties ├── conf-filtered │ ├── functions.sh │ ├── geomesa-env.sh │ └── parquet-dependencies.sh ├── conf │ ├── .scala_repl_init │ ├── application.conf │ ├── reference.conf │ └── sfts │ │ ├── adsbx │ │ ├── README.md │ │ └── reference.conf │ │ ├── gdelt │ │ ├── README.md │ │ └── reference.conf │ │ ├── geolife │ │ ├── README.md │ │ └── reference.conf │ │ ├── geonames │ │ ├── README.md │ │ └── reference.conf │ │ ├── gtd │ │ ├── README.md │ │ ├── prepGtd.R │ │ └── reference.conf │ │ ├── marinecadastre-ais │ │ ├── README.md │ │ └── reference.conf │ │ ├── nyctaxi │ │ ├── README.md │ │ └── reference.conf │ │ ├── osm-gpx │ │ ├── README.md │ │ └── reference.conf │ │ ├── osm │ │ ├── README.md │ │ └── reference.conf │ │ ├── tdrive │ │ ├── README.md │ │ └── reference.conf │ │ └── twitter │ │ ├── README.md │ │ └── reference.conf ├── examples │ ├── avro │ │ ├── application.conf │ │ ├── example_no_header.avro │ │ ├── example_with_header.avro │ │ └── schema.avsc │ ├── csv │ │ ├── application.conf │ │ ├── example.csv │ │ ├── lines.tsv │ │ └── polygons.tsv │ ├── json │ │ ├── application.conf │ │ ├── example.json │ │ └── example_multi_line.json │ └── xml │ │ ├── application.conf │ │ ├── example.xml │ │ └── example_multi_line.xml ├── pom.xml └── src │ ├── main │ ├── resources │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── tools │ │ │ ├── export-libjars-arrow.list │ │ │ ├── export-libjars-avro.list │ │ │ ├── export-libjars-gml.list │ │ │ ├── export-libjars-gml2.list │ │ │ ├── export-libjars-orc.list │ │ │ ├── export-libjars-parquet.list │ │ │ ├── export-libjars.list │ │ │ └── ingest-libjars.list │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── tools │ │ ├── CommonParams.scala │ │ ├── Runner.scala │ │ ├── data │ │ ├── CreateSchemaCommand.scala │ │ ├── DeleteCatalogCommand.scala │ │ ├── DeleteFeaturesCommand.scala │ │ ├── ManagePartitionsCommand.scala │ │ ├── RemoveSchemaCommand.scala │ │ └── UpdateSchemaCommand.scala │ │ ├── export │ │ ├── ConvertCommand.scala │ │ ├── ExportCommand.scala │ │ ├── ExportFormat.scala │ │ ├── ExportJob.scala │ │ ├── GenerateAvroSchemaCommand.scala │ │ ├── PlaybackCommand.scala │ │ └── package.scala │ │ ├── help │ │ ├── ClasspathCommand.scala │ │ ├── HelpCommand.scala │ │ ├── NailgunCommand.scala │ │ └── ScalaConsoleCommand.scala │ │ ├── ingest │ │ ├── ConverterIngestJob.scala │ │ ├── IngestCommand.scala │ │ ├── LocalConverterIngest.scala │ │ └── UpdateFeaturesCommand.scala │ │ ├── package.scala │ │ ├── stats │ │ ├── StatsAnalyzeCommand.scala │ │ ├── StatsBoundsCommand.scala │ │ ├── StatsConfigureCommand.scala │ │ ├── StatsCountCommand.scala │ │ ├── StatsHistogramCommand.scala │ │ ├── StatsTopKCommand.scala │ │ └── package.scala │ │ ├── status │ │ ├── AutoCompleteCommand.scala │ │ ├── ConfigureCommand.scala │ │ ├── DescribeSchemaCommand.scala │ │ ├── EnvironmentCommand.scala │ │ ├── ExplainCommand.scala │ │ ├── GetSftConfigCommand.scala │ │ ├── GetTypeNamesCommand.scala │ │ ├── VersionCommand.scala │ │ └── VersionRemoteCommand.scala │ │ └── utils │ │ ├── CLArgResolver.scala │ │ ├── DistributedCopy.scala │ │ ├── GeoMesaIStringConverterFactory.scala │ │ ├── JobRunner.scala │ │ ├── NailgunServer.scala │ │ ├── NoopParameterSplitter.scala │ │ ├── ParameterConverters.scala │ │ ├── ParameterValidators.scala │ │ ├── Prompt.scala │ │ └── TerminalCallback.scala │ └── test │ ├── resources │ └── convert │ │ ├── csv-convert.conf │ │ ├── csv-data.csv │ │ ├── json-convert.conf │ │ ├── json-data.json │ │ ├── tsv-convert.conf │ │ └── tsv-data.tsv │ ├── scala │ └── org │ │ └── locationtech │ │ └── geomesa │ │ └── tools │ │ ├── CLArgResolverTest.scala │ │ ├── convert │ │ └── JPatternConverterTest.scala │ │ ├── export │ │ ├── ConvertCommandTest.scala │ │ ├── DelimitedExportImportTest.scala │ │ ├── IncrementingFileNameTest.scala │ │ └── PlaybackIteratorTest.scala │ │ ├── ingest │ │ └── UpdateFeaturesCommandTest.scala │ │ ├── stats │ │ └── StatsHistogramCommandTest.scala │ │ └── utils │ │ └── ParameterConvertersTest.scala │ └── shared-resources ├── geomesa-utils-parent ├── geomesa-bom │ ├── generate-pom.sh │ └── pom.xml ├── geomesa-hadoop-utils │ ├── pom.xml │ └── src │ │ ├── main │ │ └── scala │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── utils │ │ │ └── hadoop │ │ │ ├── DistributedCopyOptions.scala │ │ │ ├── HadoopDelegate.scala │ │ │ └── HadoopUtils.scala │ │ └── test │ │ ├── resources │ │ └── geomesa-fake.xml │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── utils │ │ │ └── hadoop │ │ │ └── HadoopUtilsTest.scala │ │ └── shared-resources ├── geomesa-utils │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── utils │ │ │ │ ├── geotools │ │ │ │ └── SimpleFeatureTypeProvider.java │ │ │ │ └── interop │ │ │ │ ├── SimpleFeatureTypes.java │ │ │ │ └── WKTUtils.java │ │ ├── resources │ │ │ ├── META-INF │ │ │ │ └── services │ │ │ │ │ ├── org.geotools.util.ConverterFactory │ │ │ │ │ └── org.locationtech.geomesa.utils.geotools.SimpleFeatureTypeProvider │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ ├── geomesa-site.xml.template │ │ │ │ └── geomesa.properties │ │ ├── scala │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── utils │ │ │ │ ├── bin │ │ │ │ ├── AxisOrder.scala │ │ │ │ ├── BinaryEncodeCallback.scala │ │ │ │ ├── BinaryOutputCallback.scala │ │ │ │ └── BinaryOutputEncoder.scala │ │ │ │ ├── cache │ │ │ │ ├── CacheKeyGenerator.scala │ │ │ │ ├── SoftThreadLocal.scala │ │ │ │ └── ThreadLocalCache.scala │ │ │ │ ├── classpath │ │ │ │ ├── ClassPathUtils.scala │ │ │ │ └── ServiceLoader.scala │ │ │ │ ├── collection │ │ │ │ ├── CircularByteQueue.scala │ │ │ │ ├── SelfClosingIterator.scala │ │ │ │ └── WordBitSet.scala │ │ │ │ ├── concurrent │ │ │ │ ├── CachedThreadPool.scala │ │ │ │ ├── ExitingExecutor.scala │ │ │ │ ├── LazyCloseable.scala │ │ │ │ └── package.scala │ │ │ │ ├── conf │ │ │ │ ├── ArgResolver.scala │ │ │ │ ├── ConfConversions.scala │ │ │ │ ├── ConfigLoader.scala │ │ │ │ ├── FeatureExpiration.scala │ │ │ │ ├── GeoMesaProperties.scala │ │ │ │ ├── GeoMesaSystemProperties.scala │ │ │ │ ├── IndexId.scala │ │ │ │ └── SemanticVersion.scala │ │ │ │ ├── conversions │ │ │ │ └── StringOps.scala │ │ │ │ ├── geohash │ │ │ │ ├── BoundingBox.scala │ │ │ │ ├── GeoHash.scala │ │ │ │ └── GeohashUtils.scala │ │ │ │ ├── geometry │ │ │ │ └── GeometryPrecision.scala │ │ │ │ ├── geotools │ │ │ │ ├── AttributeOrdering.scala │ │ │ │ ├── ConfigSftParsing.scala │ │ │ │ ├── Conversions.scala │ │ │ │ ├── FeatureUtils.scala │ │ │ │ ├── GenerateRichFeatureModels.scala │ │ │ │ ├── GeoMesaParam.scala │ │ │ │ ├── GeometryUtils.scala │ │ │ │ ├── GridSnap.scala │ │ │ │ ├── NameableFeatureTypeFactory.scala │ │ │ │ ├── ObjectType.scala │ │ │ │ ├── RenderingGrid.scala │ │ │ │ ├── SchemaBuilder.scala │ │ │ │ ├── SftArgResolver.scala │ │ │ │ ├── SimpleFeatureOrdering.scala │ │ │ │ ├── SimpleFeaturePropertyAccessor.scala │ │ │ │ ├── SimpleFeatureTypeComparator.scala │ │ │ │ ├── SimpleFeatureTypeLoader.scala │ │ │ │ ├── SimpleFeatureTypes.scala │ │ │ │ ├── Transform.scala │ │ │ │ ├── converters │ │ │ │ │ ├── FastConverter.scala │ │ │ │ │ ├── JavaTimeConverterFactory.scala │ │ │ │ │ ├── ScalaCollectionsConverterFactory.scala │ │ │ │ │ └── StringCollectionConverterFactory.scala │ │ │ │ ├── package.scala │ │ │ │ └── sft │ │ │ │ │ ├── SimpleFeatureSpec.scala │ │ │ │ │ ├── SimpleFeatureSpecConfig.scala │ │ │ │ │ ├── SimpleFeatureSpecParser.scala │ │ │ │ │ └── package.scala │ │ │ │ ├── index │ │ │ │ ├── ByteArrays.scala │ │ │ │ ├── Cardinality.scala │ │ │ │ ├── GeoMesaSchemaValidator.scala │ │ │ │ ├── IndexCoverage.scala │ │ │ │ ├── IndexMode.scala │ │ │ │ └── VisibilityLevel.scala │ │ │ │ ├── io │ │ │ │ ├── CloseablePool.scala │ │ │ │ ├── CompressionUtils.scala │ │ │ │ ├── CopyingInputStream.scala │ │ │ │ ├── FileSizeEstimator.scala │ │ │ │ ├── PathUtils.scala │ │ │ │ ├── SafeClose.scala │ │ │ │ ├── SafeFlush.scala │ │ │ │ ├── Sizable.scala │ │ │ │ ├── WithStore.scala │ │ │ │ ├── fs │ │ │ │ │ ├── FileSystemDelegate.scala │ │ │ │ │ ├── LocalDelegate.scala │ │ │ │ │ └── package.scala │ │ │ │ └── package.scala │ │ │ │ ├── iterators │ │ │ │ ├── CartesianProductIterable.scala │ │ │ │ ├── CountingIterator.scala │ │ │ │ ├── DeduplicatingSimpleFeatureIterator.scala │ │ │ │ ├── ExceptionalIterator.scala │ │ │ │ └── TimedIterator.scala │ │ │ │ ├── metrics │ │ │ │ └── MethodProfiling.scala │ │ │ │ ├── stats │ │ │ │ ├── Cardinality.scala │ │ │ │ └── IndexCoverage.scala │ │ │ │ ├── text │ │ │ │ ├── BasicParser.scala │ │ │ │ ├── DateParsing.scala │ │ │ │ ├── DurationParsing.scala │ │ │ │ ├── KVPairParser.scala │ │ │ │ ├── StringSerialization.scala │ │ │ │ ├── Suffixes.scala │ │ │ │ ├── TextTools.scala │ │ │ │ ├── WKBUtils.scala │ │ │ │ └── WKTUtils.scala │ │ │ │ └── uuid │ │ │ │ ├── FeatureIdGenerator.scala │ │ │ │ ├── IngestTimeFeatureIdGenerator.scala │ │ │ │ ├── Version4UuidGenerator.scala │ │ │ │ └── Z3FeatureIdGenerator.scala │ │ ├── scala_2.12 │ │ │ └── org │ │ │ │ └── locationtech │ │ │ │ └── geomesa │ │ │ │ └── utils │ │ │ │ └── collection │ │ │ │ └── CloseableIterator.scala │ │ └── scala_2.13 │ │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── utils │ │ │ └── collection │ │ │ └── CloseableIterator.scala │ │ └── test │ │ ├── resources │ │ ├── fakejars │ │ │ ├── jar1-sources.jar │ │ │ ├── jar1.jar │ │ │ ├── jar2.jar │ │ │ ├── nested │ │ │ │ └── jar3.jar │ │ │ └── notjar.txt │ │ ├── geomesa-fake.xml │ │ └── geomesa-site.xml │ │ ├── scala │ │ └── org │ │ │ └── locationtech │ │ │ └── geomesa │ │ │ └── utils │ │ │ ├── bin │ │ │ ├── BinaryEncodeCallbackTest.scala │ │ │ └── BinaryOutputEncoderTest.scala │ │ │ ├── cache │ │ │ ├── SoftThreadLocalTest.scala │ │ │ └── ThreadLocalCacheTest.scala │ │ │ ├── classpath │ │ │ └── ClassPathUtilsTest.scala │ │ │ ├── collection │ │ │ ├── CircularByteQueueTest.scala │ │ │ ├── CloseableIteratorTest.scala │ │ │ └── WordBitSetTest.scala │ │ │ ├── concurrent │ │ │ └── CachedThreadPoolTest.scala │ │ │ ├── conf │ │ │ ├── ConfigLoaderTest.scala │ │ │ ├── GeoMesaPropertiesTest.scala │ │ │ └── SemanticVersionTest.scala │ │ │ ├── conversions │ │ │ └── StringOpsTest.scala │ │ │ ├── geohash │ │ │ ├── GeoHashTest.scala │ │ │ └── GeohashUtilsTest.scala │ │ │ ├── geotools │ │ │ ├── ConversionsTest.scala │ │ │ ├── FeatureUtilsTest.scala │ │ │ ├── GenerateRichFeatureModelsTest.scala │ │ │ ├── GeoMesaParamTest.scala │ │ │ ├── GeometryUtilsTest.scala │ │ │ ├── GridSnapTest.scala │ │ │ ├── ObjectTypeTest.scala │ │ │ ├── SchemaBuilderTest.scala │ │ │ ├── SftArgResolverTest.scala │ │ │ ├── SimpleFeatureOrderingTest.scala │ │ │ ├── SimpleFeatureTypesTest.scala │ │ │ └── converters │ │ │ │ ├── JavaTimeConverterFactoryTest.scala │ │ │ │ ├── ScalaCollectionConverterFactoryTest.scala │ │ │ │ └── StringCollectionConverterFactoryTest.scala │ │ │ ├── index │ │ │ └── ByteArraysTest.scala │ │ │ ├── io │ │ │ ├── FileSizeEstimatorTest.scala │ │ │ ├── SafeCloseTest.scala │ │ │ └── fs │ │ │ │ └── LocalFileHandleTest.scala │ │ │ ├── iterators │ │ │ ├── CartesianProductIterableTest.scala │ │ │ └── DeduplicatingSimpleFeatureIteratorTest.scala │ │ │ ├── metrics │ │ │ └── MethodProfilingTest.scala │ │ │ ├── text │ │ │ ├── StringSerializationTest.scala │ │ │ └── SuffixesTest.scala │ │ │ └── uuid │ │ │ ├── TimeSortedUuidGeneratorTest.scala │ │ │ └── Z3FeatureIdGeneratorTest.scala │ │ └── shared-resources └── pom.xml ├── geomesa-z3 ├── pom.xml └── src │ ├── main │ └── scala │ │ └── org │ │ └── locationtech │ │ └── geomesa │ │ ├── curve │ │ ├── BinnedTime.scala │ │ ├── LegacyYearXZ3SFC.scala │ │ ├── LegacyYearZ3SFC.scala │ │ ├── LegacyZ2SFC.scala │ │ ├── LegacyZ3SFC.scala │ │ ├── NormalizedDimension.scala │ │ ├── S2SFC.scala │ │ ├── SpaceFillingCurve.scala │ │ ├── SpaceTimeFillingCurve.scala │ │ ├── XZ2SFC.scala │ │ ├── XZ3SFC.scala │ │ ├── XZSFC.scala │ │ ├── Z2SFC.scala │ │ └── Z3SFC.scala │ │ └── zorder │ │ └── sfcurve │ │ ├── Z2.scala │ │ ├── Z3.scala │ │ ├── ZN.scala │ │ └── package.scala │ └── test │ ├── resources │ └── geoms.list │ ├── scala │ └── org │ │ └── locationtech │ │ └── geomesa │ │ ├── curve │ │ ├── BinnedTimeTest.scala │ │ ├── NormalizedDimensionTest.scala │ │ ├── S2SFCTest.scala │ │ ├── XZ2SFCTest.scala │ │ ├── XZ3SFCTest.scala │ │ ├── Z2Test.scala │ │ └── Z3Test.scala │ │ └── zorder │ │ └── sfcurve │ │ ├── Z2Test.scala │ │ ├── Z3RangeTest.scala │ │ └── Z3Test.scala │ └── shared-resources └── pom.xml /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/maven-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/maven-badge.svg -------------------------------------------------------------------------------- /.github/workflows/assembly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/assembly.yml -------------------------------------------------------------------------------- /.github/workflows/build-and-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/build-and-test.yml -------------------------------------------------------------------------------- /.github/workflows/codacy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/codacy.yml -------------------------------------------------------------------------------- /.github/workflows/dash.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/dash.yml -------------------------------------------------------------------------------- /.github/workflows/dependency-review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/dependency-review.yml -------------------------------------------------------------------------------- /.github/workflows/docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/docs.yml -------------------------------------------------------------------------------- /.github/workflows/eclipse-snapshots.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/eclipse-snapshots.yml -------------------------------------------------------------------------------- /.github/workflows/integration-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/integration-tests.yml -------------------------------------------------------------------------------- /.github/workflows/javadocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/javadocs.yml -------------------------------------------------------------------------------- /.github/workflows/license-headers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/license-headers.yml -------------------------------------------------------------------------------- /.github/workflows/scorecard.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/scorecard.yml -------------------------------------------------------------------------------- /.github/workflows/spark.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/spark.yml -------------------------------------------------------------------------------- /.github/workflows/validate-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.github/workflows/validate-ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /LICENSES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/LICENSES.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/SECURITY.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_static/css/theme_custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/_static/css/theme_custom.css -------------------------------------------------------------------------------- /docs/_static/launch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/_static/launch.svg -------------------------------------------------------------------------------- /docs/_templates/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/_templates/footer.html -------------------------------------------------------------------------------- /docs/_templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/_templates/layout.html -------------------------------------------------------------------------------- /docs/_templates/redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/_templates/redirect.html -------------------------------------------------------------------------------- /docs/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/build.xml -------------------------------------------------------------------------------- /docs/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/common.py -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/docs-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/docs-server.sh -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/pom.xml -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/tutorials/_static/geohash-substrings/progression-800x450.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geohash-substrings/progression-800x450.gif -------------------------------------------------------------------------------- /docs/tutorials/_static/geohash-substrings/sel-x4y4t8-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geohash-substrings/sel-x4y4t8-11.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geohash-substrings/usa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geohash-substrings/usa.gif -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-blobstore-exif/blob-index-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-blobstore-exif/blob-index-map.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-blobstore-exif/geoserver-wfs-enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-blobstore-exif/geoserver-wfs-enable.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-authorizations/apache-ds-partition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-authorizations/apache-ds-partition.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-authorizations/filter-chain-cert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-authorizations/filter-chain-cert.jpg -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-authorizations/spring-security-rod.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-authorizations/spring-security-rod.ldif -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-featurelevelvis/feature-level-vis.sld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-featurelevelvis/feature-level-vis.sld -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-featurelevelvis/gs-admin-datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-featurelevelvis/gs-admin-datastore.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-gdelt/gdelt-eastern-us-heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-gdelt/gdelt-eastern-us-heatmap.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-gdelt/gdelt-eastern-us-threat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-gdelt/gdelt-eastern-us-threat.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-gdelt/gdelt-eastern-us-unfiltered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-gdelt/gdelt-eastern-us-unfiltered.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-gdelt/heatmap.sld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-gdelt/heatmap.sld -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-gdelt/threat.sld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-gdelt/threat.sld -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-gdelt/wms-cql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-gdelt/wms-cql.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-examples-gdelt/wms-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-examples-gdelt/wms-menu.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-fs-on-azure/azure-resource-providers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-fs-on-azure/azure-resource-providers.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-fs-on-azure/jupyter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-fs-on-azure/jupyter.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-fs-on-azure/spark-job-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-fs-on-azure/spark-job-ui.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-fs-on-azure/spark-master-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-fs-on-azure/spark-master-ui.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-quickstart-gdelt-data/geoserver-layer-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-quickstart-gdelt-data/geoserver-layer-preview.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-quickstart-gdelt-data/leaflet-layer-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-quickstart-gdelt-data/leaflet-layer-preview.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-quickstart-kafka-streams/geoserver-layer-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-quickstart-kafka-streams/geoserver-layer-preview.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-quickstart-storm/ChicagoDensity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-quickstart-storm/ChicagoDensity.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-quickstart-storm/ChicagoPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-quickstart-storm/ChicagoPoint.png -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-quickstart-storm/OSMPoint.sld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-quickstart-storm/OSMPoint.sld -------------------------------------------------------------------------------- /docs/tutorials/_static/geomesa-quickstart-storm/heatmap.sld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/geomesa-quickstart-storm/heatmap.sld -------------------------------------------------------------------------------- /docs/tutorials/_static/img/jupyter_chart_viz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/jupyter_chart_viz.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/jupyter_map_viz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/jupyter_map_viz.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/jupyter_notebook_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/jupyter_notebook_list.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/nifi-qs-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/nifi-qs-flow.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/nifi-qs-fs-controller-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/nifi-qs-fs-controller-config.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/nifi-qs-update-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/nifi-qs-update-attributes.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/tutorials/2014-05-16-geomesa-tubeselect/generate_xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/tutorials/2014-05-16-geomesa-tubeselect/generate_xml.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/tutorials/2014-05-16-geomesa-tubeselect/tube-25-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/tutorials/2014-05-16-geomesa-tubeselect/tube-25-120.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/tutorials/2014-05-16-geomesa-tubeselect/tube-25-240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/tutorials/2014-05-16-geomesa-tubeselect/tube-25-240.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/tutorials/2014-05-16-geomesa-tubeselect/wps_builder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/tutorials/2014-05-16-geomesa-tubeselect/wps_builder1.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/tutorials/2014-08-05-spark/gdelt-global-density.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/tutorials/2014-08-05-spark/gdelt-global-density.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/tutorials/2018-04-03-broadcast-join/aggregate-GDELT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/tutorials/2018-04-03-broadcast-join/aggregate-GDELT.png -------------------------------------------------------------------------------- /docs/tutorials/_static/img/tutorials/2018-04-04-dwithin-join/aggregate-NYCTaxi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/_static/img/tutorials/2018-04-04-dwithin-join/aggregate-NYCTaxi.png -------------------------------------------------------------------------------- /docs/tutorials/broadcast-join.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/broadcast-join.rst -------------------------------------------------------------------------------- /docs/tutorials/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/conf.py -------------------------------------------------------------------------------- /docs/tutorials/dwithin-join.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/dwithin-join.rst -------------------------------------------------------------------------------- /docs/tutorials/geohash-substrings.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geohash-substrings.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-examples-authorizations.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-examples-authorizations.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-examples-avro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-examples-avro.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-examples-featurelevelvis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-examples-featurelevelvis.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-examples-gdelt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-examples-gdelt.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-examples-transformations.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-examples-transformations.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-fs-on-azure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-fs-on-azure.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-hbase-on-cdh.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-hbase-on-cdh.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-hbase-s3-on-aws.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-hbase-s3-on-aws.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-accumulo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-accumulo.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-cassandra.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-cassandra.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-fsds.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-fsds.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-hbase.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-hbase.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-kafka-streams.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-kafka-streams.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-kafka.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-kafka.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-lambda.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-lambda.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-nifi.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-nifi.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-redis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-redis.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-quickstart-scylladb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-quickstart-scylladb.rst -------------------------------------------------------------------------------- /docs/tutorials/geomesa-tubeselect.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/geomesa-tubeselect.rst -------------------------------------------------------------------------------- /docs/tutorials/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/index.rst -------------------------------------------------------------------------------- /docs/tutorials/spark.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/tutorials/spark.rst -------------------------------------------------------------------------------- /docs/user/_static/img/GMHadoopInfrastructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/GMHadoopInfrastructure.png -------------------------------------------------------------------------------- /docs/user/_static/img/Zcurve-HiRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/Zcurve-HiRes.png -------------------------------------------------------------------------------- /docs/user/_static/img/Zcurve-LoRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/Zcurve-LoRes.png -------------------------------------------------------------------------------- /docs/user/_static/img/geohash-cville.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/geohash-cville.png -------------------------------------------------------------------------------- /docs/user/_static/img/geomesa-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/geomesa-2x.png -------------------------------------------------------------------------------- /docs/user/_static/img/geomesa-overview-848x250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/geomesa-overview-848x250.png -------------------------------------------------------------------------------- /docs/user/_static/img/geomesa-spark-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/geomesa-spark-stack.png -------------------------------------------------------------------------------- /docs/user/_static/img/geoserver-geomesa-accumulo-data-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/geoserver-geomesa-accumulo-data-source.png -------------------------------------------------------------------------------- /docs/user/_static/img/geoserver-layer-bounding-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/geoserver-layer-bounding-box.png -------------------------------------------------------------------------------- /docs/user/_static/img/jupyter-leaflet-layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/jupyter-leaflet-layer.png -------------------------------------------------------------------------------- /docs/user/_static/img/jupyter-leaflet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/jupyter-leaflet.png -------------------------------------------------------------------------------- /docs/user/_static/img/locationtech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/locationtech.png -------------------------------------------------------------------------------- /docs/user/_static/img/nifi-avro-put-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/nifi-avro-put-config.png -------------------------------------------------------------------------------- /docs/user/_static/img/nifi-avro-record-writer-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/nifi-avro-record-writer-config.png -------------------------------------------------------------------------------- /docs/user/_static/img/nifi-get-kafka-record-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/nifi-get-kafka-record-config.png -------------------------------------------------------------------------------- /docs/user/_static/img/nifi-hbase-service-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/nifi-hbase-service-config.png -------------------------------------------------------------------------------- /docs/user/_static/img/nifi-kafka-to-hbase-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/nifi-kafka-to-hbase-flow.png -------------------------------------------------------------------------------- /docs/user/_static/img/row-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/row-key.png -------------------------------------------------------------------------------- /docs/user/_static/img/sampleIngestArch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/sampleIngestArch.png -------------------------------------------------------------------------------- /docs/user/_static/img/sampleQueryArch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/sampleQueryArch.png -------------------------------------------------------------------------------- /docs/user/_static/img/wms_limits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/img/wms_limits.png -------------------------------------------------------------------------------- /docs/user/_static/process/GeoMesa_WPS_chain_example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/GeoMesa_WPS_chain_example.xml -------------------------------------------------------------------------------- /docs/user/_static/process/HashProcess_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/HashProcess_results.json -------------------------------------------------------------------------------- /docs/user/_static/process/HashProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/HashProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/KNNProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/KNNProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/Point2PointProcess_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/Point2PointProcess_results.json -------------------------------------------------------------------------------- /docs/user/_static/process/Point2PointProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/Point2PointProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/ProximitySearchProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/ProximitySearchProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/QueryProcess_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/QueryProcess_results.json -------------------------------------------------------------------------------- /docs/user/_static/process/QueryProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/QueryProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/RouteSearchProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/RouteSearchProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/SamplingProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/SamplingProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/TrackLabelProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/TrackLabelProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/TubeSelectProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/TubeSelectProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/UniqueProcess_wps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/UniqueProcess_wps.xml -------------------------------------------------------------------------------- /docs/user/_static/process/routeSearch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/process/routeSearch.xml -------------------------------------------------------------------------------- /docs/user/_static/sld/clientside-heatmap.sld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/_static/sld/clientside-heatmap.sld -------------------------------------------------------------------------------- /docs/user/accumulo/atomic_writes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/atomic_writes.rst -------------------------------------------------------------------------------- /docs/user/accumulo/commandline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/commandline.rst -------------------------------------------------------------------------------- /docs/user/accumulo/configuration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/configuration.rst -------------------------------------------------------------------------------- /docs/user/accumulo/examples.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/examples.rst -------------------------------------------------------------------------------- /docs/user/accumulo/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/geoserver.rst -------------------------------------------------------------------------------- /docs/user/accumulo/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/index.rst -------------------------------------------------------------------------------- /docs/user/accumulo/index_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/index_config.rst -------------------------------------------------------------------------------- /docs/user/accumulo/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/install.rst -------------------------------------------------------------------------------- /docs/user/accumulo/jobs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/jobs.rst -------------------------------------------------------------------------------- /docs/user/accumulo/kerberos.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/kerberos.rst -------------------------------------------------------------------------------- /docs/user/accumulo/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/accumulo/usage.rst -------------------------------------------------------------------------------- /docs/user/appendix/memory.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/appendix/memory.rst -------------------------------------------------------------------------------- /docs/user/appendix/metrics.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/appendix/metrics.rst -------------------------------------------------------------------------------- /docs/user/appendix/site.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/appendix/site.rst -------------------------------------------------------------------------------- /docs/user/appendix/utils.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/appendix/utils.rst -------------------------------------------------------------------------------- /docs/user/architecture.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/architecture.rst -------------------------------------------------------------------------------- /docs/user/cassandra/commandline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cassandra/commandline.rst -------------------------------------------------------------------------------- /docs/user/cassandra/configuration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cassandra/configuration.rst -------------------------------------------------------------------------------- /docs/user/cassandra/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cassandra/geoserver.rst -------------------------------------------------------------------------------- /docs/user/cassandra/heatmaps.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cassandra/heatmaps.rst -------------------------------------------------------------------------------- /docs/user/cassandra/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cassandra/index.rst -------------------------------------------------------------------------------- /docs/user/cassandra/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cassandra/install.rst -------------------------------------------------------------------------------- /docs/user/cassandra/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cassandra/usage.rst -------------------------------------------------------------------------------- /docs/user/cli/analytic.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/analytic.rst -------------------------------------------------------------------------------- /docs/user/cli/console.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/console.rst -------------------------------------------------------------------------------- /docs/user/cli/converters.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/converters.rst -------------------------------------------------------------------------------- /docs/user/cli/export.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/export.rst -------------------------------------------------------------------------------- /docs/user/cli/filesystems.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/filesystems.rst -------------------------------------------------------------------------------- /docs/user/cli/geotools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/geotools.rst -------------------------------------------------------------------------------- /docs/user/cli/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/index.rst -------------------------------------------------------------------------------- /docs/user/cli/ingest.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/ingest.rst -------------------------------------------------------------------------------- /docs/user/cli/logging.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/logging.rst -------------------------------------------------------------------------------- /docs/user/cli/nailgun.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/nailgun.rst -------------------------------------------------------------------------------- /docs/user/cli/schemas.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/schemas.rst -------------------------------------------------------------------------------- /docs/user/cli/sfts.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/sfts.rst -------------------------------------------------------------------------------- /docs/user/cli/status.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/cli/status.rst -------------------------------------------------------------------------------- /docs/user/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/conf.py -------------------------------------------------------------------------------- /docs/user/convert/avro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/avro.rst -------------------------------------------------------------------------------- /docs/user/convert/avro_schema_registry.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/avro_schema_registry.rst -------------------------------------------------------------------------------- /docs/user/convert/cache.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/cache.rst -------------------------------------------------------------------------------- /docs/user/convert/common.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/common.rst -------------------------------------------------------------------------------- /docs/user/convert/composite.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/composite.rst -------------------------------------------------------------------------------- /docs/user/convert/delimited_text.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/delimited_text.rst -------------------------------------------------------------------------------- /docs/user/convert/extending.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/extending.rst -------------------------------------------------------------------------------- /docs/user/convert/feature_to_feature.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/feature_to_feature.rst -------------------------------------------------------------------------------- /docs/user/convert/fixed_width.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/fixed_width.rst -------------------------------------------------------------------------------- /docs/user/convert/function_overview.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/function_overview.rst -------------------------------------------------------------------------------- /docs/user/convert/function_usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/function_usage.rst -------------------------------------------------------------------------------- /docs/user/convert/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/index.rst -------------------------------------------------------------------------------- /docs/user/convert/jdbc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/jdbc.rst -------------------------------------------------------------------------------- /docs/user/convert/json.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/json.rst -------------------------------------------------------------------------------- /docs/user/convert/parquet.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/parquet.rst -------------------------------------------------------------------------------- /docs/user/convert/parsing_and_validation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/parsing_and_validation.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/adsbx.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/adsbx.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/gdelt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/gdelt.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/geolife.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/geolife.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/geonames.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/geonames.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/gtd.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/gtd.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/index.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/marinecadastre-ais.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/marinecadastre-ais.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/nyctaxi.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/nyctaxi.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/osm-gpx.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/osm-gpx.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/osm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/osm.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/tdrive.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/tdrive.rst -------------------------------------------------------------------------------- /docs/user/convert/premade/twitter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/premade/twitter.rst -------------------------------------------------------------------------------- /docs/user/convert/shp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/shp.rst -------------------------------------------------------------------------------- /docs/user/convert/usage_code.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/usage_code.rst -------------------------------------------------------------------------------- /docs/user/convert/usage_tools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/usage_tools.rst -------------------------------------------------------------------------------- /docs/user/convert/xml.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/convert/xml.rst -------------------------------------------------------------------------------- /docs/user/datastores/analytic_queries.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/analytic_queries.rst -------------------------------------------------------------------------------- /docs/user/datastores/attributes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/attributes.rst -------------------------------------------------------------------------------- /docs/user/datastores/auditing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/auditing.rst -------------------------------------------------------------------------------- /docs/user/datastores/data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/data.rst -------------------------------------------------------------------------------- /docs/user/datastores/filter_functions.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/filter_functions.rst -------------------------------------------------------------------------------- /docs/user/datastores/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/index.rst -------------------------------------------------------------------------------- /docs/user/datastores/index_basics.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/index_basics.rst -------------------------------------------------------------------------------- /docs/user/datastores/index_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/index_config.rst -------------------------------------------------------------------------------- /docs/user/datastores/index_ext.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/index_ext.rst -------------------------------------------------------------------------------- /docs/user/datastores/index_overview.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/index_overview.rst -------------------------------------------------------------------------------- /docs/user/datastores/json.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/json.rst -------------------------------------------------------------------------------- /docs/user/datastores/query_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/query_config.rst -------------------------------------------------------------------------------- /docs/user/datastores/query_interceptor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/query_interceptor.rst -------------------------------------------------------------------------------- /docs/user/datastores/query_planning.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/query_planning.rst -------------------------------------------------------------------------------- /docs/user/datastores/reserved_words.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/reserved_words.rst -------------------------------------------------------------------------------- /docs/user/datastores/runtime_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/runtime_config.rst -------------------------------------------------------------------------------- /docs/user/datastores/security.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/datastores/security.rst -------------------------------------------------------------------------------- /docs/user/download.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/download.rst -------------------------------------------------------------------------------- /docs/user/ds_views.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/ds_views.rst -------------------------------------------------------------------------------- /docs/user/filesystem/architecture.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/architecture.rst -------------------------------------------------------------------------------- /docs/user/filesystem/commandline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/commandline.rst -------------------------------------------------------------------------------- /docs/user/filesystem/configuration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/configuration.rst -------------------------------------------------------------------------------- /docs/user/filesystem/example.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/example.rst -------------------------------------------------------------------------------- /docs/user/filesystem/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/geoserver.rst -------------------------------------------------------------------------------- /docs/user/filesystem/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/index.rst -------------------------------------------------------------------------------- /docs/user/filesystem/index_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/index_config.rst -------------------------------------------------------------------------------- /docs/user/filesystem/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/install.rst -------------------------------------------------------------------------------- /docs/user/filesystem/metadata.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/metadata.rst -------------------------------------------------------------------------------- /docs/user/filesystem/modify_features.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/modify_features.rst -------------------------------------------------------------------------------- /docs/user/filesystem/partition_schemes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/partition_schemes.rst -------------------------------------------------------------------------------- /docs/user/filesystem/spark_example.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/spark_example.rst -------------------------------------------------------------------------------- /docs/user/filesystem/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/filesystem/usage.rst -------------------------------------------------------------------------------- /docs/user/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/geoserver.rst -------------------------------------------------------------------------------- /docs/user/geotools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/geotools.rst -------------------------------------------------------------------------------- /docs/user/getting_started.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/getting_started.rst -------------------------------------------------------------------------------- /docs/user/hbase/commandline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/commandline.rst -------------------------------------------------------------------------------- /docs/user/hbase/configuration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/configuration.rst -------------------------------------------------------------------------------- /docs/user/hbase/coprocessor_install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/coprocessor_install.rst -------------------------------------------------------------------------------- /docs/user/hbase/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/geoserver.rst -------------------------------------------------------------------------------- /docs/user/hbase/heatmaps.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/heatmaps.rst -------------------------------------------------------------------------------- /docs/user/hbase/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/index.rst -------------------------------------------------------------------------------- /docs/user/hbase/index_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/index_config.rst -------------------------------------------------------------------------------- /docs/user/hbase/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/install.rst -------------------------------------------------------------------------------- /docs/user/hbase/kerberos.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/kerberos.rst -------------------------------------------------------------------------------- /docs/user/hbase/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/usage.rst -------------------------------------------------------------------------------- /docs/user/hbase/visibilities.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/hbase/visibilities.rst -------------------------------------------------------------------------------- /docs/user/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/index.rst -------------------------------------------------------------------------------- /docs/user/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/install.rst -------------------------------------------------------------------------------- /docs/user/introduction.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/introduction.rst -------------------------------------------------------------------------------- /docs/user/kafka/commandline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/commandline.rst -------------------------------------------------------------------------------- /docs/user/kafka/confluent.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/confluent.rst -------------------------------------------------------------------------------- /docs/user/kafka/consumers.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/consumers.rst -------------------------------------------------------------------------------- /docs/user/kafka/data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/data.rst -------------------------------------------------------------------------------- /docs/user/kafka/feature_events.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/feature_events.rst -------------------------------------------------------------------------------- /docs/user/kafka/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/geoserver.rst -------------------------------------------------------------------------------- /docs/user/kafka/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/index.rst -------------------------------------------------------------------------------- /docs/user/kafka/index_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/index_config.rst -------------------------------------------------------------------------------- /docs/user/kafka/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/install.rst -------------------------------------------------------------------------------- /docs/user/kafka/layer_views.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/layer_views.rst -------------------------------------------------------------------------------- /docs/user/kafka/producers.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/producers.rst -------------------------------------------------------------------------------- /docs/user/kafka/streams.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/streams.rst -------------------------------------------------------------------------------- /docs/user/kafka/transactional_writes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/transactional_writes.rst -------------------------------------------------------------------------------- /docs/user/kafka/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/usage.rst -------------------------------------------------------------------------------- /docs/user/kafka/zookeeper.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/kafka/zookeeper.rst -------------------------------------------------------------------------------- /docs/user/lambda/advanced.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/advanced.rst -------------------------------------------------------------------------------- /docs/user/lambda/commandline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/commandline.rst -------------------------------------------------------------------------------- /docs/user/lambda/configuration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/configuration.rst -------------------------------------------------------------------------------- /docs/user/lambda/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/geoserver.rst -------------------------------------------------------------------------------- /docs/user/lambda/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/index.rst -------------------------------------------------------------------------------- /docs/user/lambda/index_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/index_config.rst -------------------------------------------------------------------------------- /docs/user/lambda/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/install.rst -------------------------------------------------------------------------------- /docs/user/lambda/overview.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/overview.rst -------------------------------------------------------------------------------- /docs/user/lambda/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/lambda/usage.rst -------------------------------------------------------------------------------- /docs/user/nifi/avro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/avro.rst -------------------------------------------------------------------------------- /docs/user/nifi/conversions.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/conversions.rst -------------------------------------------------------------------------------- /docs/user/nifi/converters.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/converters.rst -------------------------------------------------------------------------------- /docs/user/nifi/datastores.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/datastores.rst -------------------------------------------------------------------------------- /docs/user/nifi/examples.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/examples.rst -------------------------------------------------------------------------------- /docs/user/nifi/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/index.rst -------------------------------------------------------------------------------- /docs/user/nifi/ingress.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/ingress.rst -------------------------------------------------------------------------------- /docs/user/nifi/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/install.rst -------------------------------------------------------------------------------- /docs/user/nifi/integrations.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/integrations.rst -------------------------------------------------------------------------------- /docs/user/nifi/metrics.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/metrics.rst -------------------------------------------------------------------------------- /docs/user/nifi/processors.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/processors.rst -------------------------------------------------------------------------------- /docs/user/nifi/records.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/records.rst -------------------------------------------------------------------------------- /docs/user/nifi/updates.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/nifi/updates.rst -------------------------------------------------------------------------------- /docs/user/postgis/commandline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/postgis/commandline.rst -------------------------------------------------------------------------------- /docs/user/postgis/design.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/postgis/design.rst -------------------------------------------------------------------------------- /docs/user/postgis/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/postgis/geoserver.rst -------------------------------------------------------------------------------- /docs/user/postgis/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/postgis/index.rst -------------------------------------------------------------------------------- /docs/user/postgis/index_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/postgis/index_config.rst -------------------------------------------------------------------------------- /docs/user/postgis/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/postgis/install.rst -------------------------------------------------------------------------------- /docs/user/postgis/multi_tenancy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/postgis/multi_tenancy.rst -------------------------------------------------------------------------------- /docs/user/postgis/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/postgis/usage.rst -------------------------------------------------------------------------------- /docs/user/process.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/process.rst -------------------------------------------------------------------------------- /docs/user/redis/commandline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/redis/commandline.rst -------------------------------------------------------------------------------- /docs/user/redis/configuration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/redis/configuration.rst -------------------------------------------------------------------------------- /docs/user/redis/geoserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/redis/geoserver.rst -------------------------------------------------------------------------------- /docs/user/redis/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/redis/index.rst -------------------------------------------------------------------------------- /docs/user/redis/index_config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/redis/index_config.rst -------------------------------------------------------------------------------- /docs/user/redis/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/redis/install.rst -------------------------------------------------------------------------------- /docs/user/redis/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/redis/usage.rst -------------------------------------------------------------------------------- /docs/user/scylladb/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/scylladb/index.rst -------------------------------------------------------------------------------- /docs/user/scylladb/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/scylladb/install.rst -------------------------------------------------------------------------------- /docs/user/scylladb/usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/scylladb/usage.rst -------------------------------------------------------------------------------- /docs/user/spark/architecture.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/architecture.rst -------------------------------------------------------------------------------- /docs/user/spark/core.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/core.rst -------------------------------------------------------------------------------- /docs/user/spark/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/index.rst -------------------------------------------------------------------------------- /docs/user/spark/jupyter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/jupyter.rst -------------------------------------------------------------------------------- /docs/user/spark/providers.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/providers.rst -------------------------------------------------------------------------------- /docs/user/spark/pyspark.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/pyspark.rst -------------------------------------------------------------------------------- /docs/user/spark/spark_jts.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/spark_jts.rst -------------------------------------------------------------------------------- /docs/user/spark/sparksql.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/sparksql.rst -------------------------------------------------------------------------------- /docs/user/spark/sparksql_functions.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/sparksql_functions.rst -------------------------------------------------------------------------------- /docs/user/spark/zeppelin.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/spark/zeppelin.rst -------------------------------------------------------------------------------- /docs/user/upgrade.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/user/upgrade.rst -------------------------------------------------------------------------------- /docs/versions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/docs/versions.py -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-datastore/src/test/resources/core-site.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-datastore/src/test/resources/core-site.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-datastore/src/test/resources/hdfs-site.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-datastore/src/test/resources/hdfs-site.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-datastore/src/test/resources/test-lines.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-datastore/src/test/resources/test-lines.tsv -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-dist/component.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-distributed-runtime/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-distributed-runtime/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-gs-plugin/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-indices/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-indices/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-iterators/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-iterators/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-jobs/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-jobs/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-jobs/src/test/resources/fakejars/jar1-sources.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-jobs/src/test/resources/fakejars/jar1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-jobs/src/test/resources/fakejars/jar2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-jobs/src/test/resources/fakejars/nested/jar3.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-jobs/src/test/resources/fakejars/notjar.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-jobs/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-spark/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-spark/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-spark/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/bin/setup-namespace.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/bin/setup-namespace.sh -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/conf-filtered/accumulo-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/conf-filtered/accumulo-env.sh -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/core-site.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/core-site.xml -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/city-mysql.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/city-mysql.conf -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/city-tsv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/city-tsv.conf -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/city.mysql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/city.mysql -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/city.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/city.tsv -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example1.csv -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example1.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example1.tar -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example1.tgz -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example1.zip -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/geomesa-accumulo-tools/src/test/resources/examples/example2.csv -------------------------------------------------------------------------------- /geomesa-accumulo/geomesa-accumulo-tools/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-accumulo/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-accumulo/pom.xml -------------------------------------------------------------------------------- /geomesa-archetypes/geomesa-archetypes-binary-dist/assembly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-archetypes/geomesa-archetypes-binary-dist/assembly.xml -------------------------------------------------------------------------------- /geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml -------------------------------------------------------------------------------- /geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml -------------------------------------------------------------------------------- /geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-archetypes/geomesa-archetypes-spark-runtime/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-archetypes/geomesa-archetypes-spark-runtime/pom.xml -------------------------------------------------------------------------------- /geomesa-archetypes/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-archetypes/pom.xml -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/geomesa-arrow-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/geomesa-arrow-dist/component.xml -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/geomesa-arrow-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-gt/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/geomesa-arrow-gt/pom.xml -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-gt/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-jts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/geomesa-arrow-jts/README.md -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-jts/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/geomesa-arrow-jts/pom.xml -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-jts/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/geomesa-arrow-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-arrow/geomesa-arrow-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/geomesa-arrow-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-arrow/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-arrow/pom.xml -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-datastore/src/test/resources/init.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-datastore/src/test/resources/init.cql -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-dist/component.xml -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-tools/conf-filtered/cassandra-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-tools/conf-filtered/cassandra-env.sh -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-tools/conf/application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-tools/conf/application.conf -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-tools/conf/logback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-tools/conf/logback.xml -------------------------------------------------------------------------------- /geomesa-cassandra/geomesa-cassandra-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/geomesa-cassandra-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-cassandra/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-cassandra/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-all/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-all/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-all/src/test/resources/META-INF/services/org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory: -------------------------------------------------------------------------------- 1 | org.locationtech.geomesa.convert.TestFunctionFactory 2 | -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-all/src/test/resources/lookuptable.csv: -------------------------------------------------------------------------------- 1 | id,name,age 2 | 1,foo,40 3 | 2,mary,30 -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-all/src/test/resources/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-all/src/test/resources/reference.conf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-all/src/test/resources/sft_testsft.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-all/src/test/resources/sft_testsft.conf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-all/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-all/src/test/static/goodbye.js: -------------------------------------------------------------------------------- 1 | function gbye(s) { 2 | return "goodbye: " + s; 3 | } -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-all/src/test/static3/whatsup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-all/src/test/static3/whatsup.js -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro-schema-registry/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-avro-schema-registry/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro-schema-registry/src/test/resources/schema.avsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/resources/schema.avsc -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro-schema-registry/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-avro/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro/src/test/resources/schema.avsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-avro/src/test/resources/schema.avsc -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro/src/test/resources/sft_testsft.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-avro/src/test/resources/sft_testsft.conf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro/src/test/resources/union.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-avro/src/test/resources/union.avro -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro/src/test/resources/union.avsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-avro/src/test/resources/union.avsc -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-avro/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-common/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-common/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-common/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-fixedwidth/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-fixedwidth/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-fixedwidth/src/test/resources/sft_testsft.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-fixedwidth/src/test/resources/sft_testsft.conf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-fixedwidth/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-jdbc/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-jdbc/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-jdbc/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-json/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-json/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-json/src/test/resources/application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-json/src/test/resources/application.conf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-json/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-parquet/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-parquet/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-parquet/src/test/resources/example-with-vis.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-parquet/src/test/resources/example-with-vis.parquet -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-parquet/src/test/resources/example.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-parquet/src/test/resources/example.parquet -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-parquet/src/test/resources/geomesav1-test.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-parquet/src/test/resources/geomesav1-test.parquet -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-parquet/src/test/resources/infer-complex.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-parquet/src/test/resources/infer-complex.parquet -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-parquet/src/test/resources/infer.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-parquet/src/test/resources/infer.parquet -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-parquet/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-redis-cache/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-redis-cache/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-redis-cache/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-shp/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-shp/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-shp/src/main/resources/META-INF/services/org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory: -------------------------------------------------------------------------------- 1 | org.locationtech.geomesa.convert.shp.ShapefileFunctionFactory 2 | -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-shp/src/test/resources/pofw/gis_osm_pofw_free_1.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-shp/src/test/resources/pofw/gis_osm_pofw_free_1.dbf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-shp/src/test/resources/pofw/gis_osm_pofw_free_1.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-shp/src/test/resources/pofw/gis_osm_pofw_free_1.shp -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-shp/src/test/resources/pofw/gis_osm_pofw_free_1.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-shp/src/test/resources/pofw/gis_osm_pofw_free_1.shx -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-shp/src/test/resources/pofw_cpg/gis_osm_pofw_free_1.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 2 | -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-shp/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-simplefeature/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-simplefeature/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-simplefeature/src/test/resources/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-simplefeature/src/test/resources/reference.conf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-simplefeature/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-text/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-text/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-text/src/test/resources/messydata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-text/src/test/resources/messydata.csv -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-text/src/test/resources/sft_testsft.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-text/src/test/resources/sft_testsft.conf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-text/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-xml/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-xml/pom.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-xml/src/main/resources/META-INF/services/org.locationtech.geomesa.convert2.transforms.TransformerFunctionFactory: -------------------------------------------------------------------------------- 1 | org.locationtech.geomesa.convert.xml.XmlFunctionFactory 2 | -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-xml/src/main/resources/xml-converter-defaults.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-xml/src/main/resources/xml-converter-defaults.conf -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-xml/src/test/resources/bomTest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-xml/src/test/resources/bomTest.xml -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-xml/src/test/resources/xml-feature.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/geomesa-convert-xml/src/test/resources/xml-feature.xsd -------------------------------------------------------------------------------- /geomesa-convert/geomesa-convert-xml/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-convert/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-convert/pom.xml -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-all/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-all/pom.xml -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-all/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-avro/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-avro/pom.xml -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-avro/src/test/resources/example-v4-gt18.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-avro/src/test/resources/example-v4-gt18.avro -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-avro/src/test/resources/example-v4-with-vis.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-avro/src/test/resources/example-v4-with-vis.avro -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-avro/src/test/resources/example-v4.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-avro/src/test/resources/example-v4.avro -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-avro/src/test/resources/example-v5-with-vis.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-avro/src/test/resources/example-v5-with-vis.avro -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-avro/src/test/resources/example-v5.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-avro/src/test/resources/example-v5.avro -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-avro/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-common/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-common/pom.xml -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-common/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-exporters/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-exporters/pom.xml -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-exporters/src/main/resources/leaflet/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-exporters/src/main/resources/leaflet/index.html -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-kryo/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/geomesa-feature-kryo/pom.xml -------------------------------------------------------------------------------- /geomesa-features/geomesa-feature-kryo/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-features/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-features/pom.xml -------------------------------------------------------------------------------- /geomesa-filter/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-filter/pom.xml -------------------------------------------------------------------------------- /geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/Bounds.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/Bounds.scala -------------------------------------------------------------------------------- /geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterHelper.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterHelper.scala -------------------------------------------------------------------------------- /geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterValues.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterValues.scala -------------------------------------------------------------------------------- /geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/RichTransform.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/RichTransform.scala -------------------------------------------------------------------------------- /geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/package.scala -------------------------------------------------------------------------------- /geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/BoundsTest.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/BoundsTest.scala -------------------------------------------------------------------------------- /geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/TestFilters.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/TestFilters.scala -------------------------------------------------------------------------------- /geomesa-filter/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore1/2017/001/01/00: -------------------------------------------------------------------------------- 1 | first,2017-01-01T00:05:00.000Z,POINT(1 1) 2 | -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore1/2017/001/01/15: -------------------------------------------------------------------------------- 1 | second,2017-01-01T00:20:00.000Z,POINT(2 2) 2 | -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore1/2017/001/01/30: -------------------------------------------------------------------------------- 1 | third,2017-01-01T00:40:00.000Z,POINT(3 3) 2 | -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore1/2017/001/01/45: -------------------------------------------------------------------------------- 1 | fourth,2017-01-01T00:50:00.000Z,POINT(4 4) 2 | -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore2/2017/001/01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore2/2017/001/01 -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore2/2017/001/02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore2/2017/001/02 -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore2/2017/001/03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore2/2017/001/03 -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore2/2017/001/04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-datastore/src/test/resources/example/datastore2/2017/001/04 -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/resources/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-datastore/src/test/resources/reference.conf -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-dist/component.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-spark/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-spark/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-spark/src/main/resources/META-INF/services/org.locationtech.geomesa.spark.SpatialRDDProvider: -------------------------------------------------------------------------------- 1 | org.locationtech.geomesa.fs.spark.FileSystemRDDProvider 2 | -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-spark/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc-io/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc-io/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc-io/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet-io/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet-io/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet-io/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/resources/data/2.3.0/example-csv/.metadata.json.crc: -------------------------------------------------------------------------------- 1 | crc ʧe -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/resources/data/5.2.2/example-csv-lines/.metadata.json.crc: -------------------------------------------------------------------------------- 1 | crcgl -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/resources/data/5.2.2/example-csv-polygons/.metadata.json.crc: -------------------------------------------------------------------------------- 1 | crcgl -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/resources/data/5.2.2/example-csv/.metadata.json.crc: -------------------------------------------------------------------------------- 1 | crc ʧe -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-storage/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-storage/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/geomesa-fs-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-fs/geomesa-fs-tools/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-fs/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-fs/pom.xml -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-dist/component.xml -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-partitioning/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-partitioning/pom.xml -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-partitioning/src/main/resources/postgres-metrics.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-partitioning/src/main/resources/postgres-metrics.conf -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-partitioning/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-spark/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-spark/pom.xml -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-spark/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-tools/conf/postgis-example.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-tools/conf/postgis-example.properties -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-tools/conf/shp-example.properties: -------------------------------------------------------------------------------- 1 | url=file:example.shp 2 | -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/geomesa-gt-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-gt/geomesa-gt-tools/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-gt/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-gt/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-datastore/src/test/resources/custom-site.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-datastore/src/test/resources/custom-site.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-dist/component.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-gs-plugin/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-jobs/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-jobs/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-rpc/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-rpc/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-rpc/src/main/protobuf/GeoMesaProtoGenerator.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-rpc/src/main/protobuf/GeoMesaProtoGenerator.proto -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-rpc/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-server-hbase2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-server-hbase2/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-server/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-server/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-spark/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-spark/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-tools/bin/bootstrap-geomesa-hbase-aws.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-tools/bin/bootstrap-geomesa-hbase-aws.sh -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-tools/conf-filtered/hbase-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-tools/conf-filtered/hbase-env.sh -------------------------------------------------------------------------------- /geomesa-hbase/geomesa-hbase-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/geomesa-hbase-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-hbase/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-hbase/pom.xml -------------------------------------------------------------------------------- /geomesa-index-api/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/pom.xml -------------------------------------------------------------------------------- /geomesa-index-api/src/main/resources/META-INF/services/org.locationtech.geomesa.index.view.RouteSelector: -------------------------------------------------------------------------------- 1 | org.locationtech.geomesa.index.view.RouteSelectorByAttribute 2 | -------------------------------------------------------------------------------- /geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/QueryPlan.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/QueryPlan.scala -------------------------------------------------------------------------------- /geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/package.scala -------------------------------------------------------------------------------- /geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/package.scala -------------------------------------------------------------------------------- /geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/package.scala -------------------------------------------------------------------------------- /geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/package.scala -------------------------------------------------------------------------------- /geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/Stat.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/Stat.scala -------------------------------------------------------------------------------- /geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/package.scala -------------------------------------------------------------------------------- /geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/package.scala -------------------------------------------------------------------------------- /geomesa-index-api/src/test/resources/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-index-api/src/test/resources/reference.conf -------------------------------------------------------------------------------- /geomesa-index-api/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-jobs/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-jobs/pom.xml -------------------------------------------------------------------------------- /geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/GeoMesaConfigurator.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/GeoMesaConfigurator.scala -------------------------------------------------------------------------------- /geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/JobUtils.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/JobUtils.scala -------------------------------------------------------------------------------- /geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/package.scala -------------------------------------------------------------------------------- /geomesa-jobs/src/test/resources/fakejars/jar1-sources.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-jobs/src/test/resources/fakejars/jar1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-jobs/src/test/resources/fakejars/jar2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-jobs/src/test/resources/fakejars/nested/jar3.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-jobs/src/test/resources/fakejars/notjar.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/JobUtilsTest.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/JobUtilsTest.scala -------------------------------------------------------------------------------- /geomesa-jobs/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-confluent/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-confluent/pom.xml -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-confluent/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-dist/component.xml -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-tools/bin/install-confluent-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-tools/bin/install-confluent-dependencies.sh -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-tools/bin/install-confluent-support.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-tools/bin/install-confluent-support.sh -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-tools/bin/install-parquet-support.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-tools/bin/install-parquet-support.sh -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-tools/conf-filtered/confluent-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-tools/conf-filtered/confluent-dependencies.sh -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-tools/conf-filtered/kafka-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-tools/conf-filtered/kafka-env.sh -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-tools/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-kafka/geomesa-kafka-utils/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/geomesa-kafka-utils/pom.xml -------------------------------------------------------------------------------- /geomesa-kafka/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-kafka/pom.xml -------------------------------------------------------------------------------- /geomesa-lambda/geomesa-lambda-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-lambda/geomesa-lambda-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-lambda/geomesa-lambda-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-lambda/geomesa-lambda-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-lambda/geomesa-lambda-dist/component.xml -------------------------------------------------------------------------------- /geomesa-lambda/geomesa-lambda-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-lambda/geomesa-lambda-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-lambda/geomesa-lambda-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-lambda/geomesa-lambda-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-lambda/geomesa-lambda-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-lambda/geomesa-lambda-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-lambda/geomesa-lambda-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-lambda/geomesa-lambda-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-lambda/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-lambda/pom.xml -------------------------------------------------------------------------------- /geomesa-memory/geomesa-cqengine-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-memory/geomesa-cqengine-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-memory/geomesa-cqengine-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-memory/geomesa-cqengine/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-memory/geomesa-cqengine/pom.xml -------------------------------------------------------------------------------- /geomesa-memory/geomesa-cqengine/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-memory/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-memory/pom.xml -------------------------------------------------------------------------------- /geomesa-metrics/geomesa-metrics-micrometer/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-metrics/geomesa-metrics-micrometer/pom.xml -------------------------------------------------------------------------------- /geomesa-metrics/geomesa-metrics-micrometer/src/main/resources/cloudwatch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-metrics/geomesa-metrics-micrometer/src/main/resources/cloudwatch.conf -------------------------------------------------------------------------------- /geomesa-metrics/geomesa-metrics-micrometer/src/main/resources/instrumentations.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-metrics/geomesa-metrics-micrometer/src/main/resources/instrumentations.conf -------------------------------------------------------------------------------- /geomesa-metrics/geomesa-metrics-micrometer/src/main/resources/prometheus.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-metrics/geomesa-metrics-micrometer/src/main/resources/prometheus.conf -------------------------------------------------------------------------------- /geomesa-metrics/geomesa-metrics-micrometer/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-metrics/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-metrics/pom.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/pom.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/arrow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/arrow.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/dateoffset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/dateoffset.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/join.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/join.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/min-max.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/min-max.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/proximity/prox1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/proximity/prox1.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/query/query1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/query/query1.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/query/query2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/query/query2.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/route-search-bin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/route-search-bin.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/route-search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/route-search.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/sample10.sld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/sample10.sld -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/stats/stats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/stats/stats.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/track-select.sld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/track-select.sld -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/tubeselect/json2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/tubeselect/json2.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/tubeselect/json3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/tubeselect/json3.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/unique/geomesa-unique.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/unique/geomesa-unique.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/resources/unique/wps-unique.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/geomesa-process-vector/src/test/resources/unique/wps-unique.xml -------------------------------------------------------------------------------- /geomesa-process/geomesa-process-vector/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-process/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-process/pom.xml -------------------------------------------------------------------------------- /geomesa-redis/geomesa-redis-datastore/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-redis/geomesa-redis-datastore/pom.xml -------------------------------------------------------------------------------- /geomesa-redis/geomesa-redis-datastore/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-redis/geomesa-redis-dist/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-redis/geomesa-redis-dist/component.xml -------------------------------------------------------------------------------- /geomesa-redis/geomesa-redis-dist/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-redis/geomesa-redis-dist/pom.xml -------------------------------------------------------------------------------- /geomesa-redis/geomesa-redis-gs-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-redis/geomesa-redis-gs-plugin/pom.xml -------------------------------------------------------------------------------- /geomesa-redis/geomesa-redis-tools/conf-filtered/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-redis/geomesa-redis-tools/conf-filtered/dependencies.sh -------------------------------------------------------------------------------- /geomesa-redis/geomesa-redis-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-redis/geomesa-redis-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-redis/geomesa-redis-tools/src/main/resources/org/locationtech/geomesa/redis/tools/redis-libjars.list: -------------------------------------------------------------------------------- 1 | jedis 2 | -------------------------------------------------------------------------------- /geomesa-redis/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-redis/pom.xml -------------------------------------------------------------------------------- /geomesa-security/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-security/pom.xml -------------------------------------------------------------------------------- /geomesa-security/src/main/java/org/locationtech/geomesa/security/SecurityUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-security/src/main/java/org/locationtech/geomesa/security/SecurityUtils.java -------------------------------------------------------------------------------- /geomesa-security/src/main/resources/META-INF/services/org.locationtech.geomesa.utils.audit.AuditProvider: -------------------------------------------------------------------------------- 1 | org.locationtech.geomesa.security.SpringAuditProvider 2 | -------------------------------------------------------------------------------- /geomesa-security/src/main/scala/org/locationtech/geomesa/security/AuthUtils.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-security/src/main/scala/org/locationtech/geomesa/security/AuthUtils.scala -------------------------------------------------------------------------------- /geomesa-security/src/main/scala/org/locationtech/geomesa/security/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-security/src/main/scala/org/locationtech/geomesa/security/package.scala -------------------------------------------------------------------------------- /geomesa-security/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-converter/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-converter/pom.xml -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-converter/src/test/resources/example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-converter/src/test/resources/example.csv -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-converter/src/test/resources/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-converter/src/test/resources/reference.conf -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-converter/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-core/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-core/pom.xml -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-jts/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-jts/pom.xml -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-jts/src/test/resources/jts-example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-jts/src/test/resources/jts-example.csv -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-jts/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-jupyter-leaflet/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-jupyter-leaflet/pom.xml -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-sql/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-sql/pom.xml -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-sql/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister: -------------------------------------------------------------------------------- 1 | org.locationtech.geomesa.spark.sql.GeoMesaDataSource 2 | -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-sql/src/test/resources/META-INF/services/org.locationtech.geomesa.spark.SpatialRDDProvider: -------------------------------------------------------------------------------- 1 | org.locationtech.geomesa.spark.sql.TestSpatialProvider 2 | -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-sql/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-test-with-sedona/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa-spark-test-with-sedona/pom.xml -------------------------------------------------------------------------------- /geomesa-spark/geomesa-spark-test-with-sedona/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa_pyspark/pom.xml -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/__init__.py -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/scala/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/scala/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/scala/functions.py -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/scala/udf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/scala/udf.py -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/spark.py -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa_pyspark/src/main/python/geomesa_pyspark/types.py -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/main/python/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa_pyspark/src/main/python/setup.py -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/test/python/test_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/geomesa_pyspark/src/test/python/test_types.py -------------------------------------------------------------------------------- /geomesa-spark/geomesa_pyspark/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-spark/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-spark/pom.xml -------------------------------------------------------------------------------- /geomesa-tools/bin/download-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/bin/download-data.sh -------------------------------------------------------------------------------- /geomesa-tools/bin/geomesa-tools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/bin/geomesa-tools -------------------------------------------------------------------------------- /geomesa-tools/bin/install-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/bin/install-dependencies.sh -------------------------------------------------------------------------------- /geomesa-tools/bin/install-shapefile-support.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/bin/install-shapefile-support.sh -------------------------------------------------------------------------------- /geomesa-tools/bin/ng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/bin/ng -------------------------------------------------------------------------------- /geomesa-tools/common-env/hadoop-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/common-env/hadoop-env.sh -------------------------------------------------------------------------------- /geomesa-tools/common-env/log4j.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/common-env/log4j.properties -------------------------------------------------------------------------------- /geomesa-tools/conf-filtered/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf-filtered/functions.sh -------------------------------------------------------------------------------- /geomesa-tools/conf-filtered/geomesa-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf-filtered/geomesa-env.sh -------------------------------------------------------------------------------- /geomesa-tools/conf-filtered/parquet-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf-filtered/parquet-dependencies.sh -------------------------------------------------------------------------------- /geomesa-tools/conf/.scala_repl_init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/.scala_repl_init -------------------------------------------------------------------------------- /geomesa-tools/conf/application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/application.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/adsbx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/adsbx/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/adsbx/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/adsbx/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/gdelt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/gdelt/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/gdelt/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/gdelt/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/geolife/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/geolife/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/geolife/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/geolife/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/geonames/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/geonames/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/geonames/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/geonames/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/gtd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/gtd/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/gtd/prepGtd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/gtd/prepGtd.R -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/gtd/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/gtd/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/marinecadastre-ais/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/marinecadastre-ais/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/marinecadastre-ais/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/marinecadastre-ais/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/nyctaxi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/nyctaxi/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/nyctaxi/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/nyctaxi/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/osm-gpx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/osm-gpx/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/osm-gpx/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/osm-gpx/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/osm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/osm/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/osm/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/osm/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/tdrive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/tdrive/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/tdrive/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/tdrive/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/twitter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/twitter/README.md -------------------------------------------------------------------------------- /geomesa-tools/conf/sfts/twitter/reference.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/conf/sfts/twitter/reference.conf -------------------------------------------------------------------------------- /geomesa-tools/examples/avro/application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/avro/application.conf -------------------------------------------------------------------------------- /geomesa-tools/examples/avro/example_no_header.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/avro/example_no_header.avro -------------------------------------------------------------------------------- /geomesa-tools/examples/avro/example_with_header.avro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/avro/example_with_header.avro -------------------------------------------------------------------------------- /geomesa-tools/examples/avro/schema.avsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/avro/schema.avsc -------------------------------------------------------------------------------- /geomesa-tools/examples/csv/application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/csv/application.conf -------------------------------------------------------------------------------- /geomesa-tools/examples/csv/example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/csv/example.csv -------------------------------------------------------------------------------- /geomesa-tools/examples/csv/lines.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/csv/lines.tsv -------------------------------------------------------------------------------- /geomesa-tools/examples/csv/polygons.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/csv/polygons.tsv -------------------------------------------------------------------------------- /geomesa-tools/examples/json/application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/json/application.conf -------------------------------------------------------------------------------- /geomesa-tools/examples/json/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/json/example.json -------------------------------------------------------------------------------- /geomesa-tools/examples/json/example_multi_line.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/json/example_multi_line.json -------------------------------------------------------------------------------- /geomesa-tools/examples/xml/application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/xml/application.conf -------------------------------------------------------------------------------- /geomesa-tools/examples/xml/example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/xml/example.xml -------------------------------------------------------------------------------- /geomesa-tools/examples/xml/example_multi_line.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/examples/xml/example_multi_line.xml -------------------------------------------------------------------------------- /geomesa-tools/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/pom.xml -------------------------------------------------------------------------------- /geomesa-tools/src/main/resources/org/locationtech/geomesa/tools/export-libjars-arrow.list: -------------------------------------------------------------------------------- 1 | arrow 2 | flatbuffers 3 | netty 4 | -------------------------------------------------------------------------------- /geomesa-tools/src/main/resources/org/locationtech/geomesa/tools/export-libjars-avro.list: -------------------------------------------------------------------------------- 1 | avro 2 | -------------------------------------------------------------------------------- /geomesa-tools/src/main/resources/org/locationtech/geomesa/tools/export-libjars-orc.list: -------------------------------------------------------------------------------- 1 | orc 2 | -------------------------------------------------------------------------------- /geomesa-tools/src/main/resources/org/locationtech/geomesa/tools/export-libjars-parquet.list: -------------------------------------------------------------------------------- 1 | parquet 2 | -------------------------------------------------------------------------------- /geomesa-tools/src/main/resources/org/locationtech/geomesa/tools/export-libjars.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/resources/org/locationtech/geomesa/tools/export-libjars.list -------------------------------------------------------------------------------- /geomesa-tools/src/main/resources/org/locationtech/geomesa/tools/ingest-libjars.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/resources/org/locationtech/geomesa/tools/ingest-libjars.list -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/CommonParams.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/CommonParams.scala -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/Runner.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/Runner.scala -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportJob.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportJob.scala -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/package.scala -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/HelpCommand.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/HelpCommand.scala -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/package.scala -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/package.scala -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/JobRunner.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/JobRunner.scala -------------------------------------------------------------------------------- /geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/Prompt.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/Prompt.scala -------------------------------------------------------------------------------- /geomesa-tools/src/test/resources/convert/csv-convert.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/test/resources/convert/csv-convert.conf -------------------------------------------------------------------------------- /geomesa-tools/src/test/resources/convert/csv-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/test/resources/convert/csv-data.csv -------------------------------------------------------------------------------- /geomesa-tools/src/test/resources/convert/json-convert.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/test/resources/convert/json-convert.conf -------------------------------------------------------------------------------- /geomesa-tools/src/test/resources/convert/json-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/test/resources/convert/json-data.json -------------------------------------------------------------------------------- /geomesa-tools/src/test/resources/convert/tsv-convert.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/test/resources/convert/tsv-convert.conf -------------------------------------------------------------------------------- /geomesa-tools/src/test/resources/convert/tsv-data.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/test/resources/convert/tsv-data.tsv -------------------------------------------------------------------------------- /geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/CLArgResolverTest.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/CLArgResolverTest.scala -------------------------------------------------------------------------------- /geomesa-tools/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-bom/generate-pom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-utils-parent/geomesa-bom/generate-pom.sh -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-bom/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-utils-parent/geomesa-bom/pom.xml -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-hadoop-utils/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-utils-parent/geomesa-hadoop-utils/pom.xml -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-hadoop-utils/src/test/resources/geomesa-fake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-utils-parent/geomesa-hadoop-utils/src/test/resources/geomesa-fake.xml -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-hadoop-utils/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-utils-parent/geomesa-utils/pom.xml -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/src/test/resources/fakejars/jar1-sources.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/src/test/resources/fakejars/jar1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/src/test/resources/fakejars/jar2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/src/test/resources/fakejars/nested/jar3.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/src/test/resources/fakejars/notjar.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/src/test/resources/geomesa-fake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-utils-parent/geomesa-utils/src/test/resources/geomesa-fake.xml -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/src/test/resources/geomesa-site.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-utils-parent/geomesa-utils/src/test/resources/geomesa-site.xml -------------------------------------------------------------------------------- /geomesa-utils-parent/geomesa-utils/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../../build/test/resources -------------------------------------------------------------------------------- /geomesa-utils-parent/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-utils-parent/pom.xml -------------------------------------------------------------------------------- /geomesa-z3/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/pom.xml -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/BinnedTime.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/BinnedTime.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearXZ3SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearXZ3SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearZ3SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearZ3SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ2SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ2SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ3SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ3SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/NormalizedDimension.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/NormalizedDimension.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/S2SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/S2SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceFillingCurve.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceFillingCurve.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ2SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ2SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ3SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ3SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZSFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZSFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z2SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z2SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z3SFC.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z3SFC.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z2.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z2.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z3.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z3.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/ZN.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/ZN.scala -------------------------------------------------------------------------------- /geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/package.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/package.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/resources/geoms.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/resources/geoms.list -------------------------------------------------------------------------------- /geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/BinnedTimeTest.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/BinnedTimeTest.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/S2SFCTest.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/S2SFCTest.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ2SFCTest.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ2SFCTest.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ3SFCTest.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ3SFCTest.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z2Test.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z2Test.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z3Test.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z3Test.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z2Test.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z2Test.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3Test.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3Test.scala -------------------------------------------------------------------------------- /geomesa-z3/src/test/shared-resources: -------------------------------------------------------------------------------- 1 | ../../../build/test/resources -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locationtech/geomesa/HEAD/pom.xml --------------------------------------------------------------------------------