All Projects → Esri → Spatial Framework For Hadoop

Esri / Spatial Framework For Hadoop

Licence: apache-2.0
The Spatial Framework for Hadoop allows developers and data scientists to use the Hadoop data processing system for spatial data analysis.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spatial Framework For Hadoop

public-transit-tools
Tools for working with GTFS public transit data in ArcGIS
Stars: ✭ 126 (-60%)
Mutual labels:  spatial-analysis, data-management
Developer Support
Proof of concept developer code and samples to help be successful with all ArcGIS developer products (Python, NET, JavaScript, Android…). The repository is designed to be an exchange for sharing coding conventions and wisdom to developers at all skill levels.
Stars: ✭ 235 (-25.4%)
Mutual labels:  data-management, spatial-analysis
MERINGUE
characterizing spatial gene expression heterogeneity in spatially resolved single-cell transcriptomics data with nonuniform cellular densities
Stars: ✭ 33 (-89.52%)
Mutual labels:  spatial-analysis
Geopython
Notebooks and libraries for spatial/geo Python explorations
Stars: ✭ 268 (-14.92%)
Mutual labels:  spatial-analysis
collector-tools
A set of python scripts and geoprocessing tools to automate common tasks and workflows in conjunction with Collector for ArcGIS
Stars: ✭ 63 (-80%)
Mutual labels:  data-management
ST-DBSCAN
Implementation of ST-DBSCAN algorithm based on Birant 2007
Stars: ✭ 25 (-92.06%)
Mutual labels:  spatial-analysis
data-assistant
ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Stars: ✭ 16 (-94.92%)
Mutual labels:  data-management
pyinterpolate
Package with spatial analysis and spatial prediction tools
Stars: ✭ 88 (-72.06%)
Mutual labels:  spatial-analysis
Geometry
Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
Stars: ✭ 282 (-10.48%)
Mutual labels:  spatial-analysis
terraformer-arcgis-parser
No description or website provided.
Stars: ✭ 30 (-90.48%)
Mutual labels:  data-management
shadow-accrual-maps
Accumulated shadow data computed for New York City
Stars: ✭ 15 (-95.24%)
Mutual labels:  spatial-analysis
newerhoods
A Data Clinic project that aggregates NYC Open Data at the tract-level and uses Machine Learning techniques to re-imagine neighborhood boundaries.
Stars: ✭ 36 (-88.57%)
Mutual labels:  spatial-analysis
kuwala
Kuwala is the no-code data platform for BI analysts and engineers enabling you to build powerful analytics workflows. We are set out to bring state-of-the-art data engineering tools you love, such as Airbyte, dbt, or Great Expectations together in one intuitive interface built with React Flow. In addition we provide third-party data into data sc…
Stars: ✭ 474 (+50.48%)
Mutual labels:  spatial-analysis
VBA-CSV-interface
The most powerful and comprehensive CSV/TSV/DSV data management library for VBA, providing parsing/writing capabilities compliant with RFC-4180 specifications and a complete set of tools for manipulating records and fields.
Stars: ✭ 24 (-92.38%)
Mutual labels:  data-management
atrocore
AtroCore is an open-source Data Platform, Data Management and Master Data Management (MDM) software, which can be used to quickly create any business application.
Stars: ✭ 38 (-87.94%)
Mutual labels:  data-management
Osmnx
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Stars: ✭ 3,357 (+965.71%)
Mutual labels:  spatial-analysis
routing-py
🌎 Python library to access all public routing, isochrones and matrix APIs in a consistent manner.
Stars: ✭ 106 (-66.35%)
Mutual labels:  spatial-analysis
conduit
Simplified Data Exchange for HPC Simulations
Stars: ✭ 114 (-63.81%)
Mutual labels:  data-management
st-hadoop
ST-Hadoop is an open-source MapReduce extension of Hadoop designed specially to analyze your spatio-temporal data efficiently
Stars: ✭ 17 (-94.6%)
Mutual labels:  spatial-analysis
Rgee
Google Earth Engine for R
Stars: ✭ 286 (-9.21%)
Mutual labels:  spatial-analysis

Build Status

spatial-framework-for-hadoop

The Spatial Framework for Hadoop allows developers and data scientists to use the Hadoop data processing system for spatial data analysis.

For tools, samples, and tutorials that use this framework, head over to GIS Tools for Hadoop.

What's New

Features

Getting Started

Maven

Build as you would any other Mavenized repository. All dependencies are pulled automatically.

Ant

Ant build files are also available, but are considered legacy, and may likely be removed in a future release.

At the root level of this repository, you can build a single jar with everything in the framework using Apache Ant. Alternatively, you can build a jar at the root level of each framework component (i.e., hive/build.xml).

The build files use Maven Ant Tasks for dependency management. You will need the jar in a place Ant can find it (i.e., ~/.ant/lib/maven-ant-tasks-2.1.3.jar).

Dependencies

Requirements

  • Geometry 2.2
  • Hive 0.11 and above (see Hive Compatibility issues) (For building from source, Hive-0.12+ is required.)
  • Workflows calling MapReduce jobs require the location of the custom job to be run.
  • Custom MapReduce jobs that use the Esri Geometry API require that the developer has authored the job, (referencing the com.esri.geometry.* classes), and deployed the job Jar file to the Hadoop system, prior to the ArcGIS user submitting the workflow file.

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing

Licensing

Copyright 2013-2020 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].