MCPcopy Index your code
hub / github.com/Esri/geoprocessing-tools-for-hadoop

github.com/Esri/geoprocessing-tools-for-hadoop @v1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0 ↗ · + Follow
517 symbols 1,479 edges 68 files 226 documented · 44% updated 7y ago★ 7513 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

geoprocessing-tools-for-hadoop

The Geoprocessing Tools for Hadoop provides tools to help integrate ArcGIS with Hadoop. More specifically, tools are provided that: * Enable the exchange of data between an [ArcGIS Geodatabase] (http://resources.arcgis.com/en/help/main/10.1/index.html#/What_is_a_geodatabase/003n00000001000000/) and a Hadoop system, and * Allow ArcGIS users to run Hadoop workflow jobs.

See these tools in action as part of the samples in GIS Tools for Hadoop.

Features

  • Tools to convert between Feature Classes in a Geodatabase and JSON formatted files.
  • Tools that copy data files from ArcGIS to Hadoop, and copy files from Hadoop to ArcGIS.
  • Tools to run an Oozie workflow in Hadoop, and to check the status of a submitted workflow.
  • Wiki

Instructions

  1. Download this repository as a .zip file and unzip to a suitable location or clone the repository with a git tool.
  2. WebHDFS and Requests libraries in the tool folder are provided for convenience. Remove 'webhdfs' or 'requests' folders in case there is a need to use libraries installed in /site-packages folder.
  3. In the ‘ArcToolbox’ pane of ArcGIS Desktop, use the ‘Add Toolbox…’ command to add the Hadoop Tools toolbox (the HadoopTools.pyt file you saved in step 1) file into ArcGIS Desktop.
  4. Use the tools individually, or use them in models and scripts, such as the examples in: GIS Tools for Hadoop.

Requirements

  • ArcGIS 10.1 or later.
  • A Hadoop system with WebHDFS support.

Dependencies

  • WebHDFS and Requests are bundled-in and reside in the tool folder.
  • A Python library webhdfs-py is required for WebHDFS support. Source is located at webhdfs-py.
  • The Requests python library is required for OozieUtils.py (installation doc is located at http://docs.python-requests.org/en/latest/user/install/#install).

Resources

Issues

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

Contributing

Anyone and everyone is welcome to contribute.

Licensing

Copyright 2013 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.

Core symbols most depended-on inside this repo

Shape

Method 329
Class 94
Function 94

Languages

Python100%

Modules by API surface

requests/cookies.py42 symbols
requests/models.py36 symbols
requests/packages/urllib3/packages/six.py32 symbols
requests/utils.py26 symbols
requests/packages/urllib3/packages/ordered_dict.py26 symbols
requests/packages/charade/chardistribution.py25 symbols
requests/sessions.py23 symbols
requests/packages/urllib3/connectionpool.py19 symbols
requests/structures.py18 symbols
webhdfs/webhdfs.py17 symbols
requests/packages/urllib3/exceptions.py15 symbols
requests/auth.py15 symbols

For agents

$ claude mcp add geoprocessing-tools-for-hadoop \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page