Difference between revisions of "Tarsier journal: Carmel Watershed"

From CCoWS Wiki
Jump to: navigation, search
Line 85: Line 85:
  
 
* [[E:Tarsier|Tarsier tutorials]]
 
* [[E:Tarsier|Tarsier tutorials]]
* [[Jonathan Frame: Milestones]]
+
* [[E:Tarsier|Jonathan Frame: Milestones]]

Revision as of 13:10, 8 July 2009

This page is intended to record a journal of data processing and analysis steps take by various folks in the Carmel Watershed using Tarsier. Its half scratch-pad, and half-tutorial.

Goals

  • Get a watershed model up and running for the Carmel Watershed.

Obtaining a DEM

Creating a Visualization of the Watershed

  • Follow steps in Tarsier tutorial: Renderer, Adding Agents, Tarsier tutorial: Simple fly-through and Tarsier: Importing shapefiles
    • Open a renderer veiw
    • Open Carmel 10m raster as well was terrain file made following renderer tutorial
    • Explore the terrain using the flight keys
    • Add cams to make a simple flight of what was thought to be whole length of the Carmel River
    • Add label agents and realize the flight began in Cachagua Creek instead of the Carmel River... Oops.
    • Redo the flight to follow the Carmel River
    • Adjust the ins and outs of the cams to make the flight smother (this trick is not found on the flight wiki page yet... ill do that soon)
    • Use a more aesthetic color scheme (maybe make a tutorial on making and saving color schemes?)
    • Adjust the timing of the flight to be under a minute
    • Record the flight, view the flight and make necessary changes
    • Add vector data representing water in the channel
      • I used Arc to make the vector data because I did not know how to do it in Tarsier

Modeling

  • Dam buster / Pit filler form
    • Ran a pit filler for 10m Carmel Watershed raster
      • Open 10m raster in DEM usee control
      • Keep default settings
      • Click "Init"
      • Click "Mark pits"
      • View and save HydroDEM, DiffDEM and Working DEM
      • Fill pits at a fill amount of 0.1m
      • Pit filler ran for around 10 hours
    • Obtained and saved a filled raster
    • Use the difference raster to see what was filled, and by how much. There were a few spots within the channel that filled up to over 2m. The Los Padres and San Clemente reservoirs filled up to around 5m. There were some random spots in the hills of the watershed that filled up to more than 8m.
  • Watershed form
    • I ran some calculations with my filled DEM even though I will most likely make a better filled DEM at a later time
      • Input gauge sites (probably a futile step at this point)
        • Find USGS gauge stations online
        • Convert lat/long coordinates for gauge stations to UTM
        • View and save sites data from "Gauges sites" usee control
        • Enter USGS gauge site information
      • Input DEM
        • Go to "Input tab"
        • Input Filled raster from Pit filler form calculation in HydroDEM usee control
      • Ptr
        • Go to "stream tab"
        • Click "Calc Ptr"
        • View and save Ptr raster
      • Stream Calculation
        • Does threshold make sense? Yes, Used 100km^2 for this calculation
        • Click "Calc stream" button
        • View and save rasters
        • Stream raster... Very cool!
      • Basin/watershed calculation
        • Go to "Basin" tab
        • Click "Add all outlets to starting points"
        • Click "Calc basins from all starting points" (probably should have selected only Carmel River starting point)
        • View and save rasters
      • Network
        • View and save Network data from "Net data" usee control
      • Landscape stats?
      • Stream order calculation
        • Tried Strahler... did not work
        • Tried Shreve... did not work
        • What data does the tool use to calculate this? Stream raster? Stream network?
      • Centroids
        • Click "Calc centroids"
        • Nothing... Maybe I was not patient enough
    • I was able to get a ptr raster, a net ptr raster, an upslope area raster, a stream raster, a code raster, a catch raster, an scatch raster and river network data. I could not successfully get catchment centroids data.

Links