Masthead

Lab 6: Research Sites in Arcata Forest, Part 1 - Acquiring Data

Lab 5 Flow Chart

Introduction

The city of Arcata is looking to create long-term research sites in Arcata Forest. Your task is to identify areas that would be appropriate. This is part 1 of a three part lab and includes obtaining and QAQCing the data.

We will be using data from the County of Humboldt GIS website which has land use and zoning designation layers throughout Humboldt County. Humboldt County does not have authority over land use planning within the City of Arcata or City of Eureka, and therefore this data is not completely accurate within City boundaries. However in order to simplify this lab we will be using these County layers. 

This data will include the following:

Note: Part of GIS is being able to work through downloading data from web site which sometimes change and may not be available when you want them to be. Please take your time with this lab, make sure you are getting the correct data, and examine each layer's files and visually. Otherwise, you will not be prepared to move on to the next labs.

Learning Outcomes

Walk Through: Downloading data for Humboldt County

  1. Create a Folder Structure for your data.

If you need a reminder on how to setup a Folder Structure, revisit Lab 1: Dream Island.

Humboldt County's Planning Division collects and develops GIS data and software for the initial purpose of supporting the General Plan Update. The goals of the division have expanded to meet the GIS needs of federal, state, and local agencies. This data is readily available for free download through the Humboldt County GIS Data Download web page. The data comes in both raster and vector formats.

  1. Navigate to Google in your web browser and search for Humboldt County GIS Data Download.
  2. Look for a link that indicated GIS data download. It may be the fourth or fifth one down. Click on the link to open the page.

Image of download link

  1. Humboldt County changes their web site periodically so you may need to go through several more clicks to find the actual data download page.
  2. Take a moment to read through the Disclaimer and Data Projection sections to become familiar with the data available.
  3. Scroll down the page and skim the contents to discover what types of data the County of Humboldt can provide.

Since there are many data sets to be found, we want to have a way to expedite our search for specific data sets. Do do this we will search the contents of this page based on specific text following the step below:

  1. Hold down Ctrl and F. A search window will pop up.

The first dataset we will need is a parcel layer with land ownership information.

  1. Type Parcels in the search field. The page should highlight all of the text with parcel in it. Luckily, the parcel layer is one that is frequently used and is located near the top of the page. Under Parcels, right-click Shapefile (ZIP) and "Save Link As..." into the Originals folder.

Save Link As

  1. Un-Zip the downloaded file in the "1_Originals" folder by right-clicking the file, then selecting 7-Zip, then selecting "extract here".
  2. Open a new project in your GIS application and load the shapefile onto them map. Adjust the metadata settings if necessary and open the metadata for this shapefile. Complete a QAQC Form for this dataset
  3. Create a map layout that displays this dataset for your report. Use the introductions in the next section to symbolize this layer. The map should be no larger than 6 inches in any direction, but may be as small as 3 or 4 wide if you like. You should include the minimum map elements appropriate for this size (north arrow, scale bar). A caption in the report should be used instead of a title. You may include a legend if it is appropriate, though in some cases, the legend may be too large to fit on the map. In this instance, you may copy and paste the legend directly into your word document and add a descriptive caption to explain the legend.

Symbolizing the parcels layer (Optional in 2019)

The parcels layer from the Humboldt County GIS website has a "Description" attribute that contains a rather complex description of each parcel. The descriptions are way too long to use directly for a menu. What we can do is create a new attribute that has a smaller number of categories for the parcels.

The instructions below are for ArcGIS Pro, see this video for ArcGIS Pro and then see step 13 below for the categories to use.

  1. Open the parcels (apnhum59sp) layer in ArcGIS Pro
  2. Open the attribute table
  3. Add an Attribute/Field called "LandUse" with a type of "Short".
  4. Right click on the attribute DESCRIPTIO.
  5. Open the the "Select By Attribute" window from the little icon in the header of the attribute table window. We'll use this window quite a bit in the coming weeks but let's just use it to get a better legend for now.
  6. Select "DESCRIPTIO" from the "Where" pop-up.
  7. Select "contains the text" from the next pop-up.
  8. Enter "TPZ" into the last pop-up.
  9. Click "Apply".
  10. Right click on the heading for the "LandUse" attribute and select "Calculate Field". This tool allows you to compute values within an attribute column.
  11. In the box below LandUse=, type a 1.
  12. Click OK. This will set the value of the "LandUse" attribute in the rows that have "TPZ" in their "DESCRIPIO" attribute to 1.
  13. Repeat this process from step 4 for the following search values:
    1. TPZ%' -> 1, Timber
    2. Rural -> 2
    3. Commercial -> 3
    4. Comm - -> 3
    5. Restaurant -> 3
    6. Industrial -> 4
    7. Family Residential -> 5
    8. Manufactured Home Park -> 5
    9. Ag -> 6, Agricultural
    10. Public Land -> 7
  14. This will give you the following categories that you can use to symbolize the layer and for your legend:
    • 0 - Other
    • 1 - Timber
    • 2 - Rural
    • 3 - Commercial
    • 4 - Industrial
    • 5 - Residential
    • 6 - Agriculture
    • 7 - Public Land

Once you have these categories, you can symbolize the data and add a legend relatively easily.

  1. Right click on the parcels layer and select "Symbology".
  2. Under "Primary symbology", select "Unique Values". Note that there are a number of options for symbology and I recommend playing with the different options when you have a chance.
  3. For "Field 1" select "LandUse". You can add additional fields to symbolize features based on multiple attributes.
  4. You'll see that just the numbers appear in the table below. The left column of numbers are the values in the attribute table but the numbers on the right are text that you can edit. Double click on the numbers in the second column and change them to match those above.
  5. If you add a legend in layout view, you may see some problems:
    1. If you see three periods in brackets, you need to make your legend larger (or make the text smaller or remove some items).
    2. To address general issues with the legend, right click on the legend to access its properties.
      1. The word "Legend" is not needed under the first icon (Options) in the "Legend" panel, uncheck the "Show" check box for the Legend Title.
      2. The item "<all other values>" can be removed by selecting it and clicking the "Delete" key.
    3. To address issues with one layer, open the "Legend" in the Table of Contents and then right click on the layer to access its legend properties.
      1. We only really need a label over the legend items for a layer if there are multiple themes in the map and then, we'll want it to look good. The first item is the name of the layer which starts as the file name but that can be changed. The second item is the attribute name and I don't know how to change it.
      2. To hide the second name, uncheck headings.
      3. To rename the layer, return to Map view and double click on the layer name in the Table of Contents. Rename the layer and then it should update when you return to Layout view.
    4. Note that all text in a legend should be proper English or acronyms that are defined in the text. Underscores and other symbols should be included and the capitalization should be consistent.
    5. ArcGIS can make simple legends but do not hesitate use other software packages, like MS-PowerPoint, to make create looking legends. Also, if a legend is really complicated, it can be moved to another page of a report and referenced in the caption for the map.

Skill Drill: Download Additional Humboldt County Data

  1. Download the data for Zoning (under the Land Use section) and Humboldt County GIS Roadway Center line (under the Administrative Boundaries section).
  2. Please fill out QAQC forms for each of the layers.
  3. Symbolize the features appropriately.

To save additional time, you may work with the person sitting next to you to complete the QAQC form.
Turn to your right and left and introduce yourself!

  1. Create a map layout for each of these data sets for your report.

Skill Drill: Other Download Sites

In the next series of steps you will work through several different websites to find and download a series of data sets. This includes data from the U.S. Department of Agriculture (USDA), the U.S. Geological Survey (USGS), and the U.S Fish and Wildlife Service (USFWS). These are very common sources of GIS data and you may eventually revisit these pages for your final project. The following steps show you how to gather GIS data.

Working on GIS project is always a collaborative process. For the next steps, please feel free to help each other navigate the websites below.

Hydrology (Rivers and Streams) Shapefile

USDA NRCS Geospatial Data Gateway (GDG) is a national database which provides environmental and natural resources raster or vector data. This data is free when downloaded directly from the web, but can also be shipped via CD or DVD at a price.

We'll access the GDG to obtain a shapefile with the streams and rivers for California that is part of the National Hydrography Dataset (NHD).

  1. Navigate to Google and enter USDA NRCS GIS and select the link shown below:

USDA NRCS Geospatial Data Gateway Google Search

  1. Select Order by Country/Counties in the lower right hand corner of the website.
  1. From the drop down menu select "California"
  2. Highlight "Humboldt" in the list that appears and click the right arrow.
  3. Click Submit Selected Counties.
  4. Scroll through the available options to familiarize yourself with the data available through the Geospatial Data Gateway.
  5. Click on the blue identify icon to read a more in depth description of the data:

Blue Identify Icon

  1. Check the 12 digit hydrography dataset and click "Continue" when finished.
  2. Select the ESRI Shape format:

ESRI Shape File Format

  1. Select UTM Zone 10 NAD83 as the projection for this shapefile:

Projection UTM Zone 10 NAD83

  1. Select Continue..

This will ultimately provide a download link to your email address. Data obtained in this format takes longer to obtain and requires processing.

  1. Once you have finished filling in your personal information, click "Continue".
  2. Click Place Order in the left hand panel:

Place Order

  1. You can either wait for the order to complete or check your email for a message indicating your order is ready.

If this takes too long, you can also obtain the file from the "Y" drive.

  1. The file we are interested in from the "Y" drive is"nhd24kst_l_ca023.shp". Create a small map layout of the shapefile "nhd24kst_l_ca023.shp" for your report. Note that a file you download may have a different name.

 

Wetlands

The U.S. Fish and Wildlife Service National Wetlands Inventory is a comprehensive database that provides vector data on the Nation's wetlands and deep-water habitats.

  1. Navigate again to Google and search National Wetlands Inventory. Select Wetlands Data from the search results.
  2. Click on the "Download Data" button.

Warning! The last time we tried the "Wetlands Mapper" it put up a big error window and would not let us download data. The instructions below have been updated with a work-around.

  1. From the "Wetlands Data" menu, select "Download Data"
  2. In the body of the web page, select "Download by State"
  1. Click on California and then select "Shapefile".

If this takes too long, you can also obtain the file from the "Y" drive. It is located in "Y:\Static-data\_Areas Of Interest\California\".

  1. The file we are interested in from the USFWS website is currently called "CA_shapefile_wetlands.shp" (or "CA_wetlands_V1.shp"or "CA_wetlands_north.shp"). Create a map layout of "CA_wetlands.shp" for your report.

DEM From National Map

30 meter (1 arc-second) Digital Elevation Maps (DEMs) are available from EarthExplorer for anywhere in the world (thanks to the Space Shuttle). However, 10 meter DEMs are available for the CONUS but only through National Map.

  1. Search on the web for "National Map".
  2. Select "National Map". This will take you to a page that really does not help much. The National Map is supposed to be one of the key web sites to obtain data from the US government but it has been plagued with problems from the start. We'll guide you through getting some data.
  3. Click on a link for the National Map online viewer.
  4. You'll need to zoom in to the Arcata Forest but don't zoom in too far or the map will go blank.
  5. Click on "Data Download" and you should go to the old National Map Viewer. I recommend saving a link to this page.
  6. Zoom into Arcata Forest again.
  7. Under "Data" check "Elevation Products"
  8. Click on "1/3 arc-second DEM". This is one of the only places to find high-quality 10 meters DEMs.
  9. On the map, zoom into the area around Arcata Forest.
  10. Click on "Search Products". With a little luck, you'll see results appear with two DEMs that you can then download. However, this only works once in a while so I've provided links to the DEMs here: n41w125, n41w124. The DEMs may not cover all of Humboldt County but we do need them to cover the Arcata Forest for next weeks lab.
  11. After you download and unzip the data, load the "img" file as DEMs are rasters. The associated shapefile just shows the area the DEM covers.

LandSat Images from the USGS (optional)

USGS EarthExplorer is a service that allows you to search and download active and passive remote sensing data, as well as cartographic products obtained through USGS at the national level. This service provides a Google Map interface to select your area of interest and preview the data available for bulk downloading.

Note that you will need to create a login and be logged into EarthExplorer to see the download options. Also, they have changed the download interface since this was updated.

  1. Navigate to Google and search EarthExplorer USGS. Click on the EarthExplorer link.

Zoom to Arcata forest and click "Use Map".

  1. Click on the "Data Sets" tab.
  2. Expand the LandSat and find the L8 OLI/TIRS level 2 data to obtain satellite imagery from LandSat 8.
  1. Click on the blue identify icon (one with an "i" in it) to obtain additional information on the dataset.
  2. Leave Additional Criteria at default settings and click on Results at the bottom of the page.
  3. Navigate through the Data Set and select the satellite image that would work best as a base map for Humboldt County. You can click on the icon next to the foot icon to see a preview of the image on the map.
  4. To go further, you may need to register with EarthExplorer.

You do not want a base map that has extensive cloud cover interference!

Data Set

  1. Select Download Options:

Download Options

  1. From Download Options, select the "Download" button next to "LandsatLook images with Geographic Reference"
  2. You may need to login and/or create an account at this point and then return and complete this step.
  3. After the "zip" has downloaded and you uncompress it, you'll see there are a number of files to choose from. You'll want the color TIFF image, not the one that is "QB" or "TIR".
  4. You may wonder why this image does not cover all of Humboldt County. We'll only be using this as a background for a small area within Humboldt County and we did not want to make you download two images and mosaic them together yet (more on this later in the class).
  5. Add the image of Humboldt county to your report. For this file, you do not have to create a map layout, but you should include the image in your report with a caption.

The other options are not relevant for the purpose of this lab, but keep them in mind for the future.

Select Download Option

 

Summary of Data Download Links

 

Resources

Learning Module on Creating Reports

© Copyright 2018 HSU - All rights reserved.