summary: - web viewexecutive project summary: the arcpy python scripting module for arcgis 10 was...

3
Executive Project Summary: The ArcPy python scripting module for ArcGIS 10 was used to develop a script for automating the geoprocessing and map creation steps used to process the FMWT (Fall Mid-Water Trawl) data. The FMWT is managed and operated by the California Department of Fish and Game, and consists of open water sampling stations ranging from San Pablo Bay to the reaches of the Delta. With a few exceptions, the stations have been sampled for biological and physical data since 1967 for the months of September to December. Complete information about the FMWT can be reviewed at the web link: http://www.dfg.ca.gov/delta/projects.asp?ProjectID=FMWT A Reference from the FMWT web page: "At each station a 12 minute tow is conducted during which the net is retrieved obliquely through the water column from bottom to surface. All fish, shrimp, and jellyfish are identified and enumerated. In addition, the crew measures water temperature, electrical conductivity (specific conductance), Secchi depth, and turbidity." This project began in 2009 with a request from the project leader to research if GIS could be used to analyze tabular data and create maps showing the distribution of Turbidity and selected fish species counts using the FMWT data. The manual process for summarizing the data for mapping was eventually automated with the ArcINFO AML scripting language. The summary statistics tables needed for mapping were genearated as INFO tables, and later on converted to DBF tables. This led to an amalgamated collection of GIS coverages, shapefiles, INFO tables, and DBF tables - all of which were used at one time or another to statistically summarize and prepare the turbidity data for the maps. The release of the ArcGIS 10 ArcPy mapping module offered the opportunity to combine all processing using one software

Upload: phamkhanh

Post on 06-Mar-2018

226 views

Category:

Documents


4 download

TRANSCRIPT

Executive Project Summary:

The ArcPy python scripting module for ArcGIS 10 was used to develop a script for automating the geoprocessing and map creation steps used to process the FMWT (Fall Mid-Water Trawl) data. The FMWT is managed and operated by the California Department of Fish and Game, and consists of open water sampling stations ranging from San Pablo Bay to the reaches of the Delta. With a few exceptions, the stations have been sampled for biological and physical data since 1967 for the months of September to December.

Complete information about the FMWT can be reviewed at the web link:http://www.dfg.ca.gov/delta/projects.asp?ProjectID=FMWT

A Reference from the FMWT web page:"At each station a 12 minute tow is conducted during which the net is retrieved obliquely through the water column from bottom to surface. All fish, shrimp, and jellyfish are identified and enumerated. In addition, the crew measures water temperature, electrical conductivity (specific conductance), Secchi depth, and turbidity."

This project began in 2009 with a request from the project leader to research if GIS could be used to analyze tabular data and create maps showing the distribution of Turbidity and selected fish species counts using the FMWT data. The manual process for summarizing the data for mapping was eventually automated with the ArcINFO AML scripting language. The summary statistics tables needed for mapping were genearated as INFO tables, and later on converted to DBF tables. This led to an amalgamated collection of GIS coverages, shapefiles, INFO tables, and DBF tables - all of which were used at one time or another to statistically summarize and prepare the turbidity data for the maps.

The release of the ArcGIS 10 ArcPy mapping module offered the opportunity to combine all processing using one software release. This also offered an opportunity to convert, restructure, and update the old project workspace. A new GIS file Geodatabase was created for the project. All previous GIS formats which include coverages, shapefiles, INFO tables, and DBF tables were imported into the file geodatabase. This now serves as the project workspace.

Figure 1 - Example output map from the ArcPy script using the graduated symbols option for mapping mean-turbidity. The six manual classification classes were developed in consultation with the project leader. The Esri Oceans basemap service was used as the background reference layer.