Obtaining and Processing MODIS Data
|
|
- Bryce Farmer
- 5 years ago
- Views:
Transcription
1 Obtaining and Processing MODIS Data MODIS is an extensive program using sensors on two satellites that each provide complete daily coverage of the earth. The data have a variety of resolutions; spectral, spatial and temporal. The MODIS web site, is a good place to begin learning about this important program. This site has links to the Atmospheres, Land and Oceans groups of MODIS. Because the MODIS sensor is carried on both the Terra and Aqua satellites, it is generally possible to obtain images in the morning (Terra) and the afternoon (Aqua) for any particular location. Night time data are also available in the thermal range of the spectrum. You should consider time of day when ordering a scene for a specific day. 1. Identify Data of Interest Before placing an order for data you need to identify the type of data you wish to use. MODIS data can be placed in two broad categories; daily scenes and derived products. You can order a daily scene for any specific date and location; and at different times of day and night as mentioned above. Many consolidated products have been developed from MODIS data. These include 8-day and 16-day composite images, a variety of indices, and a range of global products with varying time scales. Products are separated into four science discipline groups. Data for each group may be obtained from specific sites and have unique import techniques described below. You can learn about each group at the following sites: Land product information can be found at: Atmosphere product descriptions can be found at Ocean data can be found at: Cryosphere data and descriptions are at the National Snow and Ice Data Center Next you need to decide where and when you want data coverage. Locations for full daily scenes and products can be entered using latitude and longitude. If you do not know this information, you could use sites such as Google Earth to locate your area of interest and read the coordinates displayed on the screen. Processed MODIS data such as the Surface Reflectance products are normally segmented into tiles with an area of 10º X 10º using a sinusoidal projection. Dates are in the Julian format, i.e. yyyyddd. There is a Julian Date Converter program on the desktops of the YCEO workstations. Time is in Universal Time Coordinated (UTC). The data are provided in the HDF-EOS format. Copyright 2014 The Yale Center for Earth Observation 1
2 Daily MODIS Scenes Level 1 Individual daily MODIS scenes, MODIS Level 1 products, can be obtained for any part of the earth, every day, since February These files are in the Geographic projection. A complete dataset has a spatial resolution of 1 km and there are 36 bands of data. The data are distributed as digital numbers in 16 bit unsigned integer format. These data should be converted to radiance values, surface reflectance values, and/or brightness/temperature values before performing any analysis. Terra file names for a complete file begin with MOD021KM. Aqua file names begin with MYD021KM. The product name on the MODIS ordering site is: MODIS/Terra Calibrated Radiances 5-Min L1B Swath 1KM V005. In addition you can obtain daily scenes at higher spatial, but lower spectral, resolution. Files with 500m resolution contain the 7 bands of data in the Visible, Near-IR and Mid- IR parts of the spectrum. Files with 250m resolution contain two bands of data in the Red and Near-IR parts of the spectrum. The Terra names for these are MOD02HKM and MOD02QKM respectively. MODIS Products - Level 2 As mentioned earlier, many products have been developed from MODIS data. You should read the product descriptions for each product you intend to use. This will provide information about data range, scaling values, fill values, data type and format, etc. Product data are generally provided in the sinusoidal projection. Below are short descriptions of the surface reflectance and vegetation products. Many more products are available. While the information below is accurate at the time of writing, you should always read the online USGS metadata for any product you plan to work with. Surface Reflectance Products The surface reflectance products are generated from the first two, or seven, bands of the corresponding full 36 band scenes. These provide an estimated at surface spectral reflectance. Several algorithms are applied to various MODIS bands to remove the effects of cirrus clouds, water vapor, aerosols and atmospheric gases. Global surface reflectance products can be obtained at either 250m with 2 bands or 500m with 7 bands, as daily or 8-day composite images. The data type is 16 bit signed integer, which has a theoretical range of values from - 32,768 to +32,768. The documented data range is from -100 to with a fill value of -28,672. If you wish to convert these numbers to a valid reflectance data range, cell values should be divided by 10,000. These data must then be stored with a floating point data type. The data are provided in the HDF-EOS format. MODIS data at version 4 and above use the Sinusoidal projection with the WGS84 datum. A very small sample of common products are listed below. Copyright 2014 The Yale Center for Earth Observation 2
3 MOD09GQ - MODIS Surface Reflectance Daily L2G Global 250m This file has a spatial resolution of 250 m and contains two bands of spectral data centered at 645 nm and 858 nm. There are also three bands of additional information on band quality, orbit and coverage, and number of observations. MOD09GA - MODIS Surface Reflectance Daily L2G Global 500m This file has a spatial resolution of 500 m and contains seven bands of spectral data plus three bands of additional information on band quality, orbit and coverage, and number of observations. The spectral range for each band can be found in Appendix A, bands 1 through 7. MOD09Q1 - MODIS Surface Reflectance 8-Day L3 Global 250m This file is a composite using eight consecutive daily 250 m images. The best observation during each eight day period, for every cell in the image, is retained. This helps reduce or eliminate clouds from a scene. The file contains the same spectral information as the daily file listed above, centered at 645 nm and 858 nm. There is one additional band of data for quality control. MOD09A1 - MODIS Surface Reflectance 8-Day L3 Global 500m This file is a composite using eight consecutive daily 500 m images. The best observation during each eight day period, for every cell in the image, is retained. This helps reduce or eliminate clouds from a scene. The file contains the same seven spectral bands of data as the daily file listed above. It also has an additional 6 bands of information concerning quality control, solar zenith, view zenith, relative azimuth, surface reflectance 500 m state flags, and surface reflectance day of year. Vegetation Index Products There are several composite MODIS vegetation products. Sixteen-day composites are available at 250 m, 500 m, 1 km, and 0.05 degree resolutions. There are also monthly composites with 1 km, and 0.05 degree resolutions. Each file contains bands of data for both the traditional Normalized Difference Vegetation Index (NDVI) and Enhanced Vegetation Index (EVI). There are also data quality bands in each file. The data type is 16 bit signed integer, which has a theoretical range of values from - 32,768 to +32,768. The documented data range is from to with a fill value of If you wish to convert these numbers to the traditional data range, cell values should be divided by 10,000. These data must then be stored with a float data type of IEEE 4 byte real. The Vegetation Index products have a label prefix of MOD13 for the Terra sensor and MYD13 for the Aqua sensor. On the ordering web page the product name indicates the sensor, composite period, spatial resolution, and data version number. For example, MODIS/TERRA Vegetation Indices 16-day L3 Global 250m Sin Grid V005 will get you the data from Terra for a 16-day composite at 250 m resolution in the sinusoidal projection using the version 5 data. Copyright 2014 The Yale Center for Earth Observation 3
4 2. Obtaining Data MODIS data are freely available over the Internet. Before ordering data, you should review the product descriptions and metadata. This will help you identify the most appropriate data, and more accurately import these data. Data import instructions are contained in Section 3 Importing and Image Processing. Note: While it is tempting to immediately obtain a large amount of data, you should start with just one or two data sets. Only after you have had some experience importing and actually working with these initial data should you consider ordering additional data sets. 2.1 Daily Scenes Level 1 Individual daily MODIS scenes can be obtained at the Level 1 and Atmosphere Archive and Distribution System (LAADS) at: First specify the appropriate satellite(s); Terra, Aqua, or both. Under Group select Level 1 Products for the daily scenes. Then select the Level 1B Calibrated Radiances dataset at the spatial resolution you wish. Next specify Temporal, Collection, and Spatial Selections. The temporal selection will be the starting and ending date of your research period. The Collection will be a processing version level, i.e. 4, 5 or 5. For Spatial selection you can select a MODIS tile or, perhaps more usefully, Latitude/Longitude. You can enter bounding box coordinates or drag a box in the map. Normally you will only enter the Day Coverage Selection. Once this information has been entered, click on the Search button on the bottom of the page. View the browse images of the datasets that meet your search criteria. As of this writing, Version 6 data do not have browse images online so you should make your selections using the Version 5 collection. Then select the same Version 6 dataset if you wish to use that Collection. Once you select the datasets you need, if they are Online, simply click on a file to download it. Otherwise add them to your shopping cart. When you are ready to place your order, go to the shopping cart to review the selected datasets. You should accept the default to order data without post processing and click on the Order button. Enter your address and make sure the FTP Pull option is selected. Click the Order button again. You will receive an when the data are available for download. The order notification will contain the ftp location and an order number. You can use an FTP program, or point your browser to the supplied link, then proceed to the subdirectory of your order number. 2.2 Land Products A selection of Land products are available at the LAADS site described above in the Daily scenes section. For a more complete collection of MODIS Land products you should search for data at either the GloVIS or Earth Explorer USGS sites or the NASA Copyright 2014 The Yale Center for Earth Observation 4
5 Reverb Echo site. Each site has a full collection of MODIS Land products along with different collections of other data. They each have a unique interface so the method of identifying the data you desire is a bit different. In each case you will select a location, a product, and a date of interest. You need to create a free account at each site to obtain data. The USGS GloVis site provides an easy, visual display of each tile to help you select your data. First use the image window in the upper left to navigate to your area of interest and then use the Collections tab to select the MODIS product you want. Once you select the data, click the Add button to place it in your shopping cart. When finished selecting data, place the order and you will receive s confirming the order then providing a link to the data. This is a quick process. Navigate the USGS Earth Explorer site using tabs along the upper left. Under the Search Criteria tab you are offered several methods to locate your site of interest. You can click a point on the map, manually enter coordinates, or upload a KML or shapefile. From this same screen you can filter the data by time. Next select the Data Sets tab and enter MODIS in the Search box or click on the NASA LPDAAC Collections set to locate your specific data. Click on the Results tab to perform the search and view your results. You can add image footprints to the map and view browse images to help refine your search. You can then immediately download the dataset(s) you wish. The NASA Reverb Echo site uses a three step process for getting data. Under Step 1: Select Search Criteria you will draw a box on the map to spatially define the search. Next enter a Search Term such as MODIS or MODIS NDVI, and optionally enter start and end dates. Under Step 2 Select Datasets you will select the specific product(s) you are interested in. This populates Step 3: Discover Granules. Once you fully define the data you are interested in click the Search for Granules button to advance to Step 1: Select Granules. At this point you have several ways to view individual scenes. The Image View shows nice browse images, but List, Map and Timeline Views may also be useful. Place your selected dataset(s) in the shopping cart and when you click Download you will get a text file with a link to the data. Enter the link(s) in your browser to obtain the data. Refer to section 4 below to learn how to import these data into ENVI using the MODIS Conversion ToolKit. 2.3 Atmosphere Products NASA has a good site describing MODIS atmospheric products, data formats, content, etc. Your first step should be to review this site: You can obtain MODIS Atmosphere products from the same LAADS site that MODIS Daily scenes are distributed at: You should follow the same navigation and search procedures as described above, only under Group select Atmosphere Level 2 or Level 3 Products. Copyright 2014 The Yale Center for Earth Observation 5
6 2.4 Ocean Products Ocean products have been derived from MODIS, SeaWIFS, and other sensors and are available at the NASA OceanColor site. You should read the descriptions of the products and processing levels before working with these data. 2.5 Cryosphere Products The National Snow & Ice Data Center (NSIDC) is the site to learn about MODIS snow and ice products. They have definitive data descriptions and links to data sources. As with other types of data, please read the data descriptions before downloading any data. Copyright 2014 The Yale Center for Earth Observation 6
7 3. Image Processing and Import to ENVI Format ENVI can open and process most MODIS HDF data. However, the data formats and specific processing steps differ for daily scenes and the various domain products. Daily scenes have geographic coordinate information embedded in the file. MODIS products are distributed using the sinusoidal projection in 10º tiles. Instructions for processing several types of data are described below. 3.1 MODIS Daily Scene Currently you should use ENVI Classic to open a MOD021KM or MYD021KM full MODIS daily scene. From the main menu select File Open Image File and select your dataset. ENVI automatically converts digital numbers to surface reflectance, radiance, and brightness/ temperature when it opens a full one kilometer daily scene. You will see three separate listings in the Available Bands List window; identified by band name as Reflectance, Radiance, and Emissive respectively (Figure 1). There will also be one file named Latitude and one Longitude that you can ignore. You typically will only be interested in Reflectance and Temperature (Emissivity). There will be no data layer for brightness/temperature if using 250m or 500m files. Initially these files do not display coordinate information, but ENVI can easily generate this. From the main menu select Map Figure 1 Georeference MODIS. Select a file, click on the Spectral Subset button if you wish to use only a few bands of data, and click OK. In the Georeference MODIS Parameters window select the desired output map projection and datum and click OK again. Finally in the Registration Parameters window select a folder and enter a new filename. Note: ENVI may select the UTM projection by default. Typically these datasets cover an area much larger than a single UTM zone so you should select the Geographic projection and click OK. You can spatially subset and reproject the image later if desired. When the georeferencing is complete ENVI places a new file with the prefix Warp in the Available Bands List. Double click the globe icon to display the coordinate information for this scene. You can view this in a display window and confirm the coordinate information using the Cursor Location/Value tool. 3.2 MODIS Land Products i.e. Surface Reflectance, Vegetation Indices, Atmospheric Products As noted above, the MODIS Land product data are provided in HDF format using a sinusoidal projection. You can open these directly in ENVI Standard from File Open Copyright 2014 The Yale Center for Earth Observation 7
8 As EOS MODIS or from ENVI Classic File Open External File EOS MODIS. Select the data layer(s) you wish to use and the new file will have a sinusoidal projection. If you wish to convert the data to geographic currently you must use ENVI Classic to do this. From the main menu select Map Convert Map Projection. We recommend using the MODIS Conversion Tool Kit to import these data. This is described below in Section MODIS Atmosphere Products MODIS Atmosphere products are distributed in HDF format as are the Land products. ENVI Standard can open this file from File Open As EOS MODIS but it only accesses the reflectance and coordinate layers. You are strongly encouraged to open these files using the MODIS Conversion Tool Kit described below in Section MODIS Ocean Products MODIS Ocean products must be opened with a different extension. You should use ENVI Classic to open and reproject these datasets. From ENVI Classic File Open External File Ocean Color then select an appropriate sensor and product type. From the ENVI 5.x Standard interface you can only open the Level L1A dataset. Select Toolbox Extensions convert_oc_data. 3.5 MODIS Snow and Ice Products MODIS Snow and Ice products can be opened as generic HDF files in ENVI Standard from File Open As Generic HDF4 but these files have no projection or coordinate information. We recommend using the MODIS Conversion Tool Kit to import these data and reproject to Geographic if desired. This is described below in Section MODIS Conversion Tool Kit The YCEO Lab uses a plugin module for ENVI that can be used to import and convert the projection of many MODIS products in one step. You access the Toolkit from the ENVI 5.x Standard interface Toolbox Extensions mctk or from the ENVI Classic main menu File Open External File EOS MODIS Conversion Toolkit. From the initial Toolkit dialog box click on the Input HDF button and select your file. This opens the expanded Toolkit dialog box (Figure 2). Under the Processing Options section on the right select the individual bands of data you wish to import. Figure 2 Copyright 2014 The Yale Center for Earth Observation 8
9 Under the Select Output Type section select one of the radio buttons to determine the output coordinate information. The default, Standard, will retain the sinusoidal tile projection. Selecting Projected will result in an expanded dataset in Geographic projection. You normally would NOT select the third option Both. Finally enter a Rootname and Output Path for the new dataset. If you plan to mosaic adjacent tiles you should retain the Standard (sinusoidal) Output Type. These sinusoidal tiles can be perfectly joined, whereas the projected data will have gaps at the edges. Once the tiles are mosaicked you can reproject the single seamless file into the Geographic projection. The MODIS Conversion Tool Kit and Ocean Color plugins for ENVI were developed by Devin White. He has graciously made them publicly available on GitHub at: Copyright 2014 The Yale Center for Earth Observation 9
10 Appendix A Description of the 36 Band in a Full MODIS Scene BAND RANGE nm RANGE um KEY USE reflected emitted Absolute Land Cover Transformation, Vegetation Chlorophyll Cloud Amount, Vegetation Land Cover Transformation Soil/Vegetation Differences Green Vegetation Leaf/Canopy Differences Snow/Cloud Differences Cloud Properties, Land Properties Chlorophyll Chlorophyll Chlorophyll Chlorophyll Sediments 13h Atmosphere, Sediments 13l Atmosphere, Sediments 14h Chlorophyll Fluorescence 14l Chlorophyll Fluorescence Aerosol Properties Aerosol Properties, Atmospheric Properties Atmospheric Properties, Cloud Properties Atmospheric Properties, Cloud Properties Atmospheric Properties, Cloud Properties Sea Surface Temperature Forest Fires & Volcanoes Cloud Temperature, Surface Temperature Cloud Temperature, Surface Temperature Cloud Fraction, Troposphere Temperature Cloud Fraction, Troposphere Temperature Cloud Fraction (Thin Cirrus), Troposphere Temp Mid Troposphere Humidity Upper Troposphere Humidity Surface Temperature Total Ozone Cloud Temperature, Forest Fires & Volcanoes, Surface Temp Cloud Height, Forest Fires & Volcanoes, Surface Temperature Cloud Fraction, Cloud Height Cloud Fraction, Cloud Height Cloud Fraction, Cloud Height Cloud Fraction, Cloud Height This information was obtained from the Land Process Distributed Active Archive Center website on 17 May 2010 at the following URL: Copyright 2014 The Yale Center for Earth Observation 10
MOD09 (Surface Reflectance) User s Guide
MOD09 (Surface ) User s Guide MODIS Land Surface Science Computing Facility Principal Investigator: Dr. Eric F. Vermote Web site: http://modis-sr.ltdri.org Correspondence e-mail address: mod09@ltdri.org
Reprojecting MODIS Images
Reprojecting MODIS Images Why Reprojection? Reasons why reprojection is desirable: 1. Removes Bowtie Artifacts 2. Allows geographic overlays (e.g. coastline, city locations) 3. Makes pretty pictures for
ENVI Classic Tutorial: Atmospherically Correcting Multispectral Data Using FLAASH 2
ENVI Classic Tutorial: Atmospherically Correcting Multispectral Data Using FLAASH Atmospherically Correcting Multispectral Data Using FLAASH 2 Files Used in this Tutorial 2 Opening the Raw Landsat Image
Software requirements * :
Title: Product Type: Developer: Target audience: Format: Software requirements * : Data: Estimated time to complete: Fire Mapping using ASTER Part I: The ASTER instrument and fire damage assessment Part
AAFC Medium-Resolution EO Data Activities for Agricultural Risk Assessment
AAFC Medium-Resolution EO Data Activities for Agricultural Risk Assessment North American Drought Monitor (NADM) Ottawa, Ontario, Canada. October 15-17 2008. A. Davidson 1, A. Howard 1,2, K. Sun 1, M.
ENVI Classic Tutorial: Atmospherically Correcting Hyperspectral Data using FLAASH 2
ENVI Classic Tutorial: Atmospherically Correcting Hyperspectral Data Using FLAASH Atmospherically Correcting Hyperspectral Data using FLAASH 2 Files Used in This Tutorial 2 Opening the Uncorrected AVIRIS
McIDAS-V Tutorial Displaying Polar Satellite Imagery updated September 2015 (software version 1.5)
McIDAS-V Tutorial Displaying Polar Satellite Imagery updated September 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation
Satellite Products and Dissemination: Visualization and Data Access
Satellite Products and Dissemination: Visualization and Data Access Gregory Leptoukh GES DISC, NASA GSFC Dana Ostrenga GES DISC, NASA GSFC Introduction The Goddard Earth Sciences Data and Information Services
NASA Earth System Science: Structure and data centers
SUPPLEMENT MATERIALS NASA Earth System Science: Structure and data centers NASA http://nasa.gov/ NASA Mission Directorates Aeronautics Research Exploration Systems Science http://nasascience.nasa.gov/
Data source, type, and file naming convention
Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.
Review for Introduction to Remote Sensing: Science Concepts and Technology
Review for Introduction to Remote Sensing: Science Concepts and Technology Ann Johnson Associate Director ann@baremt.com Funded by National Science Foundation Advanced Technological Education program [DUE
Satellite'&'NASA'Data'Intro'
Satellite'&'NASA'Data'Intro' Research'vs.'Opera8ons' NASA':'Research'satellites' ' ' NOAA/DoD:'Opera8onal'Satellites' NOAA'Polar'Program:'NOAA>16,17,18,19,NPP' Geosta8onary:'GOES>east,'GOES>West' DMSP'series:'SSM/I,'SSMIS'
High Resolution Information from Seven Years of ASTER Data
High Resolution Information from Seven Years of ASTER Data Anna Colvin Michigan Technological University Department of Geological and Mining Engineering and Sciences Outline Part I ASTER mission Terra
Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery
Supervised Classification workflow in ENVI 4.8 using WorldView-2 imagery WorldView-2 is the first commercial high-resolution satellite to provide eight spectral sensors in the visible to near-infrared
Hyperspectral Satellite Imaging Planning a Mission
Hyperspectral Satellite Imaging Planning a Mission Victor Gardner University of Maryland 2007 AIAA Region 1 Mid-Atlantic Student Conference National Institute of Aerospace, Langley, VA Outline Objective
Files Used in this Tutorial
Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete
Importing ASCII Grid Data into GIS/Image processing software
Importing ASCII Grid Data into GIS/Image processing software Table of Contents Importing data into: ArcGIS 9.x ENVI ArcView 3.x GRASS Importing the ASCII Grid data into ArcGIS 9.x Go to Table of Contents
The NASA NEESPI Data Portal to Support Studies of Climate and Environmental Changes in Non-boreal Europe
The NASA NEESPI Data Portal to Support Studies of Climate and Environmental Changes in Non-boreal Europe Suhung Shen NASA Goddard Space Flight Center/George Mason University Gregory Leptoukh, Tatiana Loboda,
TerraColor White Paper
TerraColor White Paper TerraColor is a simulated true color digital earth imagery product developed by Earthstar Geographics LLC. This product was built from imagery captured by the US Landsat 7 (ETM+)
Ocean Level-3 Standard Mapped Image Products June 4, 2010
Ocean Level-3 Standard Mapped Image Products June 4, 2010 1.0 Introduction This document describes the specifications of Ocean Level-3 standard mapped archive products that are produced and distributed
Cloud Masking and Cloud Products
Cloud Masking and Cloud Products MODIS Operational Algorithm MOD35 Paul Menzel, Steve Ackerman, Richard Frey, Kathy Strabala, Chris Moeller, Liam Gumley, Bryan Baum MODIS Cloud Masking Often done with
Studying Topography, Orographic Rainfall, and Ecosystems (STORE)
Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Basic Lesson 2: Using ArcGIS Explorer to Analyze the Connection between Topography and Rainfall This lesson introduces Geographical
Create and share a map with GIScloud.com
Create and share a map with GIScloud.com GIS Cloud is a web based Geographic Information System powered by Cloud Computing and with the full power of desktop GIS. It allows users to create and access your
Lab #8: Introduction to ENVI (Environment for Visualizing Images) Image Processing
Lab #8: Introduction to ENVI (Environment for Visualizing Images) Image Processing ASSIGNMENT: Display each band of a satellite image as a monochrome image and combine three bands into a color image, and
and satellite image download with the USGS GloVis portal
Tutorial: NDVI calculation with SPRING GIS and satellite image download with the USGS GloVis portal Content overview: Downloading data from GloVis: p 2 Using SPRING GIS: p 11 This document is meant to
A Brief Explanation of Basic Web Services
A Brief Explanation of Basic Web Services What is REST? REpresentational State Transfer (REST) is a way for software to work when distributed across a network. For example, if I want to view the Iowa Dept
Where On Earth Will Three Different Satellites Provide Simultaneous Coverage?
Where On Earth Will Three Different Satellites Provide Simultaneous Coverage? In this exercise you will use STK/Coverage to model and analyze the quality and quantity of coverage provided by the Earth
Overview of the IR channels and their applications
Ján Kaňák Slovak Hydrometeorological Institute Jan.kanak@shmu.sk Overview of the IR channels and their applications EUMeTrain, 14 June 2011 Ján Kaňák, SHMÚ 1 Basics in satellite Infrared image interpretation
PS535F Getac Camera. Operation Guide
PS535F Getac Camera Copyright and Copies. The Software (including any copy thereof) is owned by Getac or its suppliers and is protected by copyright and patent laws. The Software copy is licensed to you
Finding GIS Data and Preparing it for Use
Finding_Data_Tutorial.Doc Page 1 of 19 Getting Ready for the Tutorial Sign Up for the GIS-L Listserv Finding GIS Data and Preparing it for Use The Yale University GIS-L Listserv is an internal University
ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online...
Table of Contents ArcGIS online Introduction... 2 Module 1: How to create a basic map on ArcGIS online... 3 Creating a public account with ArcGIS online... 3 Opening a Map, Adding a Basemap and then Saving
Norwegian Satellite Earth Observation Database for Marine and Polar Research http://normap.nersc.no USE CASES
Norwegian Satellite Earth Observation Database for Marine and Polar Research http://normap.nersc.no USE CASES The NORMAP Project team has prepared this document to present functionality of the NORMAP portal.
Launch-Ready Operations Code Chain ESDT ShortNames, LongNames, and Generating PGE or Ingest Source
Launch-Ready Operations Code Chain ESDT ShortNames, LongNames, and Generating PGE or Ingest Source Generating PGE Name/Description or Ingest Source Product ESDT ShortName Product ESDT LongName NPP_VMAE_L1
INVESTIGA I+D+i 2013/2014
INVESTIGA I+D+i 2013/2014 SPECIFIC GUIDELINES ON AEROSPACE OBSERVATION OF EARTH Text by D. Eduardo de Miguel October, 2013 Introducction Earth observation is the use of remote sensing techniques to better
Temporal variation in snow cover over sea ice in Antarctica using AMSR-E data product
Temporal variation in snow cover over sea ice in Antarctica using AMSR-E data product Michael J. Lewis Ph.D. Student, Department of Earth and Environmental Science University of Texas at San Antonio ABSTRACT
Landsat Monitoring our Earth s Condition for over 40 years
Landsat Monitoring our Earth s Condition for over 40 years Thomas Cecere Land Remote Sensing Program USGS ISPRS:Earth Observing Data and Tools for Health Studies Arlington, VA August 28, 2013 U.S. Department
MODIS Collection-6 Standard Snow-Cover Products
MODIS Collection-6 Standard Snow-Cover Products Dorothy K. Hall 1 and George A. Riggs 1,2 1 Cryospheric Sciences Laboratory, NASA / GSFC, Greenbelt, Md. USA 2 SSAI, Lanham, Md. USA MODIS Collection-6 Standard
VIIRS-CrIS mapping. NWP SAF AAPP VIIRS-CrIS Mapping
NWP SAF AAPP VIIRS-CrIS Mapping This documentation was developed within the context of the EUMETSAT Satellite Application Facility on Numerical Weather Prediction (NWP SAF), under the Cooperation Agreement
Estimating Firn Emissivity, from 1994 to1998, at the Ski Hi Automatic Weather Station on the West Antarctic Ice Sheet Using Passive Microwave Data
Estimating Firn Emissivity, from 1994 to1998, at the Ski Hi Automatic Weather Station on the West Antarctic Ice Sheet Using Passive Microwave Data Mentor: Dr. Malcolm LeCompte Elizabeth City State University
How Landsat Images are Made
How Landsat Images are Made Presentation by: NASA s Landsat Education and Public Outreach team June 2006 1 More than just a pretty picture Landsat makes pretty weird looking maps, and it isn t always easy
PS236 Getac Camera. Operation Guide
PS236 Getac Camera Copyright and Copies. The Software (including any copy thereof) is owned by Getac or its suppliers and is protected by copyright and patent laws. The Software copy is licensed to you
Data Processing Flow Chart
Legend Start V1 V2 V3 Completed Version 2 Completion date Data Processing Flow Chart Data: Download a) AVHRR: 1981-1999 b) MODIS:2000-2010 c) SPOT : 1998-2002 No Progressing Started Did not start 03/12/12
Studying cloud properties from space using sounder data: A preparatory study for INSAT-3D
Studying cloud properties from space using sounder data: A preparatory study for INSAT-3D Munn V. Shukla and P. K. Thapliyal Atmospheric Sciences Division Atmospheric and Oceanic Sciences Group Space Applications
Saharan Dust Aerosols Detection Over the Region of Puerto Rico
1 Saharan Dust Aerosols Detection Over the Region of Puerto Rico ARLENYS RAMÍREZ University of Puerto Rico at Mayagüez, P.R., 00683. Email:arlenys.ramirez@upr.edu ABSTRACT. Every year during the months
Earth Browser Users Guide
Earth Browser Users Guide Earth Browser Users Guide Contents What is Earth Browser?... 3 Getting Started... 3 System Requirements... 3 Downloading... 3 Browsing the Earth... 4 Your Tools... 4 Hand Tool...4
Publishing KML Services Tutorial
Publishing KML Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a KML service............................ 3 Copyright 1995-2010 ESRI, Inc. All rights
Night Microphysics RGB Nephanalysis in night time
Copyright, JMA Night Microphysics RGB Nephanalysis in night time Meteorological Satellite Center, JMA What s Night Microphysics RGB? R : B15(I2 12.3)-B13(IR 10.4) Range : -4 2 [K] Gamma : 1.0 G : B13(IR
INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES
INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES A TUTORIAL FROM SPATIAL AND NUMERIC DATA SERVICES NICOLE SCHOLTZ AND GEOFF IVERSON Overview... 2 A. Get a Digital Elevation Model (DEM)... 3 B. Open ArcMap,
Advanced Image Management using the Mosaic Dataset
Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Advanced Image Management using the Mosaic Dataset Vinay Viswambharan, Mike Muller Agenda ArcGIS Image Management
Using Google Earth for Environmental Science Research
Using Google Earth for Environmental Science Research This document is up-to-date as of August 2013. If you have any questions or additions to this material please email dan.friess@nus.edu.sg. Note: this
What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365
This guide explains how to access and use the OneDrive for Business cloud based storage system and Microsoft Office Online suite of products via a web browser. What is OneDrive for Business at University
Image Registration. Using Quantum GIS
Using Quantum GIS Tutorial ID: IGET_GIS_004 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released
Lesson 1: How to Download and Decompress USGS GloVis Landsat Data
Created By: Lane Carter Advisors: Paul Evangelista, Jim Graham Date: October 2010 Software: Internet Explorer, Windows Explorer, WinZip Lesson 1: How to Download and Decompress USGS GloVis Landsat Data
Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper
Quick and Easy Web Maps with Google Fusion Tables SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 July, 2011 Initial document created. Howard Veregin 1.1 Dec., 2011 Updated to
NCDC s SATELLITE DATA, PRODUCTS, and SERVICES
**** NCDC s SATELLITE DATA, PRODUCTS, and SERVICES Satellite data and derived products from NOAA s satellite systems are available through the National Climatic Data Center. The two primary systems are
16 th IOCCG Committee annual meeting. Plymouth, UK 15 17 February 2011. mission: Present status and near future
16 th IOCCG Committee annual meeting Plymouth, UK 15 17 February 2011 The Meteor 3M Mt satellite mission: Present status and near future plans MISSION AIMS Satellites of the series METEOR M M are purposed
Slide 1. Slide 2. Slide 3
Satellite Analysis of Sea Surface Temperatures in the Florida Keys to Monitor Coral Reef Health NASA Stennis Space Center Earthzine/DEVELOP Virtual Poster Session, Summer 2011 Video Transcript Slide 1
University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis
: Preparing Data for Analysis When a user acquires a particular data set of interest, it is rarely in the exact form that is needed during analysis. This tutorial describes how to change the data to make
Determining the Antarctic Ice Sheet Grounding Line with Photoclinometry using LANDSAT Imagery and ICESat Laser Altimetry
Determining the Antarctic Ice Sheet Grounding Line with Photoclinometry using LANDSAT Imagery and ICESat Laser Altimetry Jamika Baltrop, MyAsia Reid Mentor: Dr. Malcolm LeCompte 1704 Weeksville Road, Box
Remote Sensing Method in Implementing REDD+
Remote Sensing Method in Implementing REDD+ FRIM-FFPRI Research on Development of Carbon Monitoring Methodology for REDD+ in Malaysia Remote Sensing Component Mohd Azahari Faidi, Hamdan Omar, Khali Aziz
Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network
Government 1009: Advanced Geographical Information Systems Workshop LAB EXERCISE 3b: Network Objective: Using the Network Analyst in ArcGIS Implementing a network functionality as a model In this exercise,
Spatial Adjustment Tools: The Tutorial
Spatial Adjustment Tools: The Tutorial By Peter Kasianchuk, ESRI Educational Services In this exercise, you will perform some spatial adjustment and data management operations data to be used in analysis
WORLD WIND JAVA for MODIS FIRE PRODUCTS VISUALIZATION (WWJF)
WORLD WIND JAVA for MODIS FIRE PRODUCTS VISUALIZATION (WWJF) User Manual, v 1.0, April 2011 Luigi Boschetti, Alexandra Moulden and Michael Humber Department of Geography, University of Maryland, College
INF-USB2 and SI-USB Quick Start Guide
INF-USB2 and SI-USB Quick Start Guide Please follow these instructions carefully. DO NOT connect the INF-USB2 or SI-USB module to your computer before running the setup program. After running Setup and
Introduction to Imagery and Raster Data in ArcGIS
Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation
Cloud detection and clearing for the MOPITT instrument
Cloud detection and clearing for the MOPITT instrument Juying Warner, John Gille, David P. Edwards and Paul Bailey National Center for Atmospheric Research, Boulder, Colorado ABSTRACT The Measurement Of
Studying Topography, Orographic Rainfall, and Ecosystems (STORE)
Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Basic Lesson 3: Using Microsoft Excel to Analyze Weather Data: Topography and Temperature Introduction This lesson uses NCDC data to compare
Water Monitoring System Website User Guide www.fldep-stevens.com
Florida Department of Environmental Protection Division of State Lands Bureau of Survey and Mapping Water Monitoring System Website User Guide www.fldep-stevens.com Provided by Stevens Water Monitoring
How to install and use the File Sharing Outlook Plugin
How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.
Activity: Using ArcGIS Explorer
Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.
Open icon. The Select Layer To Add dialog opens. Click here to display
Mosaic Introduction This tour guide gives you the steps for mosaicking two or more image files to produce one image file. The mosaicking process works with rectified and/or calibrated images. Here, you
A remote sensing instrument collects information about an object or phenomenon within the
Satellite Remote Sensing GE 4150- Natural Hazards Some slides taken from Ann Maclean: Introduction to Digital Image Processing Remote Sensing the art, science, and technology of obtaining reliable information
Measurement of the effect of biomass burning aerosol on inhibition of cloud formation over the Amazon
Supporting Online Material for Koren et al. Measurement of the effect of biomass burning aerosol on inhibition of cloud formation over the Amazon 1. MODIS new cloud detection algorithm The operational
Report 2005 EUR 21579 EN
Feasibility study on the use of medium resolution satellite data for the detection of forest cover change caused by clear cutting of coniferous forests in the northwest of Russia Report 2005 EUR 21579
Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database?
Government 1008: Introduction to Geographic Information Systems Objectives: Creating geodatabases Joining attribute tables Attribute and location based queries Spatial joins Creating spatial and attribute
Cloud-based Geospatial Data services and analysis
Cloud-based Geospatial Data services and analysis Xuezhi Wang Scientific Data Center Computer Network Information Center Chinese Academy of Sciences 2014-08-25 Outlines 1 Introduction of Geospatial Data
INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE
INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR Woocommerce is a Wordpress plugin that facilitates the creation of an online store integrated to the current site. So that your customers can
TUTORIAL - Locations & Mapping. Using the ESdat Environmental Database System. For use with ESDAT version 5
TUTORIAL - Locations & Mapping Using the ESdat Environmental Database System For use with ESDAT version 5 (version 5 software updates available from ) Function Tutorial - Locations and Mapping Table of
Step 2: Learn where the nearest divergent boundaries are located.
What happens when plates diverge? Plates spread apart, or diverge, from each other at divergent boundaries. At these boundaries new ocean crust is added to the Earth s surface and ocean basins are created.
How to georectify an image in ArcMap 10
How to georectify an image in ArcMap 10 The University Library has a large collection of historical aerial photos for some North Carolina Counties ( http://www.lib.unc.edu/reference/gis/usda/index.html
Camtasia: Importing, cutting, and captioning your Video Express movie Camtasia Studio: Windows
Camtasia: Importing, cutting, and captioning your Video Express movie Camtasia Studio: Windows Activity 1: Adding your Video Express output into Camtasia Studio Step 1: the footage you shot in the Video
Spatial Data Store How to Order Imagery
Login: Click on the login link in the upper most top right corner of the page to log in. If you have an account, simply enter your email address and password. If you do not have an existing account, click
Using Internet or Windows Explorer to Upload Your Site
Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting
Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University
Instructions for MAC users MAC users have not been joined to the Active Directory Domain. ICT is unable to capture GroupWise archives you may have on your computer automatically or confirm if you have
Getting Started With LP360
Getting Started With LP360 10/30/2014 1 Contents What is LP360?... 3 System Requirements... 3 Installing LP360... 4 How to Enable the LP360 Extension... 4 How to Display the LP360 Toolbar... 4 How to Import
Product Navigator User Guide
Product Navigator User Guide Table of Contents Contents About the Product Navigator... 1 Browser support and settings... 2 Searching in detail... 3 Simple Search... 3 Extended Search... 4 Browse By Theme...
GOES-R AWG Cloud Team: ABI Cloud Height
GOES-R AWG Cloud Team: ABI Cloud Height June 8, 2010 Presented By: Andrew Heidinger 1 1 NOAA/NESDIS/STAR 1 Outline Executive Summary Algorithm Description ADEB and IV&V Response Summary Requirements Specification
Outlook Web Access (OWA) User Guide
Outlook Web Access (OWA) User Guide September 2010 TABLE OF CONTENTS TABLE OF CONTENTS... 2 1.0 INTRODUCTION... 4 1.1 OUTLOOK WEB ACCESS SECURITY CONSIDERATIONS... 4 2.0 GETTING STARTED... 5 2.1 LOGGING
CLASS Data Access Tutorial
NOAA s National Centers for Environmental Information CLASS Data Access Tutorial April 24, 2015 NOAA Satellite and Information Service National Centers for Environmental Information Table of Contents CLASS
Suomi / NPP Mission Applications Workshop Meeting Summary
Suomi / NPP Mission Applications Workshop Meeting Summary Westin City Center, Washington, DC June 21-22, 2012 Draft Report (updated March 12, 2013) I. Background The Suomi National Polar- orbiting Partnership
Raster: The Other GIS Data
04-Raster_Tutorial_Arcgis_93.Doc Page 1 of 11 Raster: The Other GIS Data Objectives Understand the raster format and how it is used to model continuous geographic phenomena Understand how projections &
Multiangle cloud remote sensing from
Multiangle cloud remote sensing from POLDER3/PARASOL Cloud phase, optical thickness and albedo F. Parol, J. Riedi, S. Zeng, C. Vanbauce, N. Ferlay, F. Thieuleux, L.C. Labonnote and C. Cornet Laboratoire
How to Attach Files in Blackboard Learn Email, Messages, Discussions, and Assignments
E-Mail 1. Launch the Email by clicking the icon from the Menu frame found on the left side of the screen. 2. From within the Send Email page, click the "Select Users" link. If you click any links above
How To Use Senior Systems Cloud Services
Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To
Spectral Response for DigitalGlobe Earth Imaging Instruments
Spectral Response for DigitalGlobe Earth Imaging Instruments IKONOS The IKONOS satellite carries a high resolution panchromatic band covering most of the silicon response and four lower resolution spectral
Finding and Downloading Landsat Data from the U.S. Geological Survey s Global Visualization Viewer Website
January 1, 2013 Finding and Downloading Landsat Data from the U.S. Geological Survey s Global Visualization Viewer Website All Landsat data are available to the public at no cost from U.S. Geological Survey
Microsoft FrontPage 2003
Information Technology Services Kennesaw State University Microsoft FrontPage 2003 Information Technology Services Microsoft FrontPage Table of Contents Information Technology Services...1 Kennesaw State
Chapter 6: Data Acquisition Methods, Procedures, and Issues
Chapter 6: Data Acquisition Methods, Procedures, and Issues In this Exercise: Data Acquisition Downloading Geographic Data Accessing Data Via Web Map Service Using Data from a Text File or Spreadsheet
Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers
Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers 1 INTRODUCTION GOAL OBJECTIVES MODULE 1 AEM & PHONEGAP ENTERPRISE INTRODUCTION LESSON 1- AEM BASICS OVERVIEW