Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.02 KB

arcproapi

A wrapper for ESRI ArcGIPro. Adapted from the arcapi repo.

Very much still under development and subject to bugs etc.

Took the arcapi repo and moved into modules and changed for both Python 3 compatibility and ArcGISPro arcpy

Several modules are still left as-is from the original arcpro API because I have not yet had call to .. call them.

Dependencies

ArcPy

This package is dependent on ESRIs ArcGISPro arcpy. You will need a working installation of ArcGISPro to use this package.

funclite

Another NERC-CEH repository with many basic quality-of-life wrappers for common tasks. Available at https://github.com/NERC-CEH/funclite # docstrings Uses Google's Python Docstring standard. I am slowly sorting out docstrings on an adhoc database.

See https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html for practical usage.

The intention is to automate documentation production using Sphinx.

Contribute

Feel free to contribute, bug fix, add tests and comment