This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################################## | |
# | |
# Requirements: You'll need ArcGIS Desktop 10.1 or higher with Python 2.7+ | |
# | |
# If you want to change Transparency for all the layers in your ArcMap MXD quickly, this will do the trick. | |
# | |
# 1. Copy / Paste the initial commands and function definitions below into an MXD's Python command shell, one-by-one | |
# 2. Use the command "setLayerTransparenciesTo(75)" to change every transparency to 75, or whatever you want | |
# (As a side note, notice that the Group Layers are set to 0 transparency. Play with this if you want!) | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################# | |
# | |
# Requirements: You'll need ArcGIS Desktop 10.1 or higher with Python 2.7+ | |
# | |
# Give this script a shapefile or a feature class and it will give you a summary | |
# report for each field (column) in the attribute table. It helps you get a feel | |
# for how "complete" the attributes are populated during data assessment. It's | |
# useful if you need to compare two similar data sources too if you fiddle with | |
# the results in a spreadsheet program. | |
# |
NewerOlder