Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 831 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 831 Bytes

wsdotroute module

Python module for locating points or line segments along WSDOT LRS route layers.

Compatibility

This toolbox is designed to work with ArcGIS Pro (Python 3.X) as well as ArcMap / ArcCatalog (Python 2.X).

Run Unit Tests

python -m unittest

Build packages

python build_package.py

Notes

Functions are documented using the Google Python Style Guide format.

Folder layout is as recommended by ArcGIS Pro documentation: Extending geoprocessing through Python modules.