Skip to content

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

License

Notifications You must be signed in to change notification settings

WSDOT-GIS/wsdot-route-gp

Repository files navigation

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.