agrc / DEQ-TankRisk

An ArcGIS Pro python toolbox for DEQ to asses tank risks
MIT License
1 stars 0 forks source link

SGID Layer Naming Convention #22

Closed nathankota closed 3 years ago

nathankota commented 3 years ago

In preparation for the the deprecation of SGID10 the tool was tested and successful when utilizing Open Data services. However, all SGID layers had to be renamed to match the SGID10 naming convention. Allow the tool to recognize the Open Data service names.

Open Data Layers: image

SGID10 Layers: image

nathankota commented 3 years ago

Successfully ran the tool using SGID10 layers in 33 minutes 45 seconds over vpn. Removed SGID10 layers; added each layers' Open Data service; renamed each service as the SGID10 layer name in the Pro table of contents; and successfully ran the tool in 52 minutes 27 seconds. There was one additional record in the second run of the tool, possibly due to an additional Facility UST record.

nathankota commented 3 years ago

SGID10.ENVIRONMENT.FACILITYUST https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/FACILITYUST/FeatureServer/0

SGID10.WATER.StreamsNHDHighRes https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/UtahStreamsNHD/FeatureServer/0

SGID10.WATER.LakesNHDHighRes https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/UtahLakesNHD/FeatureServer/0

SGID10.DEMOGRAPHIC.CensusTracts2010 https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/CensusTracts2010/FeatureServer/0

SGID10.GEOSCIENCE.ShallowGroundWater https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/ShallowGroundWater/FeatureServer/0

SGID10.GEOSCIENCE.Soils https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/Utah_Soils/FeatureServer/0

SGID10.ENVIRONMENT.DWQAssessmentUnits https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/DWQAssessmentUnits/FeatureServer/0

SGID10.GEOSCIENCE.Aquifer_RechargeDischargeAreas https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/Aquifer_RechargeDischargeAreas/FeatureServer/0

Wetlands https://services1.arcgis.com/99lidPhWCzftIe9K/ArcGIS/rest/services/Wetlands/FeatureServer/0

SurfaceWaterZones (no AGOL match - local data)

GroundWaterZones (not AGOL match - local data)

wrpod https://services.arcgis.com/ZzrwjTRez6FJiOq4/ArcGIS/rest/services/PODView/FeatureServer/0

nathankota commented 3 years ago

The tool has been refactored to work with Open SGID or Open Data layers and it has been tested and confirmed that it produces the expected output.

image