Initial commit

This commit is contained in:
Fuhrmann 2024-11-20 10:01:54 +01:00
commit 7165f69f33
3 changed files with 626 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Feature Renderer
This is a Python toolbox for rendering geologic features in ArcGIS Pro. The toolbox is based on [ArcPy](https://pro.arcgis.com/en/pro-app/latest/arcpy/main/arcgis-pro-arcpy-reference.htm) modules. Specifically, it is based on the Cartographic Information Model [CIM](https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/python-cim-access.htm) to manipulate symbol layers and their properties.
## Usage
Copy this file to your project folder and add the toolbox to your project. Style layers are automatically added to your project.
## Contact information
If you have any questions related to this code, please contact [Department Geoinformation](mailto:gis@geosphere.at).