Metadata-Version: 2.1
Name: mapactionpy-arcpro
Version: 1.0.0.dev48
Summary: Used to drive ArcGIS Pro
Home-page: http://github.com/mapaction/mapactionpy_arcpro
Author: MapAction
Author-email: github@mapaction.com
License: GPL3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

# MapChef

Adds geospatial data to an ArcGIS Pro project file based on a recipe from a cookbook configuration file and a product name.

### Prerequisites

* https://pro.arcgis.com/en/pro-app/arcpy/get-started/installing-python-for-arcgis-pro.htm

    ```
    "%PROGRAMFILES%\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe"
    ```
* ArcMap MapAction templates and Crash Move Folder as setout here https://github.com/mapaction/default-crash-move-folder
* For the Crash Move Folder to have been populated by the Data Scramble process.

Installing
---------
To install the lastest stable release via PyPi:
```
pip install mapactionpy-controller
pip install mapactionpy-arcpro
```

To install a specific version for testing see the relevant commandline from here:
https://pypi.org/project/mapactionpy-arcpro/#history


## Author

* **Steve Hurst** - [https://github.com/mapaction/mapactionpy_arcpro](https://github.com/mapaction/mapactionpy_arcpro)


