Exercises with Level-2 satellite data

Size: px
Start display at page:

Download "Exercises with Level-2 satellite data"

Transcription

1 Exercises with Level-2 satellite data Mati Kahru WimSoft, & Scripps Institution of Oceanography UCSD, La Jolla, CA , USA 24-Jan-15 1

2 Processing Level: Level 0 - raw radiance counts from sensor, spacecraft and instrument telemetry data Level 1A -Level-0 data with appended calibration and navigation data, instrument and spacecraft telemetry Level 1B calibrated radiances at sensor level (TOA) Level 2 - geophysical values, derived from Level-1A by applying sensor calibration, atmospheric corrections, and bio-optical algorithms, downloadable from NASA Level 3 - Binned (time and space), SMI (Standard Mapped Image) mapped to Equidistant Cylindrical projection Level 4 After application of models (e.g. Net Primary Production, Export Flux of Carbon) to L3 data 2

3 Advantages in using L2 data: Full (unmapped) spatial resolution a major advantage! All variables included or can be computed from Rrs Disadvantages in using L2 data: Unmapped images are hard to compare with anything but point data (match-ups) Contain data with various quality; some lowquality data must be removed Large data volume 3

4 Evaluate sample OC L2 files Find C:\JES\2015\tmp\Good, sort files by size, load any 2 large HDF4 files (A*=MODISA, T* = MODIST, V*=VIIRS) Load datasets chlor_a, convert to Log-Chl; stretch colors to Explain the different shape and size of features! Apply Geo-Grid! 4

5 Evaluate sample OC L2 files Find C:\Images\MODISA\L2 and 2 MODISA *OC.x.hdf files Load datasets chlor_a and l2_flags (convert chlor_a to Log-Chl) Explain the missing data in the center, check l2_flags! 5

6 Before ordering data, decide your area boundaries! Order data (in web browser) Download data (cd tmp, dload.bat) Define your standard map (projection) Remap to standard projection Merge between multiple sensors Composite over 1-day, 5-day, 15-day, monthly, annual time periods 6

7 NASA Ocean Color: Data Access L2: use Level-1&2 browser to order and download individual L2 datasets (granules or full swaths) After order is fulfilled, use wget to download ordered L2 data. L3: Use ftp or wget to download ALL global mapped L3 (SMI) data; No need to browse! 7

8 8

9 51.5 for JES 125 for JES 145 for JES 32 for JES 9

10 10

11 11

12 Contents of L2 OC files MODISA L2: SeaWiFS L2: (different Rrs, etc) VIIRS L2: (different Rrs, etc) Open sample files, load SDS, explain meaning and units using attributes! 12

13 Open sample L2 OC files MODISA L2: C:\Sat\JES\2015\tmp\A2015*.L2_LAC_OC.x.hdf - load chlor_a, read units and other attributes! VIIRS L2: C:\Sat\JES\2015\tmp\V2015*.L2_NPP_OC.x.hdf - load chlor_a, read units and other attributes! MODIST L2: C:\Sat\JES\2015\tmp\T2015*.L2_LAC_OC.x.hdf - load chlor_a, read units and other attributes! 13

14 VIIRS OC L2 Contents of L2 IOP files VIIRS IOP L2 Open sample files, load SDS, explain meaning and units using attributes! 14

15 Contents of L2 SST files MODISA and MODIST SST L2 file: VIIRS SST L2 file: missing Open sample files, load SDS, explain meaning and units using attributes! 15

16 L2 data needs to be remapped to standard map,, composited, annotated (e.g. color scale). Options: 1. Manually with WIM 2. With wam_series 3. With WAM command line programs In all cases you need to define your standard map projection, then remap and composite L2 datasets to the standard projection, overlay coastlines, color scale, Lat-Lon grid, etc. 16

17 1.Manually with WIM See exercise 3.17 Using MODIS-Aqua Level-2 images in Exercises_WIM_WAM.pdf. Install Google Earth. Follow exercise 3.17 for your area of interest! Download some recent Aqua L2 granules for your area of interest. 2. With wam_series See exercise 4.1 wam_series in Exercises_WIM_WAM.pdf. Automate remapping and annotating of L2 data with wam_series. First generate a standard map projection of your area in WIM. Choose a Linear projection with File-New then remap all L2 chl-a datasets to that projection. 3. With WAM command line programs See Merging Level-2 Chl-a and SST data in Exercises_Merging_L2_Chl_and_SST.pdf (needs update!) 17

18 Make a standard map image (projection) Different options: use File-New in WIM Create coastlines (Geo-Get Map Overlay, ) with pixel value 1, i.e. black) using coast_full.b Fill land with pixel value 255 (white) (may need to manually fill gap between coastline and edge) with Edit-Draw 18

19 Make a standard map image (projection) Create color scale: Set the scaling to Log-Chl, stretch color range to (= 0.05 to 10 mg Chla m -3 ) add color bar in WIM with View-Annotate Pick Custom ticmarks for Chl: 0.05,0.1,0.2,0.5,1,2,5,10 For SST: 15,16,17,18,19,20,21,11,23,24 Note the place of image annotation, above, left of the color scale, set X=411, set Y=28 in bat files 19

20 Follow the exact directory structure for L2 processing scripts to work! C:\Sat\%Area%, e.g. C:\Sat\JES Can include standard maps here, e.g. for Chl and SST C:\Sat\%Area%\%Year%, e.g. C:\Sat\JES\2015 Script (batch) files here, e.g. sort_2015.bat, sst_2015.bat, chl_2015.bat C:\Sat\%Area%\%Year%\tmp, e.g. C:\Sat\JES\2015\tmp Download files here! extract scripts here, e.g. dload.bat, extract.bat Sequence of commands: 1. dload 2. extract 3. cd..; sort_ sst_ chl_ others 20

21 0. Download necessary data files, e.g. Chl and/or SST Either download from or copy/move to C:\Sat\JES\2015\tmp Assume that our area of interest is JES (Japan East Sea) or replace with your area of interest Have a directory structure like that: C:\Sat\JES 2013\ 2014\ 2015\ \tmp This is where you download L2 files! Have the MAP in directory tree ABOVE the year, e.g. in C:\Sat\JES 21

22 Start in the tmp folder: cd C:\Sat\JES\2015\tmp dload.bat; extract.bat;..\ ; sort_2015.bat After processing with sort_2015.bat end with: A2015\ A2015_SST\ T2015\ T2015_SST\ V2015\ A2015_chl_day A2015_sst_day T2015_chl_day T2015_sst_day V2015_chl_day After processing with chl_2015.bat ; after sst_2015.bat C2015_chl_day M2015_sst_day C2015_chl_5day M2015_sst_5day C2015_chl_15day M2015_sst_15day C2015_chl_month M2015_sst_month 22

23 1. Open command prompt and cd to the folder with http_manifest.txt cd C:\Sat\JES\2015\tmp 2. Download ordered files with dload.bat command (using wget) 3. Untar/Uncompress downloaded files extract.bat command 4. cd to the folder above (with sort_2015.bat) cd.. 5. Process L2 data (screen, remap, daily composite) sort_ Process Chl data (merge 3 sensors, composite 5, 15 days, month) chl_ Process SST data (merge 2 sensors, composite 5, 15 days, month) sst_

24 Can also use wam_series for simple remapping, overlaying, etc not as powerful 24

25 Batch processing using WAM commands: sort_2015.bat wam_screen_mask tmp\*.nc %MAPSEA% wam_l2_map A%YEAR%\4\Good\A*L2* %MAP% %MAPCHL% %X4% %Y4% lut=%lut% Processing Chl using WAM commands: chl_2015.bat Merge sensors, e.g. VIIRS + MODIST => U; MODISA + U => N; MERIS? wam_composite_2sensors T%YEAR%_chl_day\T%YEAR%%DAY%*mapped.hdf V%YEAR%_chl_day\V%YEAR%%DAY%*mapped.hdf overlay=%map4% xpos=%x4% ypos=%y4% lut=%lut% Make 5-day, 15-day composites wam_composite_2x C%YEAR%_chl_day\?%YEAR%%DAY%*mapped.hdf 5 overlay=%map4% xpos=%x4% ypos=%y4% lut=%lut% cmin=%start% cmax=%end% Make monthly composites: wam_composite_month C%YEAR%_chl_day\*mapped.hdf overlay=%map4% xpos=%x4% ypos=%y4% lut=%lut% cmin=%start% cmax=%end% 25

26 Results for 3-November-2015: MODISA: A2015_chl_day Which one is right? VIIRS: V2015_chl_day 26

27 Batch processing SST using WAM commands: sst_2015.bat Merge MODISA + MODIST => M wam_composite_2sensors A%YEAR%_sst_day\A%YEAR%*mapped.hdf T%YEAR%_sst_day\T%YEAR%*mapped.hdf overlay=%map4% xpos=%x4% ypos=%y4% lut=%lut% cmin=%start% cmax=%end% Make 5-day, 15-day composites wam_composite_2x M%YEAR%_sst_day\M%YEAR%*mapped.hdf 5 overlay=%map4% xpos=%x4% ypos=%y4% lut=%lut% cmin=%start% cmax=%end% Make Monthly composites wam_composite_month M%YEAR%_sst_day\M%YEAR%*mapped.hdf overlay=%map4% xpos=%x4% ypos=%y4% lut=%lut% cmin=%start% cmax=%end% 27

28 Other compositing programs: wam_composite_2x (make composites of N days) wam_composite_last (make composites of LAST N days) wam_composite_list (make composites using a LIST of images) wam_composite_running (make running composites of N days) 28

29 Results in: C2015_chl_month M2015_sst_month 29

Exercises with Level-2 satellite data

Exercises with Level-2 satellite data Exercises with Level-2 satellite data Mati Kahru WimSoft, http://www.wimsoft.com Email: wim@wimsoft.com also at Scripps Institution of Oceanography UCSD, La Jolla, CA 92093-0218, USA mkahru@ucsd.edu 10/25/2008

More information

L2 Batch Processing script based processing of Level-2 satellite data

L2 Batch Processing script based processing of Level-2 satellite data L2 batch processing Mati Kahru 2015 1 L2 Batch Processing script based processing of Level-2 satellite data Contents 1 Introduction... 1 2 Data subscription and processing... 1 3 Preparing the directory

More information

Using MODIS Level-1B 250 m data

Using MODIS Level-1B 250 m data Using MODIS Level-1B 250 m data Please see \Course\2_Level_1B\Exercises_modis_250m.pdf for more details http://www.wimsoft.com/exercises_modis_250m.pdf What is Level-1B? Processing Level of Satellite Data:

More information

3 Selecting the standard map and area of interest

3 Selecting the standard map and area of interest Anomalies, EOF/PCA Mati Kahru 2005-2008 1 Anomalies, EOF/PC analysis with WAM 1 Introduction Calculating anomalies is a method of change detection in time series. Empirical Orthogonal Function (EOF) analysis

More information

SGLI Level-2 data Mati Kahru

SGLI Level-2 data Mati Kahru SGLI Level-2 data Mati Kahru 2018 1 Working with SGLI Level-2 data Contents Working with SGLI Level-2 data... 1 1 Introduction... 1 2 Evaluating SGLI Level-2 data... 1 3 Finding match-ups in SGLI Level-2

More information

2 Assembling a consistent time series of sea ice data

2 Assembling a consistent time series of sea ice data Detection of Change in the Arctic Mati Kahru 2012 1 Detection of Change in Arctic Sea-Ice Contents Detection of Change in the Arctic, Ice... 1 1 Introduction... 1 2 Assembling a consistent time series

More information

WIM Automation Module (WAM) USER'S MANUAL

WIM Automation Module (WAM) USER'S MANUAL WIM Automation Module (WAM) USER'S MANUAL June, 2018 Mati Kahru Contents 1 Purpose and Requirements... 3 2 WAM samples overview... 4 2.1 WAM programs with graphical interface... 4 2.2 Command-line WAM

More information

Lab 13 SeaDAS Ocean color Processing

Lab 13 SeaDAS Ocean color Processing Lab 13 SeaDAS Ocean color Processing 13. 1 Interactive SeaDAS Processing: MODIS The purpose of this exercise is to present an overview of the basic steps involved in processing the MODIS data that you

More information

Calibration Techniques for NASA s Remote Sensing Ocean Color Sensors

Calibration Techniques for NASA s Remote Sensing Ocean Color Sensors Calibration Techniques for NASA s Remote Sensing Ocean Color Sensors Gerhard Meister, Gene Eplee, Bryan Franz, Sean Bailey, Chuck McClain NASA Code 614.2 Ocean Biology Processing Group October 21st, 2010

More information

OCEANSAT-2 OCEAN COLOUR MONITOR (OCM-2)

OCEANSAT-2 OCEAN COLOUR MONITOR (OCM-2) OCEANSAT-2 OCEAN COLOUR MONITOR (OCM-2) Update of post launch vicarious, lunar calibrations & current status Presented by Prakash Chauhan Space Applications Centre Indian Space Research Organistaion Ahmedabad-

More information

Development of an information service system based on GOOGLE graphical interfaces. Instruction for the use of the MOON-VOS portal Interface

Development of an information service system based on GOOGLE graphical interfaces. Instruction for the use of the MOON-VOS portal Interface Development of an information service system based on GOOGLE graphical interfaces Instruction for the use of the MOON-VOS portal Interface Giuseppe M.R. Manzella ENEA Operational Oceanography, p.o. box

More information

PART I: Collecting data from National Earth Observatory

PART I: Collecting data from National Earth Observatory Investigation: Sea Surface Temperature We ve seen how temperature varies with depth, but how does it vary with latitude and season? In this investigation, you are going to explore sea surface temperatures

More information

The Web Hierarchical Ordering Mechanism (WHOM) a tool for ordering HDF and HDF-EOS Data

The Web Hierarchical Ordering Mechanism (WHOM) a tool for ordering HDF and HDF-EOS Data The Goddard Earth Sciences Distributed Active Archive Center http://daac.gsfc.nasa.gov The Web Hierarchical Ordering Mechanism (WHOM) a tool for ordering HDF and HDF-EOS Data Presented by: James E. Johnson

More information

SES 123 Global and Regional Energy Lab Procedures

SES 123 Global and Regional Energy Lab Procedures SES 123 Global and Regional Energy Lab Procedures Introduction An important aspect to understand about our planet is global temperatures, including spatial variations, such as between oceans and continents

More information

NASA e-deep Blue aerosol update: MODIS Collection 6 and VIIRS

NASA e-deep Blue aerosol update: MODIS Collection 6 and VIIRS NASA e-deep Blue aerosol update: MODIS Collection 6 and VIIRS Andrew M. Sayer, N. Christina Hsu (PI), Corey Bettenhausen, Nick Carletta, Jaehwa Lee, Colin Seftor, Jeremy Warner Past team members: Ritesh

More information

MATLAB & Practical Application on Climate Variability Studies EXERCISES

MATLAB & Practical Application on Climate Variability Studies EXERCISES B.Aires, 20-24/02/06 - Centro de Investigaciones del Mar y la Atmosfera & Department of Atmospheric and Oceanic Sciences (UBA) DAY1 Exercise n. 1 Read an SST field in netcdf format, subsample and save

More information

Prac%cal: Using the Giovanni tool to inves%gate variability in phytoplankton Stephanie Henson

Prac%cal: Using the Giovanni tool to inves%gate variability in phytoplankton Stephanie Henson IOCCG Ocean Op+cs School 2014 Prac%cal: Using the Giovanni tool to inves%gate variability in phytoplankton Stephanie Henson s.henson@noc.ac.uk Introduc%on to the prac%cal Use a simple online tool to play

More information

PART I: Collecting data from National Earth Observations

PART I: Collecting data from National Earth Observations Investigation: Air Pollution In this investigation, you are going to explore air pollution around the world for an entire calendar year. We will be using three tools, the National Earth Observations (NEO)

More information

Machine learning approach to retrieving physical variables from remotely sensed data

Machine learning approach to retrieving physical variables from remotely sensed data Machine learning approach to retrieving physical variables from remotely sensed data Fazlul Shahriar November 11, 2016 Introduction There is a growing wealth of remote sensing data from hundreds of space-based

More information

Supplement of Sea-surface dimethylsulfide (DMS) concentration from satellite data at global and regional scales

Supplement of Sea-surface dimethylsulfide (DMS) concentration from satellite data at global and regional scales Supplement of Biogeosciences, 15, 3497 3519, 2018 https://doi.org/10.5194/bg-15-3497-2018-supplement Author(s) 2018. This work is distributed under the Creative Commons Attribution 4.0 License. Supplement

More information

Atmospheric correction of hyperspectral ocean color sensors: application to HICO

Atmospheric correction of hyperspectral ocean color sensors: application to HICO Atmospheric correction of hyperspectral ocean color sensors: application to HICO Amir Ibrahim NASA GSFC / USRA Bryan Franz, Zia Ahmad, Kirk knobelspiesse (NASA GSFC), and Bo-Cai Gao (NRL) Remote sensing

More information

ITACS : Interactive Tool for Analysis of the Climate System

ITACS : Interactive Tool for Analysis of the Climate System Contents 1 2 3 4 ITACS : Interactive Tool for Analysis of the Climate System Features of the ITACS Atmospheric Analysis Data, Outgoing Longwave Radiation (by NOAA), SST, Ocean Analysis Data, etc. Plain

More information

Gary Corlett GHRSST Project Coordinator

Gary Corlett GHRSST Project Coordinator GHRSST Report to GOVST-VII To provide operational users and the science community with the SST measured by the satellite constellation Gary Corlett GHRSST Project Coordinator GHRSST GHRSST mission: To

More information

SES 123 Global and Regional Energy Lab Worksheet

SES 123 Global and Regional Energy Lab Worksheet SES 123 Global and Regional Energy Lab Worksheet Introduction An important aspect to understand about our planet is global temperatures, including spatial variations, such as between oceans and continents

More information

Improved Global Ocean Color using POLYMER Algorithm

Improved Global Ocean Color using POLYMER Algorithm Improved Global Ocean Color using POLYMER Algorithm François Steinmetz 1 Didier Ramon 1 Pierre-Yves Deschamps 1 Jacques Stum 2 1 Hygeos 2 CLS June 29, 2010 ESA Living Planet Symposium, Bergen, Norway c

More information

Harmonizing Landsat and Sentinel-2. Jeff Masek, NASA GSFC Martin Claverie, UMD-GEOG Junchang Ju, NASA-GSFC Jennifer Dungan, NASA-AMES

Harmonizing Landsat and Sentinel-2. Jeff Masek, NASA GSFC Martin Claverie, UMD-GEOG Junchang Ju, NASA-GSFC Jennifer Dungan, NASA-AMES Harmonizing Landsat and Sentinel-2 Jeff Masek, NASA GSFC Martin Claverie, UMD-GEOG Junchang Ju, NASA-GSFC Jennifer Dungan, NASA-AMES Trends in the Use of Moderate Resolution Data Opening of free USGS archive

More information

Ocean Products and Atmospheric Removal in APS

Ocean Products and Atmospheric Removal in APS Oregon State Ocean Products and Atmospheric Removal in APS David Lewis Oceanography Division Naval Research Laboratory Stennis Space Center, Mississipp david.lewis@nrlssc.navy.mil Contributors: David Lewis

More information

Data Mining Support for Aerosol Retrieval and Analysis:

Data Mining Support for Aerosol Retrieval and Analysis: Data Mining Support for Aerosol Retrieval and Analysis: Our Approach and Preliminary Results Zoran Obradovic 1 joint work with Amy Braverman 2, Bo Han 1, Zhanqing Li 3, Yong Li 1, Kang Peng 1, Yilian Qin

More information

The NIR- and SWIR-based On-orbit Vicarious Calibrations for VIIRS

The NIR- and SWIR-based On-orbit Vicarious Calibrations for VIIRS The NIR- and SWIR-based On-orbit Vicarious Calibrations for VIIRS Menghua Wang NOAA/NESDIS/STAR E/RA3, Room 3228, 5830 University Research Ct. College Park, MD 20746, USA Menghua.Wang@noaa.gov Workshop

More information

Preprocessed Input Data. Description MODIS

Preprocessed Input Data. Description MODIS Preprocessed Input Data Description MODIS The Moderate Resolution Imaging Spectroradiometer (MODIS) Surface Reflectance products provide an estimate of the surface spectral reflectance as it would be measured

More information

Introduction to Remote Sensing Wednesday, September 27, 2017

Introduction to Remote Sensing Wednesday, September 27, 2017 Lab 3 (200 points) Due October 11, 2017 Multispectral Analysis of MASTER HDF Data (ENVI Classic)* Classification Methods (ENVI Classic)* SAM and SID Classification (ENVI Classic) Decision Tree Classification

More information

Vega Forneris, Cristina Tronconi, Gianluca Volpe, Simone Colella, Bruno B. Nardelli, Andrea Pisano, Rosalia Santoleri IMDIS

Vega Forneris, Cristina Tronconi, Gianluca Volpe, Simone Colella, Bruno B. Nardelli, Andrea Pisano, Rosalia Santoleri IMDIS The CNR-ISAC Informatics Infrastructure for the Satellite Climatological and Oceanographic data: production, harmonization and dissemination in Interoperability Frameworks Vega Forneris, Cristina Tronconi,

More information

Impact toolbox. Description, installation and tutorial

Impact toolbox. Description, installation and tutorial Impact toolbox Description, installation and tutorial What is Impact? Impact tools is a Windows software developed at the European Commission Joint Research Centre (JRC), in Italy. Impact offers a series

More information

Exploring Techniques for Improving Retrievals of Bio-optical Properties of Coastal Waters

Exploring Techniques for Improving Retrievals of Bio-optical Properties of Coastal Waters DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Exploring Techniques for Improving Retrievals of Bio-optical Properties of Coastal Waters Samir Ahmed Department of Electrical

More information

Evaluation of Satellite Ocean Color Data Using SIMBADA Radiometers

Evaluation of Satellite Ocean Color Data Using SIMBADA Radiometers Evaluation of Satellite Ocean Color Data Using SIMBADA Radiometers Robert Frouin Scripps Institution of Oceanography, la Jolla, California OCR-VC Workshop, 21 October 2010, Ispra, Italy The SIMBADA Project

More information

Validation of inferred high resolution ocean pco2 and air-sea fluxes with in-situ and remote sensing data.

Validation of inferred high resolution ocean pco2 and air-sea fluxes with in-situ and remote sensing data. Validation of inferred high resolution ocean pco2 and air-sea fluxes with in-situ and remote sensing data. Ismael Hernandez, Hussein Yahia, Joël Sudre, Véronique Garçon, Christoph Garbe, Boris Dewitte,

More information

Algorithm Theoretical Basis Document (ATBD) for ray-matching technique of calibrating GEO sensors with Aqua-MODIS for GSICS.

Algorithm Theoretical Basis Document (ATBD) for ray-matching technique of calibrating GEO sensors with Aqua-MODIS for GSICS. Algorithm Theoretical Basis Document (ATBD) for ray-matching technique of calibrating GEO sensors with Aqua-MODIS for GSICS David Doelling 1, Rajendra Bhatt 2, Dan Morstad 2, Benjamin Scarino 2 1 NASA-

More information

Project RECOLOUR (REconstruction of COLOUR scenes) - SR/00/111 RESEARCH PROGRAMME FOR EARTH OBSERVATION STEREO II - BELGIAN SCIENCE POLICY

Project RECOLOUR (REconstruction of COLOUR scenes) - SR/00/111 RESEARCH PROGRAMME FOR EARTH OBSERVATION STEREO II - BELGIAN SCIENCE POLICY MUMM - RBINS Cloud filling of TSM, CHL and SST remote sensing products by the Data Interpolation with Empirical Orthogonal Functions methodology (DINEOF), application to the BELCOLOUR-1 database. Damien

More information

Goddard Atmospheric Composition Data Center: Aura Data and Services in One Place

Goddard Atmospheric Composition Data Center: Aura Data and Services in One Place Goddard Atmospheric Composition Data Center: Aura Data and Services in One Place G. Leptoukh, S. Kempler, I. Gerasimov, S. Ahmad, J. Johnson Goddard Earth Sciences Data and Information Services Center,

More information

2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing. Apparent Optical Properties and the BRDF

2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing. Apparent Optical Properties and the BRDF 2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing Curtis Mobley Apparent Optical Properties and the BRDF Delivered at the Darling Marine Center, University of Maine July 2017 Copyright

More information

Preliminary validation of Himawari-8/AHI navigation and calibration

Preliminary validation of Himawari-8/AHI navigation and calibration Preliminary validation of Himawari-8/AHI navigation and calibration Arata Okuyama 1, Akiyoshi Andou 1, Kenji Date 1, Nobutaka Mori 1, Hidehiko Murata 1, Tasuku Tabata 1, Masaya Takahashi 1, Ryoko Yoshino

More information

BODY / SYSTEM Specifically, the website consists of the following pages:

BODY / SYSTEM Specifically, the website consists of the following pages: GULF OF MEXICO MODELING SYSTEM WEBSITE http://www7330.nrlssc.navy.mil/gomms/index.html R. Holladay*, S. Holladay*, S. derada Naval Research Laboratory, Stennis Space Center, MS, USA *Student Intern SUMMARY

More information

Prototyping GOES-R Albedo Algorithm Based on MODIS Data Tao He a, Shunlin Liang a, Dongdong Wang a

Prototyping GOES-R Albedo Algorithm Based on MODIS Data Tao He a, Shunlin Liang a, Dongdong Wang a Prototyping GOES-R Albedo Algorithm Based on MODIS Data Tao He a, Shunlin Liang a, Dongdong Wang a a. Department of Geography, University of Maryland, College Park, USA Hongyi Wu b b. University of Electronic

More information

Monitoring of IR Clear-sky Radiances over Oceans for SST (MICROS) for Himawari-8 AHI

Monitoring of IR Clear-sky Radiances over Oceans for SST (MICROS) for Himawari-8 AHI NOAA Cooperative Research Program (CoRP), 11 th Annual Science Symposium 16-17 September 2015, UMD, College Park, USA Monitoring of IR Clear-sky Radiances over Oceans for SST (MICROS) for Himawari-8 AHI

More information

Using the Backup module

Using the Backup module Using the Backup module THIS WIKI HAS BEEN UPDATED FOR VERSION 13 OF YOUR PBX GUI. Overview Logging In Menu Items Backups Restores Servers Templates Backup Settings Backup Name Description Status Email

More information

Hands on practices on products and applications.

Hands on practices on products and applications. Hands on practices on products and applications. Karol Paradowski Senior Specialist Institute of Geodesy and Cartography Modzelewskiego 27 Street 02-679 Warsaw Poland karol.paradowski@igik.edu.pl www.igik.edu.pl

More information

Exercise 1-1: Using GPS track data to create a field boundary

Exercise 1-1: Using GPS track data to create a field boundary Exercise 1-1: Using GPS track data to create a field boundary Learning objectives: Add QGIS plugins Create a point vector file from a text file Convert GPS tracking points to a field boundary Data folder:

More information

IOCCG Calibration Workshop 30 October 2004, Fremantle, Australia. In-Flight Calibration of Satellite Ocean-Color Sensors

IOCCG Calibration Workshop 30 October 2004, Fremantle, Australia. In-Flight Calibration of Satellite Ocean-Color Sensors IOCCG Calibration Workshop 30 October 2004, Fremantle, Australia In-Flight Calibration of Satellite Ocean-Color Sensors Purpose The purpose of the workshop was to review the calibration of ocean-color

More information

VIIRS Radiance Cluster Analysis under CrIS Field of Views

VIIRS Radiance Cluster Analysis under CrIS Field of Views VIIRS Radiance Cluster Analysis under CrIS Field of Views Likun Wang, Yong Chen, Denis Tremblay, Yong Han ESSIC/Univ. of Maryland, College Park, MD; wlikun@umd.edu Acknowledgment CrIS SDR Team 2016 CICS

More information

Images Reconstruction using an iterative SOM based algorithm.

Images Reconstruction using an iterative SOM based algorithm. Images Reconstruction using an iterative SOM based algorithm. M.Jouini 1, S.Thiria 2 and M.Crépon 3 * 1- LOCEAN, MMSA team, CNAM University, Paris, France 2- LOCEAN, MMSA team, UVSQ University Paris, France

More information

Retrieval of Sea Surface Temperature from TRMM VIRS

Retrieval of Sea Surface Temperature from TRMM VIRS Journal of Oceanography, Vol. 59, pp. 245 to 249, 2003 Short Contribution Retrieval of Sea Surface Temperature from TRMM VIRS LEI GUAN 1,2 *, HIROSHI KAWAMURA 1 and HIROSHI MURAKAMI 3 1 Center for Atmospheric

More information

DIAS_Satellite_MODIS_SurfaceReflectance dataset

DIAS_Satellite_MODIS_SurfaceReflectance dataset DIAS_Satellite_MODIS_SurfaceReflectance dataset 1. IDENTIFICATION INFORMATION DOI Metadata Identifier DIAS_Satellite_MODIS_SurfaceReflectance dataset doi:10.20783/dias.273 [http://doi.org/10.20783/dias.273]

More information

GOSAT Tools Installation and Operation Manual

GOSAT Tools Installation and Operation Manual GOSAT Tools Installation and Operation Manual May 2018 NIES GOSAT Project Table of Contents 1. Introduction... 1 1.1 Overview... 2 1.2 System Requirements... 3 2. Installing... 4 2.1 Location Data of Validation

More information

2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing. Introduction to Remote Sensing

2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing. Introduction to Remote Sensing 2017 Summer Course on Optical Oceanography and Ocean Color Remote Sensing Introduction to Remote Sensing Curtis Mobley Delivered at the Darling Marine Center, University of Maine July 2017 Copyright 2017

More information

OCEAN COLOUR PRODUCTION CENTRE Ocean Colour Mediterranean and Black Sea Observation Product

OCEAN COLOUR PRODUCTION CENTRE Ocean Colour Mediterranean and Black Sea Observation Product OCEAN COLOUR PRODUCTION CENTRE Black Sea Observation Product OCEANCOLOUR_MED_OPTICS_L3_NRT_OBSERVATIONS_009_038 OCEANCOLOUR_MED_OPTICS_L4_NRT_OBSERVATIONS_009_039 OCEANCOLOUR_MED_OPTICS_L3_REP_OBSERVATIONS_009_095

More information

A Generic Approach For Inversion And Validation Of Surface Reflectance and Aerosol Over Land: Application To Landsat 8 And Sentinel 2

A Generic Approach For Inversion And Validation Of Surface Reflectance and Aerosol Over Land: Application To Landsat 8 And Sentinel 2 A Generic Approach For Inversion And Validation Of Surface Reflectance and Aerosol Over Land: Application To Landsat 8 And Sentinel 2 Eric Vermote NASA Goddard Space Flight Center, Code 619, Greenbelt,

More information

CCI Visualisation Corner Presentations of ESA s Climate Change Initiative

CCI Visualisation Corner Presentations of ESA s Climate Change Initiative CCI Visualisation Corner Presentations of ESA s Climate Change Initiative Executive Summary 26 th August 2018 ref CCI2-EXEC author: Philip Eales philip@planetaryvisions.com Planetary Visions Limited 8

More information

Data Discovery Tools and Services Part A

Data Discovery Tools and Services Part A Data Discovery Tools and Services Part A A Panel Presentation: Pat Liggett, Ron Weaver, Sean Hardman, Ben Holt (with help from Dave Gallaher, SIDC) October 15, 16 2008 Burbank Airport Marriott User Scenario:

More information

The Study and Implementation of Extraction HY-1B Level 1B Product Image Data Based on HDF Format Shibin Liu a, Wei Liu ab, Hailong Peng c

The Study and Implementation of Extraction HY-1B Level 1B Product Image Data Based on HDF Format Shibin Liu a, Wei Liu ab, Hailong Peng c The Study and Implementation of Extraction HY-1B Level 1B Product Image Data Based on HDF Format Shibin Liu a, Wei Liu ab, Hailong Peng c a Center for Earth Observation and Digital Earth, Chinese Academy

More information

Ocean Colour Vicarious Calibration Community requirements for future infrastructures

Ocean Colour Vicarious Calibration Community requirements for future infrastructures Ocean Colour Vicarious Calibration Community requirements for future infrastructures IOCS 2017 - Breakout Workshop#3 IOCS 2017 ocean colour vicarious calibration 1 Part II: Discussion on community requirements

More information

Hands on practices on products and applications.

Hands on practices on products and applications. Hands on practices on products and applications. Karol Paradowski Senior Specialist Institute of Geodesy and Cartography Modzelewskiego 27 Street 02-679 Warsaw Poland karol.paradowski@igik.edu.pl www.igik.edu.pl

More information

Lab on MODIS Cloud spectral properties, Cloud Mask, NDVI and Fire Detection

Lab on MODIS Cloud spectral properties, Cloud Mask, NDVI and Fire Detection MODIS and AIRS Workshop 5 April 2006 Pretoria, South Africa 5/2/2006 10:54 AM LAB 2 Lab on MODIS Cloud spectral properties, Cloud Mask, NDVI and Fire Detection This Lab was prepared to provide practical

More information

MODIS Land Bands for Ocean Remote Sensing Applications

MODIS Land Bands for Ocean Remote Sensing Applications MODIS Land Bands for Ocean Remote Sensing Applications Bryan A. Franz,2, P. Jeremy Werdell,3, Gerhard Meister,4, Ewa J. Kwiatkowska,2, Sean W. Bailey,4, Ziauddin Ahmad,5, and Charles R. McClain NASA Goddard

More information

Ocean EDR Product Calibration and Validation Plan For the VIIRS Sensor for Ocean products

Ocean EDR Product Calibration and Validation Plan For the VIIRS Sensor for Ocean products DRAFT Cal Val Plan VIIRS Workshop Ocean EDR Product Calibration and Validation Plan For the VIIRS Sensor for Ocean products Developed by the Government Ocean Team representing (NOAA, NAVY. NASA, University

More information

The Use of Google Earth in Meteorological Satellite Visualization

The Use of Google Earth in Meteorological Satellite Visualization The Use of Google Earth in Meteorological Satellite Visualization Thomas J. Kleespies National Oceanic and Atmospheric Administration National Environmental Satellite Data and Information Service Center

More information

Introduction to the Google Earth Engine Workshop

Introduction to the Google Earth Engine Workshop Introduction to the Google Earth Engine Workshop This workshop will introduce the user to the Graphical User Interface (GUI) version of the Google Earth Engine. It assumes the user has a basic understanding

More information

Develop proxy VIIRS Ocean Color remotesensing reflectance from MODIS

Develop proxy VIIRS Ocean Color remotesensing reflectance from MODIS Develop proxy VIIRS Ocean Color remotesensing reflectance from ODIS 1) Define a VIIRS Proxy Data Stream 2) Define the required in situ data stream for Cal/Val 3) Tuning of algorithms and LUTS (Vicarious

More information

CalVal needs for S2/S3 data normalisation

CalVal needs for S2/S3 data normalisation CalVal needs for S2/S3 data normalisation Mission Performance Centre B. Alhammoud, with support of R. Serra & V. Vellucci presentation by FR Martin-Lauzer FRM4SOC,21-23 February 2017, ESRIN Goal: EO synergy

More information

Spatial Density Distribution

Spatial Density Distribution GeoCue Group Support Team 5/28/2015 Quality control and quality assurance checks for LIDAR data continue to evolve as the industry identifies new ways to help ensure that data collections meet desired

More information

Radiance Based VIIRS LST Product Validation

Radiance Based VIIRS LST Product Validation 2017 CICS Science Conference Radiance Based VIIRS LST Product Validation Heshun Wang 1,2, Yunyue Yu 2, Yuling Liu 1,2, Peng Yu 1,2 1. Cooperative Institute for Climate and Satellites, University of Maryland

More information

The HDF-EOS5 Tutorial. Ray Milburn L3 Communciations, EER Systems Inc McCormick Drive, 170 Largo, MD USA

The HDF-EOS5 Tutorial. Ray Milburn L3 Communciations, EER Systems Inc McCormick Drive, 170 Largo, MD USA The HDF-EOS5 Tutorial Ray Milburn L3 Communciations, EER Systems Inc. 1801 McCormick Drive, 170 Largo, MD 20774 USA Ray.Milburn@L-3com.com What is HDF-EOS? HDF (Hierarchical Data Format) is a disk-based

More information

Start > All Programs > OpenGrADS 2.0 > Grads Prompt

Start > All Programs > OpenGrADS 2.0 > Grads Prompt 1. GrADS TUTORIAL This document presents a brief tutorial for Brian Doty's Grid Analysis and Display System (GrADS). The following sample session will give you a feeling for how to use the basic capabilities

More information

ENVI Classic Tutorial: Multispectral Analysis of MASTER HDF Data 2

ENVI Classic Tutorial: Multispectral Analysis of MASTER HDF Data 2 ENVI Classic Tutorial: Multispectral Analysis of MASTER HDF Data Multispectral Analysis of MASTER HDF Data 2 Files Used in This Tutorial 2 Background 2 Shortwave Infrared (SWIR) Analysis 3 Opening the

More information

Implementation of Version 6 AQUA and TERRA SST processing. K. Kilpatrick, G. Podesta, S. Walsh, R. Evans, P. Minnett University of Miami March 2014

Implementation of Version 6 AQUA and TERRA SST processing. K. Kilpatrick, G. Podesta, S. Walsh, R. Evans, P. Minnett University of Miami March 2014 Implementation of Version 6 AQUA and TERRA SST processing K. Kilpatrick, G. Podesta, S. Walsh, R. Evans, P. Minnett University of Miami March 2014 Outline of V6 MODIS SST changes: A total of 3 additional

More information

CHAPTER 15 INVESTIGATING LAND, OCEAN, AND ATMOSPHERE WITH MULTISPECTRAL MEASUREMENTS

CHAPTER 15 INVESTIGATING LAND, OCEAN, AND ATMOSPHERE WITH MULTISPECTRAL MEASUREMENTS CHAPTER 15 INVESTIGATING LAND, OCEAN, AND ATMOSPHERE WITH MULTISPECTRAL MEASUREMENTS 15.1 Introducing Hydra A multi-spectral data analysis toolkit has been developed using freeware; it is called Hydra.

More information

Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap

Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap Downloading and importing DEM data from ASTER or SRTM (~30m resolution) into ArcMap Step 1: ASTER or SRTM? There has been some concerns about the quality of ASTER data, nicely exemplified in the following

More information

Improving remotely sensed fused ocean data products through crosssensor

Improving remotely sensed fused ocean data products through crosssensor Improving remotely sensed fused ocean data products through crosssensor calibration Mark David Lewis Ruhul Amin Sonia Gallegos Richard W. Gould, Jr. Sherwin Ladner Adam Lawson Rong-rong Li Improving remotely

More information

Adaptive SIOP parameterisation algorithm for complex waters

Adaptive SIOP parameterisation algorithm for complex waters NASA-Aqua MODIS January 4 2011 Satellite Chlorophyll estimate Courtesy of Dr. V. Brando, CLW Adaptive SIOP parameterisation algorithm for complex waters Dekker A. G., Brando V. E., Schroeder T., Boldeau-Patissier,

More information

You will create some icons yourself, but some are supplied for you. If you are at ECMWF then you can copy the icons from the command line like this:

You will create some icons yourself, but some are supplied for you. If you are at ECMWF then you can copy the icons from the command line like this: Metview WMS Tutorial This tutorial explains how to use the WMS (Web Map Service) client within Metview. Requirements Please note that this tutorial requires Metview version 4.0.5 or later. Preparations

More information

to: Miguel O. Román (NASA, LPV Vice Chair)

to: Miguel O. Román (NASA, LPV Vice Chair) WGCV36 Action Items WGCV-36-1: LPV to address the specification of the requirements for a worldwide network of land surface spectral directional measurements for validation of spaceborne retrievals. Assigned

More information

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 This lab explains how work with a Global 30-Arc-Second (GTOPO30) digital elevation model (DEM) from the U.S. Geological Survey. This dataset can

More information

10. USING FORMULA DOCUMENTS TO PERFORM CALCULATIONS ON IMAGES

10. USING FORMULA DOCUMENTS TO PERFORM CALCULATIONS ON IMAGES 10. USING FORMULA DOCUMENTS TO PERFORM CALCULATIONS ON IMAGES Aim: To introduce you to how formula documents work and some applications of formulas to perform calculations on images. Objectives: By the

More information

Global and Regional Retrieval of Aerosol from MODIS

Global and Regional Retrieval of Aerosol from MODIS Global and Regional Retrieval of Aerosol from MODIS Why study aerosols? CLIMATE VISIBILITY Presented to UMBC/NESDIS June 4, 24 Robert Levy, Lorraine Remer, Yoram Kaufman, Allen Chu, Russ Dickerson modis-atmos.gsfc.nasa.gov

More information

JAXA Himawari Monitor Aerosol Products. JAXA Earth Observation Research Center (EORC) August 2018

JAXA Himawari Monitor Aerosol Products. JAXA Earth Observation Research Center (EORC) August 2018 JAXA Himawari Monitor Aerosol Products JAXA Earth Observation Research Center (EORC) August 2018 1 JAXA Himawari Monitor JAXA has been developing Himawari 8 products using the retrieval algorithms based

More information

Rolling Deck to Repository: Opportunities for US-EU Collaboration

Rolling Deck to Repository: Opportunities for US-EU Collaboration Rolling Deck to Repository: Opportunities for US-EU Collaboration Stephen Miller Scripps Institution of Oceanography La Jolla, California USA http://gdc.ucsd.edu Co-authors: Helen Glaves British Geological

More information

SARPROZ. The SAR processing tool by PeriZ. Part I

SARPROZ. The SAR processing tool by PeriZ.   Part I Tutorial on SAR, InSAR, PSInSAR SARPROZ The SAR processing tool by PeriZ http://ihome.cuhk.edu.hk/~b122066/index_files/download.htm Part I Petronas University of Technology UTP 3-7 September 2012 SARPROZ

More information

Menghua Wang NOAA/NESDIS/STAR Camp Springs, MD 20746, USA

Menghua Wang NOAA/NESDIS/STAR Camp Springs, MD 20746, USA Ocean EDR Product Calibration and Validation Plan Progress Report: VIIRS Ocean Color Algorithm Evaluations and Data Processing and Analyses Define a VIIRS Proxy Data Stream Define the required in situ

More information

+ Make it from the satellite images in sale, (Easier & Faster, but not always available) (It does cost much. An astronomical number!

+ Make it from the satellite images in sale, (Easier & Faster, but not always available) (It does cost much. An astronomical number! BaseMap: + Look for it among the existent digital maps, (Easiest & Fastest because no processing required) (Therefore, the most desirable, but not always available) (It can cost much) + Make it from the

More information

GLOBAL PRECIPITATION MEASUREMENT PRECIPITATION PROCESSING SYSTEM. File Specification AMSUBBASE. Preliminary Version

GLOBAL PRECIPITATION MEASUREMENT PRECIPITATION PROCESSING SYSTEM. File Specification AMSUBBASE. Preliminary Version GLOBAL PRECIPITATION MEASUREMENT PRECIPITATION PROCESSING SYSTEM File Specification AMSUBBASE Preliminary Version October 12, 2015 0.1 AMSUBBASE - AMSUB base AMSUBBASE contains brightness temperature from

More information

Table of Contents Data Management...1

Table of Contents Data Management...1 Table of Contents Data Management...1 3D Mapping...1 Different Types of Summary Data...4 Saving Raw Files out of SMS...7 Scaling Yield Data...8 Q: How do I format my data card for my monitor?...10 Shape

More information

Scheduled Automatic Search using Dell Repository Manager

Scheduled Automatic Search using Dell Repository Manager Scheduled Automatic Search using Dell Repository Manager A Dell Technical White Paper Dell, Inc. Dell Repository Manager Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects David Tenenbaum GEOG 7

More information

Technical Specifications

Technical Specifications 1 Contents INTRODUCTION...3 ABOUT THIS LAB...3 IMPORTANCE OF THIS MODULE...3 EXPORTING AND IMPORTING DATA...4 VIEWING PROJECTION INFORMATION...5...6 Assigning Projection...6 Reprojecting Data...7 CLIPPING/SUBSETTING...7

More information

ONR 800 N. Quincy St. Arlington, VA

ONR 800 N. Quincy St. Arlington, VA RForm Approved REPORT DOCUMENTATION PAGE OMB No. 0704-0188 The public reporting burden for this collection of information is estimated to average t hour per response, including the time for reviewing instructions,

More information

BOUSSOLE DATA PROCESSING

BOUSSOLE DATA PROCESSING BOUSSOLE DATA PROCESSING D. Antoine, B. Gentili, E. Leymarie V. Vellucci OUTLINE OUTLINE > Preprocessing conversion to physical units dark subtraction data reduction > Processing conversion to physical

More information

R. Reports Menu: 8. Batch Detail Report

R. Reports Menu: 8. Batch Detail Report R. Reports Menu: 8. Batch Detail Report Table of Contents Batch Detail Report... 3 The Transaction Options tab... 3 The Output tab... 5 The Accounts tab... 6 The More Accounts tab... 8 Click on R. Reports

More information

THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS

THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS Student name: Student ID: Table of Content Working with files, folders, various software and

More information

ProSoft User Manual 7.7. Document: SAT-DN-00228

ProSoft User Manual 7.7. Document: SAT-DN-00228 Document: Prepared by: Satlantic Incorporated 3481 North Marginal Road, Richmond Terminal, Pier 9 Halifax, Nova Scotia B3K 5X8 Tel (902)492-4780 Fax (902)492-4781 Copyright 2004 by Satlantic Incorporated

More information

Ex. 4: Locational Editing of The BARC

Ex. 4: Locational Editing of The BARC Ex. 4: Locational Editing of The BARC Using the BARC for BAER Support Document Updated: April 2010 These exercises are written for ArcGIS 9.x. Some steps may vary slightly if you are working in ArcGIS

More information

Smart GIS Course. Developed By. Mohamed Elsayed Elshayal. Elshayal Smart GIS Map Editor and Surface Analysis. First Arabian GIS Software

Smart GIS Course. Developed By. Mohamed Elsayed Elshayal. Elshayal Smart GIS Map Editor and Surface Analysis. First Arabian GIS Software Smart GIS Course Developed By Mohamed Elsayed Elshayal Elshayal Smart GIS Map Editor and Surface Analysis First Arabian GIS Software http://www.freesmartgis.blogspot.com/ http://tech.groups.yahoo.com/group/elshayalsmartgis/

More information