Remote Sensing for Algal Blooms in California Lakes RS Tools

Transcription

Remote Sensing for Algal Blooms in California Lakes RS Tools
Remote Sensing for Algal
Blooms in California Lakes
RS Tools Introduction
Andrew Meredith
Shelly Tomlinson
Rick Stumpf
MERIS
01 May
2010
NOAA
National Centers for
Coastal Ocean Science
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
RS Tools - What is it?
• ArcGIS Toolbox
• Version 10.2+
• Python
• 5 tools to facilitate
manipulating and
analyzing
NOAA/NCCOS
satellite data
products
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Installation
• Copy rs_toolbox_v1.0.0.zip to
C:\Users\<username>\Documents\ArcGIS
• Unzip/Extract all files into
C:\Users\<username>\Documents\ArcGIS\RS_Toolbox_v1.0.0
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Access RS Tools in ArcMap
• Open an ArcMap project
• Open ArcToolbox
• Click toolbar icon
• Add the RS Toolbox
• Right-click the ArcToolbox item in the
ArcToolbox window
• Select the Add Toolbox… option and navigate to the directory
containing the RS Toolbox
• Select the file RS_Toolbox_v1.0.0.pyt and click open
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Access RS Tools in ArcMap
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool use: Create time series composites
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Create time series composites
• Purpose
– Summarize valid raster data from user
defined time ranges into a single raster
- Application
- Generate climatologies or indices
- Simplify analysis and interpretation by
removing noise (i.e. clouds, anomalous &
invalid data)
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Create time series composites
daily CI images for a year
monthly CI means
“Monthly”
composite
12 images
300+ images
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Create time series composites
Click the Show Help
button to open a
window with
information about
the tool and it’s
input parameters
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Create time series composites
Click the
Hide Help
button to
close
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Create time series composites
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Create time series composites
Standard input file selection
1. Identify folder containing files
to process
2. Specify a filter
• Tiff files only “*.tif”
• Only CI products “*.CI.tif”
3. Click Recursive option if the
input files span multiple
subdirectories under the
Input folder
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Create time series composites
Filtering valid data
• Set the Minimum valid
data value
• Set the Maximum valid
data value
• Use defaults for our data
products
Key to our products
• Valid data 1-250
• No value = 0
• Land = 252
• Clouds = 253
• Invalid = 254
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool use: Pixel extract by points
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Pixel extract by points
• Purpose
– Extract pixel values from one or more raster
files at a specific set of point locations
– Optionally, perform field data match-ups to
extract pixel values from raster files whose
date match that of the field data.
• Application
– Lake level analysis within alternate nonspatial software (e.g. Excel or R)
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Pixel extract by points
Input
One or more daily CI 2009
images
Pixel values outside the defined
valid range or already set to no
data are assigned a value of “”
(or empty string)
CSV output
One entry for each pixel
at each (selected) point
from each image
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Pixel extract by points
• Output
– No match-up option: a comma-separated
text file (.csv) with a row containing the pixel
value at each point location from each raster
– Match-up option: a comma-separated text
file (.csv) with a row containing the pixel value
at each point location from each raster whose
date matches the date of the point
Standard fields
COASTALOCEANSCIENCE.NOAA.GOV
Optional fields
Cyanos, May 2015 #‹#›
Tool use: Pixel extract by polygons
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Pixel extract by polygons
• Purpose
– Extract all valid pixel values from one or more
raster files in a set of polygons
• Application
– Lake level analysis within alternate nonspatial software (e.g. Excel or R)
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Pixel extract by polygons
Input
One or more daily CI 2009
images
Pixel values outside the defined
valid range or already set to no
data are assigned a value of “”
(or empty string)
CSV output
One entry for each pixel
in each (selected) polygon
from each image
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Pixel extract by polygons
• Output
– a comma-separated text files (.csv) with a row
containing all the pixel values within each
polygon from each raster
Standard fields
COASTALOCEANSCIENCE.NOAA.GOV
Optional fields
Cyanos, May 2015 #‹#›
Tool use: Raster statistics by polygons
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Raster statistics by polygon
• Purpose
– Summarize all valid pixel values within
polygons from one or more rasters
• Application
– Lake level analysis especially small lakes
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Raster statistics by polygons
Input
One or more masked daily
CI 2009 images
No data values are ignored
CSV output
One entry for each
(selected) polygon
from each image
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Raster statistics by polygon
• Output
– a comma-separated text file (.csv) with a row
containing the statistic(s) from each unique
polygon location from each raster
Standard fields
COASTALOCEANSCIENCE.NOAA.GOV
Varies depending on the statistic(s) selected
Cyanos, May 2015 #‹#›
Tool use: Create Time Series composites
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Mask no data values
• Purpose
– Convert invalid data (i.e. values outside a
user defined range) to no data values
• Application
– If running the Raster statistics tools on the
daily image products
– If running the Pixel extract by points tool on
the daily image products AND the Interpolate
option is checked
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Mask no data values
Sample un-masked daily product
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›
Tool: Mask no data values
Sample masked output
COASTALOCEANSCIENCE.NOAA.GOV
Cyanos, May 2015 #‹#›