apulverizer / field-maps-scripts

A set of scripts and notebooks to help administer maps and workflows for ArcGIS Field Maps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field Maps Scripts

A set of Python scripts and notebooks to help configure maps and manage data for ArcGIS Field Maps.

Features

Scripts

Functionality Script
Copy Form Between Maps copy_form_between_maps.py

Notebooks

Add Field Maps App ID to ArcGIS Enterprise

Requirements

  • Python 3.6+
  • ArcGIS API for Python 1.8.2+
  • ArcGIS Field Maps (web and mobile applications)

Instructions

This repository requires the ArcGIS API for Python version 1.8.2 or greater to run. We recommend setting up your local environment via Anaconda.

  1. Install Anaconda
  2. Run conda env create --file environment.yml to create the virtual environment with the correct dependencies
  3. Run conda activate field-maps-scripts to activate the environment
  4. (Optional - dev only) Configure pre-commit to run flake8 linting on pushes
    • pre-commit install --hook-type pre-push

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 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 file.

About

A set of scripts and notebooks to help administer maps and workflows for ArcGIS Field Maps.

License:Apache License 2.0


Languages

Language:Python 66.9%Language:Jupyter Notebook 33.1%