Skip to content

General Flow of the Application

Matt Peters edited this page Jan 9, 2015 · 2 revisions

The application is an addin that is run in ArcMap. It should use any of the layers specified below 1 or N. The formula must adjust for different numbers of layers turned on in the TOC of the .mxd if the layer is not turned on it should not be used.

It uses the SGID10.Environment.FACILITYUST layer, a query is ran to get facilities which have or have had tanks that have been regulated.

There are a maximum of 10 non-tank layers that are used in the addin.

So you are either doing proximity or point in polygon as a yes no etc.

There is a formula that is run to create the risk assessment, each layer is weighted

This table looks much better in the edit mode. Severity Priorities Rank Priority Weight Data Location 1 UDWSPZ 11.07 DW\DWMAP.GDB 2 Depth to Groundwater 9.40 sgid10.geoscience.shallowgroundwater 3 Soil Texture 8.30 sgid10.geoscience.soils 4 Population Density 8.00 sgid10.demographic.censustracts2010 5 Distance to POD 7.00 DNR\wrpod.shp 6 Distance to Streams 5.13 sgid10.water.streamsnhdhighres 7 In Wetland 4.84 sgid10.water.wetlands 8 Distance to Lakes 4.36 sgid10.water.lakesnhdhighres 9 Aquifer Access Zone 4.00 DNR\rechargedischarge.shp 10 Water Quality Assessment 3.00 sgid10.environment.dwqassessmentunits

You should output a point featureclass in a filebased geodatabase that has the date it was created in the name of the featureclass and the geodatabase. This should be created on the users machine.

Clone this wiki locally