{"id":28533993,"url":"https://github.com/esri/collector-tools","last_synced_at":"2025-07-07T20:30:30.996Z","repository":{"id":53841224,"uuid":"63173272","full_name":"Esri/collector-tools","owner":"Esri","description":"A set of python scripts and geoprocessing tools to automate common tasks and workflows in conjunction with Collector for ArcGIS","archived":false,"fork":false,"pushed_at":"2021-04-01T16:35:16.000Z","size":387,"stargazers_count":75,"open_issues_count":3,"forks_count":37,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-06-09T17:11:22.638Z","etag":null,"topics":["arcgis-api","collector","data-management","python","python-scripts"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Esri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-12T16:14:11.000Z","updated_at":"2024-12-27T17:43:51.000Z","dependencies_parsed_at":"2022-08-22T09:00:41.654Z","dependency_job_id":null,"html_url":"https://github.com/Esri/collector-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Esri/collector-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fcollector-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fcollector-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fcollector-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fcollector-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Esri","download_url":"https://codeload.github.com/Esri/collector-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Fcollector-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264142491,"owners_count":23563505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcgis-api","collector","data-management","python","python-scripts"],"created_at":"2025-06-09T17:09:29.072Z","updated_at":"2025-07-07T20:30:30.984Z","avatar_url":"https://github.com/Esri.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A set of utilities to help configure web maps and feature layers for use with Collector for ArcGIS. Browse the sections below, or jump to a specific section.\n\n**Note: Many of the scripts, notebooks, and toolboxes can also be applied to `ArcGIS Field Maps`.** \n\n[Notebooks](#notebooks)\n\n[Scripts](#scripts)\n\n[Toolboxes](#toolboxes)\n\n## Notebooks\n\nJupyter notebooks are provided to demonstrate various methods to streamline and automate configuration, administration, and deployment of data collection projects.\n\n| Functionality \n|-----------------|\n| [Exclude web maps from Collector](https://github.com/Esri/collector-tools/blob/master/notebooks/UseInCollector.ipynb) \n| [Configure search for a web map](https://github.com/Esri/collector-tools/blob/master/notebooks/LayerSearchConfig.ipynb)\n| [Generate app links for Collector](https://github.com/Esri/collector-tools/blob/master/notebooks/GenerateCollectorAppLinks.ipynb)\n\n## Scripts\n\nSupports ArcGIS API for Python v1.4.1 (https://developers.arcgis.com/python/) \n\n| Functionality   | Format |                                                                        \n|-----------------|------------|\n| [Reset Required Fields (ArcGIS API for Python)](CollectorUtils/pro/ResetRequiredFields.md)  | [Python script](https://github.com/Esri/collector-tools/blob/master/CollectorUtils/scripts/reset_required_fields_python_api.py) |\n| [Add GNSS Metadata Fields (Pro) - FeatureClass](CollectorUtils/arcmap/add_update_gnss_fields.md) | [Python Script](CollectorUtils/scripts/add_update_gnss_fields.py) |\n| [Add GNSS Metadata Fields (Pro) - Hosted Feature Service (ArcGIS API for Python)](CollectorUtils/pro/add_update_gnss_fields_python_api.md)|  [Python Script](CollectorUtils/scripts/add_update_gnss_fields_python_api.py) |\n| [Configure GNSS Popup (ArcGIS API for Python)](CollectorUtils/pro/configure_gnss_popup_python_api.md) | [Python Script](CollectorUtils/scripts/configure_gnss_popup_python_api.py) | \n| [Project Z](CollectorUtils/pro/project_z.md) | [Model Builder](CollectorUtils/pro/project_z.md) | \n\n## Toolboxes\n\nThe scripts and ModelBuilder are also available as a [GeoProcessing Toolbox](https://github.com/Esri/collector-tools/blob/master/CollectorUtils/pro/CollectorUtils_Pro.tbx) for use in ArcGIS Pro.\n\n\n![capture](https://user-images.githubusercontent.com/24723464/38952752-840ea9e0-4301-11e8-94d7-5bd824f708cb.PNG)\n\n If you are still using ArcMap, we offer a [GeoProcessing Toolbox](https://github.com/Esri/collector-tools/blob/master/CollectorUtils/arcmap/CollectorUtils_ArcMap.tbx) and associated python scripts that works with ArcMap 10.4 or higher.\n\n## Dependencies\n - arcpy 3.4+\n - [ArcGIS API for Python](https://developers.arcgis.com/python)\n\n## Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003e\nScript instructions\n\u003c/summary\u003e\n\n1. Install ArcGIS API for Python package as described [here](https://developers.arcgis.com/python/guide/install-and-set-up/).\n1. Clone or download this repository.\n1. Run the scripts from command line.\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\nToolbox instructions\n\u003c/summary\u003e\n\n1. Clone or download this repository.\n1. If you prefer to use in ArcGIS Pro, right-click on Toolboxes, and select **Add Toolbox**. Navigate and select **CollectorUtils_Pro** toolbox. \n1. Run the tools in the toolbox (Pro requires 2.0+) or run the scripts from command line.\n\u003c/details\u003e\n\n## Resources\n\n * [Collector for ArcGIS](http://www.esri.com/products/collector-for-arcgis)\n * [ArcGIS API for Python](https://developers.arcgis.com/python/)\n * [ArcGIS Arcade Expressions](https://github.com/Esri/arcade-expressions)\n\n## Issues\n\nAlthough we do our best to ensure these scripts, notebooks, and toolboxes work as expected, they are provided as is and there is no official support.\n\nIf you find a bug, please let us know by [submitting an issue](https://github.com/Esri/collector-tools/issues/new).\n\n## Contributing\n\nEsri welcomes contributions from anyone and everyone.\nPlease see our [guidelines for contributing](https://github.com/esri/contributing).\n\n## Licensing\n\nCopyright 2020 Esri\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nA copy of the license is available in the repository's\n[LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesri%2Fcollector-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesri%2Fcollector-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesri%2Fcollector-tools/lists"}