Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 784 Bytes

time-saving Python projects

geographic information systems

#ESRI integration (ArcGIS products)

  • itemStatus.py Open every ESRI item type (Feature Collection, Feature Service, Map Service, Web Map, and Web Mapping Application) in ArcGIS Enterprise Portal and report any errors with the item.
  • codeTitle.py Download all Code Attachments from a list of ArcGIS Enterprise packages.
  • extractWidgets.py List all widgets found in a Code Attachment and used in a corresponding ArcGIS Enterprise Web Mapping Application.
  • testWidgets.py Write each step of a simple test script to test the functional status of every widget in an ArcGIS Enterprise Web Mapping Application.

general tools

  • temperatureConversion.py Convert a temperature to and from Celsius and Farenheit.