====== ArcGIS notes ====== * [ArcGIS Pro] Setting the symbology for multiple layers in ArcGIS Pro: This is not straightforward, apparently people have done this using scripts (see Stackoverflow). One easy way for a small number of layers is to add a symbology to the "Favourite" galleries and then simply select it for each layer. * Decimate feature numbers using [[https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/definition-query.htm|definition queries]] to speed up display: in ArcGIS Pro, one can set an [[https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm|SQL query]] to only load every //n-th// feature using the ''mod()'' function and the feature counter. Thanks to Stuart G. for the tip! ===== Articles with ArcGIS tags ===== {{tagging::tag>ArcGIS Pro}} {{tagging::tag>ArcMap}} ===== Helpful sites ===== * [[https://my.usgs.gov/confluence/display/EGIS/USGS+Enterprise+GIS|USGS's Enterprise GIS Confluence site]] * [[https://my.usgs.gov/confluence/display/EGIS/ArcGIS+Desktop+10+Performance+Tweaks|USGS's EGIS ArcGIS performance tips]] ===== ArcPy ===== * [[https://my.usgs.gov/confluence/pages/viewpage.action?pageId=540116867|USGS - EGIS: Using Anaconda modules in ArcPy]] * [[https://gis.stackexchange.com/questions/157864/using-pyqgis-arcpy-numpy-scipy-together-in-windows-command-prompt|SE GIS - Python GIS on Windows]] * This looks like the most useful setup: [[https://gis.stackexchange.com/questions/119503/how-to-get-arcpy-to-work-with-anaconda#119507|SE - Get arcpy to work with anaconda]] {{tag> GIS ArcGIS ESRI ArcMap ArcCatalogue ArcPy}}