RESEARCH METHODOLOGY

Size: px
Start display at page:

Download "RESEARCH METHODOLOGY"

Transcription

1 III. RESEARCH METHODOLOGY 3.1 Time and Location This research has been conducted in period March until October Location of research is over Sumatra terrain. Figure 3.1 show the area of interest of the research. Figure 3.1 Location of the study area 3.2 Data Source This research has used remote sensed and spatial data which are TERRA MODIS satellite data and meteorological data (temperature and rainfall). The MODIS satellite data collected by monthly since 2001 up to The MODIS data were available for free download from the site ftp://e4ftl01u.ecs.nasa.gov/molt/ and also from the site which is; and the meteorological data were available for free download from the site 21

2 3.3 Required Tools Several hardware and software used during this research project such are personal computer and printer, image processing software (ENVI version 4.7, MODIS Tool, Grads version 2.0), geographic information system software (Arc Map version 9.2) and office application software (Microsoft Office 2007) also hand held GPS Garmin. 3.4 Methodology Determine of Study Area Study area of this research is Sumatera terrestrial. Sumatra (also spelled Sumatera) is an island in western Indonesia. Sumatera is the 5 th highest island in the world's island, and the third highest in the Indonesian archipelago at 473,481 km² with a population of 50,365,538. The longest axis of the island runs approximately 1,790 km (1,110 mil) northwest southeast, crossing the equator near the center. At its widest point the island spans 435 km (270 miles) and administration of Sumatra terrains divided into ten provinces (Wikipedia, 2010). The interior of the island is dominated by two geographical regions: the Barisan Mountains in the west and swampy plains in the east. Most of Sumatra used to be covered by tropical rainforest, but economic development coupled with corruption and illegal logging has severely threatened its existence. Conservation areas have not been spared from destruction Data Collecting Remote sensing data of research study are used Terra MODIS satellite imagery data combining with meteorological data. Time series data used acquired data from 2001 up to The acquisition of MODIS data are downloaded with free of charge from specific website. One requirement specification to make MODIS data available is the availability of high speed internet connection to download the MODIS data. 22

3 Sumatra terrene has wide areas and cannot cover only by one single image of MODIS data. In this case, the MODIS datasets are provided to user in a tile fashion, each tile covers approximately by 10 latitude and 10 longitudes and to cover the whole of Sumatra terrene its need four tiles of MODIS datasets. The total of MODIS datasets in this study are used 432 of MODIS EVI (enhanced vegetation index) and 1640 of MODIS FPAR. Climatic data derived from monthly meteorological observations (January 2001 December 2009) from NCEP/DOE 2 Reanalysis data was provided by the NOAA/OAR/ESRL PSD, Boulder, Colorado, USA, from their Web site at There are two kinds of data were used from this source, which are monthly temperature and monthly precipitation. Monthly minimum and maximum temperature from this source were using a state-of-the-art analysis/forecast system to perform data assimilation data from 1979 to near the present. Temperature data were provided for global gridded with spatial coverage of degree latitude x degree longitude global grid of monthly anomalies of observed air temperature and combined observed air and marine temperature. Monthly estimates of precipitation were obtained by monthly and global gridded with spatial coverage of degree latitude x degree longitude precipitation means. This data set consists of monthly averaged precipitation rate values (mm/day). Global monthly precipitation analysis based on gauge observations, satellite estimates, and numerical model outputs. It includes a standard and enhanced version (with NCEP Reanalysis) from 1979 to near the present. Climatic data were provided in the UniData NetCDF (network Common Data Form) format. NetCDF is an interface for array-oriented data access and a library that provides an implementation of the interface. The NetCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. 23

4 Processing of MODIS Data The MODIS website provides a search engine that permits the user to search the MODIS product for particular areas of interest and to select the resolution of the data and specific dates. Note that products earlier than the current year are available from the USGS at the website The download options for data stored in the Data Pool can be accessed through an FTP server of the USGS. As stated in literature review, all MODIS land products are reprojected on the Integerized Sinusoidal (IS) 10-degree grid. In this study have been used MODIS EVI (MOD13A3) and MODIS FPAR (MOD15A2) which provided in tile projection characteristic. The tiles are labeled from top to bottom and from left to right starting at 00. The horizontal tiles range from h00 to h36, and the vertical tiles range from v00 to v17. Oftentimes a MODIS HDF-EOS filename will contain.h##v##. This specifies the horizontal and vertical location of the tile. To give an example, the selected product of interest for Sumatera was: Vegetation Indices 500m MOD13A3, for the whole of the year 2004 and the specific tiles we needed were h27v08, h27v09, h28v08 and h28v09. The MODIS data are the key data source for NPP estimation. MODIS system has two types of vegetation indices: normalized difference vegetation index (NDVI), sensitive to chlorophyll and the enhanced vegetation index (EVI), focused on plant structural variation such as physiognomy and leaf type and area. The MODIS enhanced vegetation index (MOD13A3) products will provide consistent, spatial and temporal comparisons of global vegetation conditions which will be used to monitor the Earth's terrestrial photosynthetic vegetation activity. MODIS (EVI) with monthly vegetation index compositing and 1 km resolution. The main reason to use vegetation index compositing is to combine multiple images into a single, gridded, and cloud-free vegetation index map. Other MODIS data which used in this research is MODIS Fraction of Photosynthetically Active Radiation (MOD15A2). MODIS (FPAR) used to defines an important structural property of a plant canopy and FPAR measures the proportion of available radiation in the photosynthetically active wavelengths (0.4 24

5 to 0.7 mm) that a canopy absorbs. MOD15A2 (FPAR) has 1 km resolution and provided in 8 day basis. MODIS (FPAR) are biophysical variables which describe canopy structure and are related to functional process rates of energy and mass exchange. MODIS (FPAR) have been used extensively as satellite derived parameters for calculation of surface photosynthesis and annual net primary production. These products are essential in calculating terrestrial energy, carbon, water cycle processes, and biogeochemistry of vegetation. For preprocessing the MODIS images in a format compatible with others software it was necessary to obtain software code from the US Geological Survey (USGS) ( which are available for different users operating systems. In the case, we used software programs MODIS Reprojection Tool (MRT). The MODIS Reprojection Tool is software designed to help individuals work with MODIS data by reprojecting MODIS images (Level-2G, Level-3, and Level-4 land data products) into more standard map projections. The main function of the MODIS Reprojection Tool is the resampler and mrtmosaic, executable programs that may be run either from the command-line or from the MRT Graphical User Interface (GUI). Resampling is the mathematical technique used to create a new version of the image with a different width and/or height in pixels. Increasing the size of an image is called up-sampling; reducing its size is called down-sampling. Many different resampling schemes are possible. Most techniques work by computing new pixels as a weighted average of the surrounding pixels. The weights depend on the distance between the new pixel location and the neighboring pixels. The simplest methods consider only the immediate neighbors; more advanced methods examine more of the surround pixels to attempt to produce a more accurate result. Following are the most common resampling methods: Nearest neighbor: Each pixel in the output image receives its value from the nearest pixel in the input (reference) image. Bilinear: Each estimated pixel value in the output image is based on a weighted average of the four nearest neighboring pixels in the input image. 25

6 Cubic convolution: Each estimated pixel value in the output image is based on a weighted average of 16 nearest neighboring pixels in the input image. Cubic convolution is the slowest method, but it yields the smoothest results Mosaicking images involves combining multiple images into a single composite image. The MRT provides a mosaic tool (mrtmosaic) for mosaicking tiles together prior to resampling. The mosaic tool requires that all input files are of the same product type and they must contain the same Scientific Data Set (SDS) names, SDS sizes (number of lines and samples), SDS projection types and projection information, SDS pixel size, etc. If the SDS characteristics for each input tile do not match, then the mosaic tool will exit with an error. The mosaic tool requires an input parameter file which lists the full path and filename of each input file to be mosaicked. The input files can be listed in any order and the mosaic tool will determine how they fit together in the mosaic. The mosaic tool also requires an output filename. The file type of the output file must match that of the input files. Thus, if the input files are HDF-EOS then the output file extension must be.hdf. If the input files are raw binary then the output file extension must be.hdr Estimation of Net Primary Production The approach for estimation NPP used NASA Carnegie Ames Stanford Approach (CASA) on the basis of light-use efficiency is conducted using relationship of monthly production of plant biomass is estimated as a product of time-varying surface solar irradiance (S r ) and EVI from the MODIS satellite, plus a constant light utilization efficiency term (e max ) that is modified by time-varying stress scalar terms for temperature (T) and moisture (W) effects. The equitation for estimation annually NPP values is : NPP = Sr EVI e max TW (14) Where : NPP = Net primary production (gc m -2 year -1 ) 26

7 Sr = Solar irradiance EVI = Enhanced Vegetation Index from MODIS e max T W = Constant Light Utilization Efficiency Term = Optimal temperature for plant production = Monthly water deficit The e max term is set uniformly at 0.39 g C MJ-1 PAR, a value that derives from calibration of predicted annual NPP to previous field estimates (Potter et al., 1993). T is computed with reference to derivation of optimal temperatures (T opt ) for plant production. W is estimated from monthly water deficits, based on a comparison of moisture supply (precipitation and stored soil water) to potential evapotranspiration (PET). T and W value based on the estimation data from climatic data. The equitation for estimation monthly NPP values is : NPP = EVI e max FPAR TW. (15) NPP = Net primary production (gc m -2 year -1 ) e max EVI = Constant Light Utilization Efficiency Term = Enhanced Vegetation Index from MODIS FPAR = Fraction Photosynthetically Active Radiation from MODIS T = Optimal temperature for plant production W = Monthly water deficit Ground Truth Ground truth refers to information that is collected "on location". In remote sensing, this is especially important in order to relate image data to real features and materials on the ground. The collection of ground-truth data enables calibration of remote-sensing data, and aids in the interpretation and analysis of what is being sensed. More specifically, ground truth may refer to a process in which a pixel on a satellite image is compared to what is there in reality (at the present time) in order to verify the contents of the pixel on the image. 27

8 Ground truth is usually done on site, performing surface observations and measurements of various properties of the features of the ground resolution cells that are being studied on the remotely sensed digital image. It also involves taking geographic coordinates of the ground resolution cell with GPS technology and comparing those with the coordinates of the pixel being studied provided by the remote sensing software to understand and analyze the location errors and how it may affect a particular study. In this study, ground truth conducted in two province of Sumatra (Aceh and South Sumatra Province). The information that is collected on location (ground truth information) derived from secondary data from other agency or institution. The general flow-chart of research study as show in Figure 3.2. MODIS Data Mosaicking Vector data Climate data Geometric Correction Landcover data Estimation of EVI and FPAR Spatial Distribution of NPP Spatial Distribution of NEP Ground Truth Map Display of Spatial Distribution of NPP Figure 3.2 Flowchart of the research estimation of NPP 28

ISO MODIS NDVI Weekly Composites for Canada South of 60 N Data Product Specification

ISO MODIS NDVI Weekly Composites for Canada South of 60 N Data Product Specification ISO 19131 MODIS NDVI Weekly Composites for South of 60 N Data Product Specification Revision: A Data specification: MODIS NDVI Composites for South of 60 N - Table of Contents - 1. OVERVIEW... 3 1.1. Informal

More information

Current Status of the Stratospheric Ozone Layer From: UNEP Environmental Effects of Ozone Depletion and Its Interaction with Climate Change

Current Status of the Stratospheric Ozone Layer From: UNEP Environmental Effects of Ozone Depletion and Its Interaction with Climate Change Goals Produce a data product that allows users to acquire time series of the distribution of UV-B radiation across the continental USA, based upon measurements from the UVMRP. Provide data in a format

More information

Mining Climate Data. Michael Steinbach Vipin Kumar University of Minnesota /AHPCRC

Mining Climate Data. Michael Steinbach Vipin Kumar University of Minnesota /AHPCRC Mining Climate Data Michael Steinbach Vipin Kumar University of Minnesota /AHPCRC Collaborators: G. Karypis, S. Shekhar (University of Minnesota/AHPCRC) V. Chadola, S. Iyer, G. Simon, P. Zhang (UM/AHPCRC)

More information

Comparison and Uncertainty Analysis in Remote Sensing Based Production Efficiency Models. Rui Liu

Comparison and Uncertainty Analysis in Remote Sensing Based Production Efficiency Models. Rui Liu Comparison and Uncertainty Analysis in Remote Sensing Based Production Efficiency Models Rui Liu 2010-05-27 公司 Outline: Why I m doing this work? Parameters Analysis in Production Efficiency Model (PEM)

More information

GLOBAL LAND DATA ASSIMILATION SYSTEM (GLDAS) PRODUCTS FROM NASA HYDROLOGY DATA AND INFORMATION SERVICES CENTER (HDISC) INTRODUCTION

GLOBAL LAND DATA ASSIMILATION SYSTEM (GLDAS) PRODUCTS FROM NASA HYDROLOGY DATA AND INFORMATION SERVICES CENTER (HDISC) INTRODUCTION GLOBAL LAND DATA ASSIMILATION SYSTEM (GLDAS) PRODUCTS FROM NASA HYDROLOGY DATA AND INFORMATION SERVICES CENTER (HDISC) Hongliang Fang, Patricia L. Hrubiak, Hiroko Kato, Matthew Rodell, William L. Teng,

More information

Amita Mehta and Ana Prados

Amita Mehta and Ana Prados Building Capacity in Utilizing NASA Remote Sensing Observations in SWAT for Water Resources and Agricultural Management Applications Amita Mehta and Ana Prados NASA - University of Maryland Baltimore County

More information

A Facility for Producing Consistent Remotely Sensed Biophysical Data Products of Australia

A Facility for Producing Consistent Remotely Sensed Biophysical Data Products of Australia TERRESTRIAL ECOSYSTEM RESEARCH NETWORK - AusCover - A Facility for Producing Consistent Remotely Sensed Biophysical Data Products of Australia June, 2011 Mervyn Lynch Professor of Remote Sensing Curtin

More information

Purdue University Meteorological Tool (PUMET)

Purdue University Meteorological Tool (PUMET) Purdue University Meteorological Tool (PUMET) Date: 10/25/2017 Purdue University Meteorological Tool (PUMET) allows users to download and visualize a variety of global meteorological databases, such as

More information

DROUGHT ASSESSMENT USING SATELLITE DERIVED METEOROLOGICAL PARAMETERS AND NDVI IN POTOHAR REGION

DROUGHT ASSESSMENT USING SATELLITE DERIVED METEOROLOGICAL PARAMETERS AND NDVI IN POTOHAR REGION DROUGHT ASSESSMENT USING SATELLITE DERIVED METEOROLOGICAL PARAMETERS AND NDVI IN POTOHAR REGION Researcher: Saad-ul-Haque Supervisor: Dr. Badar Ghauri Department of RS & GISc Institute of Space Technology

More information

INTERNATIONAL JOURNAL OF GEOMATICS AND GEOSCIENCES Volume 1, No 3, 2010

INTERNATIONAL JOURNAL OF GEOMATICS AND GEOSCIENCES Volume 1, No 3, 2010 ABSTRACT Net Primary Productivity Estimation of Eastern Ghats using Multispectral MODIS Data Nethaji Mariappan Scientist D, Centre for Remote Sensing and Geo informatics, Sathayabama University, Chennai

More information

Evapotranspiration monitoring with Meteosat Second Generation satellites: method, products and utility in drought detection.

Evapotranspiration monitoring with Meteosat Second Generation satellites: method, products and utility in drought detection. Evapotranspiration monitoring with Meteosat Second Generation satellites: method, products and utility in drought detection. Nicolas Ghilain Royal Meteorological Institute Belgium EUMeTrain Event week

More information

Comparison of MSG-SEVIRI and SPOT-VEGETATION data for vegetation monitoring over Africa

Comparison of MSG-SEVIRI and SPOT-VEGETATION data for vegetation monitoring over Africa Comparison of MSG-SEVIRI and SPOT-VEGETATION data for vegetation monitoring over Africa Bernard LACAZE CNRS UMR 8586 PRODIG Pôle Image et Campus Spatial, Université Paris Diderot Paris 7 Objectives Comparison

More information

1. Introduction. Chaithanya, V.V. 1, Binoy, B.V. 2, Vinod, T.R. 2. Publication Date: 8 April DOI: https://doi.org/ /cloud.ijarsg.

1. Introduction. Chaithanya, V.V. 1, Binoy, B.V. 2, Vinod, T.R. 2. Publication Date: 8 April DOI: https://doi.org/ /cloud.ijarsg. Cloud Publications International Journal of Advanced Remote Sensing and GIS 2017, Volume 6, Issue 1, pp. 2088-2096 ISSN 2320 0243, Crossref: 10.23953/cloud.ijarsg.112 Research Article Open Access Estimation

More information

Overview of Data for CREST Model

Overview of Data for CREST Model Overview of Data for CREST Model Xianwu Xue April 2 nd 2012 CREST V2.0 CREST V2.0 Real-Time Mode Forcasting Mode Data Assimilation Precipitation PET DEM, FDR, FAC, Slope Observed Discharge a-priori parameter

More information

Interannual variation of MODIS NDVI in Lake Taihu and its relation to climate in submerged macrophyte region

Interannual variation of MODIS NDVI in Lake Taihu and its relation to climate in submerged macrophyte region Yale-NUIST Center on Atmospheric Environment Interannual variation of MODIS NDVI in Lake Taihu and its relation to climate in submerged macrophyte region ZhangZhen 2015.07.10 1 Outline Introduction Data

More information

Remote sensing of the terrestrial ecosystem for climate change studies

Remote sensing of the terrestrial ecosystem for climate change studies Frontier of Earth System Science Seminar No.1 Fall 2013 Remote sensing of the terrestrial ecosystem for climate change studies Jun Yang Center for Earth System Science Tsinghua University Outline 1 Introduction

More information

MOPITT (Measurements of Pollution in the Troposphere) Version 6 Product User's Guide

MOPITT (Measurements of Pollution in the Troposphere) Version 6 Product User's Guide MOPITT (Measurements of Pollution in the Troposphere) Version 6 Product User's Guide Merritt N. Deeter* MOPITT Algorithm Development Team Atmospheric Chemistry Division National Center for Atmospheric

More information

Permanent Ice and Snow

Permanent Ice and Snow Soil Moisture Active Passive (SMAP) Ancillary Data Report Permanent Ice and Snow Preliminary, v.1 SMAP Science Document no. 048 Kyle McDonald, E. Podest, E. Njoku Jet Propulsion Laboratory California Institute

More information

Investigation of Relationship Between Rainfall and Vegetation Index by Using NOAA/AVHRR Satellite Images

Investigation of Relationship Between Rainfall and Vegetation Index by Using NOAA/AVHRR Satellite Images World Applied Sciences Journal 14 (11): 1678-1682, 2011 ISSN 1818-4952 IDOSI Publications, 2011 Investigation of Relationship Between Rainfall and Vegetation Index by Using NOAA/AVHRR Satellite Images

More information

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data Using the EartH2Observe data portal to analyse drought indicators Lesson 4: Using Python Notebook to access and process data Preface In this fourth lesson you will again work with the Water Cycle Integrator

More information

GLOBAL/CONTINENTAL LAND COVER MAPPING AND MONITORING

GLOBAL/CONTINENTAL LAND COVER MAPPING AND MONITORING GLOBAL/CONTINENTAL LAND COVER MAPPING AND MONITORING Ryutaro Tateishi, Cheng Gang Wen, and Jong-Geol Park Center for Environmental Remote Sensing (CEReS), Chiba University 1-33 Yayoi-cho Inage-ku Chiba

More information

Digital Elevation Models (DEM)

Digital Elevation Models (DEM) Digital Elevation Models (DEM) Digital representation of the terrain surface enable 2.5 / 3D views Rule #1: they are models, not reality Rule #2: they always include some errors (subject to scale and data

More information

Moderate Resolution Imaging Spectroradiometer (MODIS) Products and Potential Applications For Environmental and Climatic Monitoring in China

Moderate Resolution Imaging Spectroradiometer (MODIS) Products and Potential Applications For Environmental and Climatic Monitoring in China Moderate Resolution Imaging Spectroradiometer (MODIS) Products and Potential Applications For Environmental and Climatic Monitoring in China Jianhe (John) Qu Center for Earth Observing and Space Research

More information

Sources of Imagery and GIS Data Layers (Last updated October 2005)

Sources of Imagery and GIS Data Layers (Last updated October 2005) Sources of Imagery and GIS Data Layers (Last updated October 2005) The question of where to find data is one often asked by beginners in precision agriculture and other geospatial projects. The following

More information

Near Real-time Evapotranspiration Estimation Using Remote Sensing Data

Near Real-time Evapotranspiration Estimation Using Remote Sensing Data Near Real-time Evapotranspiration Estimation Using Remote Sensing Data by Qiuhong Tang 08 Aug 2007 Land surface hydrology group of UW Land Surface Hydrology Research Group ❶ ❷ ❸ ❹ Outline Introduction

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

More information

Auxiliary Materials for Paper. Widespread Decline in Greenness of Amazonian Vegetation Due to the 2010 Drought

Auxiliary Materials for Paper. Widespread Decline in Greenness of Amazonian Vegetation Due to the 2010 Drought Auxiliary Materials for Paper Widespread Decline in Greenness of Amazonian Vegetation Due to the 2010 Drought Liang Xu, 1* Arindam Samanta, 2* Marcos H. Costa, 3 Sangram Ganguly, 4 Ramakrishna R. Nemani,

More information

Seasonal and interannual relations between precipitation, soil moisture and vegetation in the North American monsoon region

Seasonal and interannual relations between precipitation, soil moisture and vegetation in the North American monsoon region Seasonal and interannual relations between precipitation, soil moisture and vegetation in the North American monsoon region Luis A. Mendez-Barroso 1, Enrique R. Vivoni 1, Christopher J. Watts 2 and Julio

More information

The relationship analysis of vegetation cover, rainfall and land surface temperature based on remote sensing in Tibet, China

The relationship analysis of vegetation cover, rainfall and land surface temperature based on remote sensing in Tibet, China IOP Conference Series: Earth and Environmental Science OPEN ACCESS The relationship analysis of vegetation cover, rainfall and land surface temperature based on remote sensing in Tibet, China To cite this

More information

MODIS-derived Snow Metrics Algorithm

MODIS-derived Snow Metrics Algorithm MODIS-derived Snow Metrics Algorithm Version.0 Jiang Zhu, Chuck Lindsay. Geographic Information Network of Alaska, UAF. National Park Service, Anchorage April, 6, 05 Introduction The National Park Service

More information

NIDIS Remote Sensing Workshop: Showcase of Products & Technologies

NIDIS Remote Sensing Workshop: Showcase of Products & Technologies Feature Article From Intermountain West Climate Summary, April 2008 NIDIS Remote Sensing Workshop: Showcase of Products & Technologies By Christina Alvord of WWA Three knowledge assessment workshops are

More information

Modeling CO 2 sinks and sources of European land vegetation using remote sensing data

Modeling CO 2 sinks and sources of European land vegetation using remote sensing data Modeling CO 2 sinks and sources of European land vegetation using remote sensing data K. Wißkirchen, K. Günther German Aerospace Center (DLR), German Remote Sensing Data Center (DFD), Climate and Atmospheric

More information

Vegetation Remote Sensing

Vegetation Remote Sensing Vegetation Remote Sensing Huade Guan Prepared for Remote Sensing class Earth & Environmental Science University of Texas at San Antonio November 2, 2005 Outline Why do we study vegetation remote sensing?

More information

Once a specific data set is selected, NEO will list related data sets in the panel titled Matching Datasets, which is to the right of the image.

Once a specific data set is selected, NEO will list related data sets in the panel titled Matching Datasets, which is to the right of the image. NASA Earth Observations (NEO): A Brief Introduction NEO is a data visualization tool that allows users to explore a wealth of environmental data collected by NASA satellites. The satellites use an array

More information

The PRECIS Regional Climate Model

The PRECIS Regional Climate Model The PRECIS Regional Climate Model General overview (1) The regional climate model (RCM) within PRECIS is a model of the atmosphere and land surface, of limited area and high resolution and locatable over

More information

School on Modelling Tools and Capacity Building in Climate and Public Health April Remote Sensing

School on Modelling Tools and Capacity Building in Climate and Public Health April Remote Sensing 2453-5 School on Modelling Tools and Capacity Building in Climate and Public Health 15-26 April 2013 Remote Sensing CECCATO Pietro International Research Institute for Climate and Society, IRI The Earth

More information

Raster Data Model. Examples of raster data Remotely sensed imagery (BV, DN) DEM (elevation) DRG (color) Raster Database

Raster Data Model. Examples of raster data Remotely sensed imagery (BV, DN) DEM (elevation) DRG (color) Raster Database Raster Data Model Why use a raster data model? Raster data representations Cell value Measurement, average, majority, significance Cell-based vs. point-based Raster data components Cells, Pixels, Grid

More information

Supplementary Figures

Supplementary Figures Supplementary Figures Supplementary Figure 1: The partial correlation coefficient of NDVI GS and GT for the first 15 years (1982-1996) and the last 15 years (1997-211) with five different definition of

More information

Ecosystems. 1. Population Interactions 2. Energy Flow 3. Material Cycle

Ecosystems. 1. Population Interactions 2. Energy Flow 3. Material Cycle Ecosystems 1. Population Interactions 2. Energy Flow 3. Material Cycle The deep sea was once thought to have few forms of life because of the darkness (no photosynthesis) and tremendous pressures. But

More information

Environmental Change Analysis in Nias Island Using Remote Sensing Technique

Environmental Change Analysis in Nias Island Using Remote Sensing Technique IJCST Vo l. 8, Is s u e 2, Ap r i l - Ju n e 2017 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) Environmental Change Analysis in Nias Island Using Remote Sensing Technique 1 Togi Tampubolon, 2 Rita

More information

T. Dale Bess 1 and Takmeng Wong Atmospheric Sciences Division Langley Research Center, NASA Hampton, VA G. Louis Smith

T. Dale Bess 1 and Takmeng Wong Atmospheric Sciences Division Langley Research Center, NASA Hampton, VA G. Louis Smith P1.7 ONE YEAR OF DAILY AVERAGED LONGWAVE RADIATION MEASUREMENTS FOR ENVIRONMENTAL AND CLIMATE CHANGE STUDIES T. Dale Bess 1 and Takmeng Wong Atmospheric Sciences Division Langley Research Center, NASA

More information

Information Server for the Global Soil Wetness Project Phase II

Information Server for the Global Soil Wetness Project Phase II 1 Information Server for the Global Soil Wetness Project Phase II *T. Oki, N. Hanasaki, Y. Shen, S. Kanae, K. Masuda, and P.A. Dirmeyer *Institute of Industrial Science, University of Tokyo Asian Water

More information

THE RAINWATER HARVESTING SYMPOSIUM 2015

THE RAINWATER HARVESTING SYMPOSIUM 2015 THE RAINWATER HARVESTING SYMPOSIUM 2015 Remote Sensing for Rainwater Harvesting and Recharge Estimation under Data Scarce Conditions Taye Alemayehu Ethiopian Institute of Water Resources, Metameta Research

More information

PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and Forecasting Product GLOBAL_ANALYSIS_FORECAST_WAV_001_027

PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and Forecasting Product GLOBAL_ANALYSIS_FORECAST_WAV_001_027 PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and GLOBAL_ANALYSIS_FORECAST_WAV_001_027 Contributors: E. Fernandez, L. Aouf CMEMS version scope : 4 Approval Date by CMEMS products team : 22/03/2018

More information

Practical Session Instructions. Terrestrial Water Storage. Drought Monitoring

Practical Session Instructions. Terrestrial Water Storage. Drought Monitoring Practical Session Instructions Terrestrial Water Storage Drought Monitoring Prof. Bob Su & M.Sc. Lichun Wang ITC, The Netherlands (July 2013) 1 Terrestrial water storage and Drought Monitoring using satellite

More information

PP COLOBOC. Status Report

PP COLOBOC. Status Report Federal Department of Home Affairs FDHA Federal Office of Meteorology and Climatology MeteoSwiss PP COLOBOC Status Report Jean-Marie Bettems MeteoSwiss COLOBOC/SOILVEG Workshop 01 March 2010, Langen Review

More information

RHOAPS. Real-time Hydrology Ocean Atmosphere Prediction System. Pronunciation: Ropes Motto: More than just THREDDS

RHOAPS. Real-time Hydrology Ocean Atmosphere Prediction System. Pronunciation: Ropes Motto: More than just THREDDS RHOAPS Real-time Hydrology Ocean Atmosphere Prediction System Pronunciation: Ropes Motto: More than just THREDDS Key Aspects Integrated real-time data systems Atmospheric Hydrologic Coastal oceans Societal

More information

Assimilating terrestrial remote sensing data into carbon models: Some issues

Assimilating terrestrial remote sensing data into carbon models: Some issues University of Oklahoma Oct. 22-24, 2007 Assimilating terrestrial remote sensing data into carbon models: Some issues Shunlin Liang Department of Geography University of Maryland at College Park, USA Sliang@geog.umd.edu,

More information

EXTRACTION OF REMOTE SENSING INFORMATION OF BANANA UNDER SUPPORT OF 3S TECHNOLOGY IN GUANGXI PROVINCE

EXTRACTION OF REMOTE SENSING INFORMATION OF BANANA UNDER SUPPORT OF 3S TECHNOLOGY IN GUANGXI PROVINCE EXTRACTION OF REMOTE SENSING INFORMATION OF BANANA UNDER SUPPORT OF 3S TECHNOLOGY IN GUANGXI PROVINCE Xin Yang 1,2,*, Han Sun 1, 2, Zongkun Tan 1, 2, Meihua Ding 1, 2 1 Remote Sensing Application and Test

More information

USGS/EROS Accomplishments and Year 3 Plans. Enhancement of the U.S. Drought Monit Through the Integration of NASA Vegetation Index Imagery

USGS/EROS Accomplishments and Year 3 Plans. Enhancement of the U.S. Drought Monit Through the Integration of NASA Vegetation Index Imagery USGS/EROS Accomplishments and Year 3 Plans Enhancement of the U.S. Drought Monit Through the Integration of NASA Vegetation Index Imagery Jesslyn Brown Team Meeting, Austin, TX, 10/6/09 U.S. Department

More information

an accessible interface to marine environmental data Russell Moffitt

an accessible interface to marine environmental data Russell Moffitt an accessible interface to marine environmental data Russell Moffitt The Atlas Project GOAL: To provide a single point of access to oceanographic and environmental data for use by marine resource researchers,

More information

Transboundary water management with Remote Sensing. Oluf Jessen DHI Head of Projects, Water Resources Technical overview

Transboundary water management with Remote Sensing. Oluf Jessen DHI Head of Projects, Water Resources Technical overview Transboundary water management with Remote Sensing Oluf Jessen DHI Head of Projects, Water Resources Technical overview ozj@dhigroup.com Transboundary water management Water management across national

More information

Leveraging Sentinel-1 time-series data for mapping agricultural land cover and land use in the tropics

Leveraging Sentinel-1 time-series data for mapping agricultural land cover and land use in the tropics Leveraging Sentinel-1 time-series data for mapping agricultural land cover and land use in the tropics Caitlin Kontgis caitlin@descarteslabs.com @caitlinkontgis Descartes Labs Overview What is Descartes

More information

IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA

IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA By: Talal Alharbi June, 29 2017 1 Motivation: In arid and semi-arid regions of the world the demand for fresh water resources is increasing due to: increasing

More information

Development of Pakistan s New Area Weighted Rainfall Using Thiessen Polygon Method

Development of Pakistan s New Area Weighted Rainfall Using Thiessen Polygon Method Pakistan Journal of Meteorology Vol. 9, Issue 17: July 2012 Technical Note Development of Pakistan s New Area Weighted Rainfall Using Thiessen Polygon Method Faisal, N. 1, 2, A. Gaffar 2 ABSTRACT In this

More information

Pan-Arctic Digital Elevation Map (Pan-Arctic DEM)

Pan-Arctic Digital Elevation Map (Pan-Arctic DEM) Memorandum to CAFF Board 07/28/2017 BACKGROUND: Pan-Arctic Digital Elevation Map (Pan-Arctic DEM) ArcticDEM is a National Geospatial-Intelligence Agency (NGA)-National Science Foundation (NSF) publicprivate

More information

McIDAS Activities Within The NASA Langley Research Center Clouds And Radiation Group

McIDAS Activities Within The NASA Langley Research Center Clouds And Radiation Group McIDAS Activities Within The NASA Langley Research Center Clouds And Radiation Group Kristopher Bedka Science Systems and Applications Inc @ NASA LaRC In Collaboration With (in alphabetical order) J. K.

More information

National Climatic Data Center Data Management Issues Tom Karl Director, NOAA s National Climatic Data Center

National Climatic Data Center Data Management Issues Tom Karl Director, NOAA s National Climatic Data Center National Climatic Data Center Data Management Issues Tom Karl Director, NOAA s National Climatic Data Center Opening Meeting NOAA Science Advisory Board s Data Archiving and Access Requirements Working

More information

OVERVIEW OF IMPROVED USE OF RS INDICATORS AT INAM. Domingos Mosquito Patricio

OVERVIEW OF IMPROVED USE OF RS INDICATORS AT INAM. Domingos Mosquito Patricio OVERVIEW OF IMPROVED USE OF RS INDICATORS AT INAM Domingos Mosquito Patricio domingos.mosquito@gmail.com Introduction to Mozambique /INAM Introduction to AGRICAB/SPIRITS Objectives Material & Methods Results

More information

Dynamic Land Cover Dataset Product Description

Dynamic Land Cover Dataset Product Description Dynamic Land Cover Dataset Product Description V1.0 27 May 2014 D2014-40362 Unclassified Table of Contents Document History... 3 A Summary Description... 4 Sheet A.1 Definition and Usage... 4 Sheet A.2

More information

DEPENDENCE OF URBAN TEMPERATURE ELEVATION ON LAND COVER TYPES. Ping CHEN, Soo Chin LIEW and Leong Keong KWOH

DEPENDENCE OF URBAN TEMPERATURE ELEVATION ON LAND COVER TYPES. Ping CHEN, Soo Chin LIEW and Leong Keong KWOH DEPENDENCE OF URBAN TEMPERATURE ELEVATION ON LAND COVER TYPES Ping CHEN, Soo Chin LIEW and Leong Keong KWOH Centre for Remote Imaging, Sensing and Processing, National University of Singapore, Lower Kent

More information

Climate Prediction Center National Centers for Environmental Prediction

Climate Prediction Center National Centers for Environmental Prediction NOAA s Climate Prediction Center Climate Monitoring Tool Wassila M. Thiaw and CPC International Team Climate Prediction Center National Centers for Environmental Prediction CPC International Team Vadlamani

More information

Global_map DIAS en

Global_map DIAS en Global map of interannual response of normalized difference vegetation index (NDVI) for air temperature, precipitation, and photosynthetically active radiation (PAR) 1. TITLE Edition Ver. 1.1 Metadata

More information

The Delaware Environmental Monitoring & Analysis Center

The Delaware Environmental Monitoring & Analysis Center The Delaware Environmental Monitoring & Analysis Center Tina Callahan Delaware Estuary Science & Environmental Summit 2013 January 27-30, 2013 What is DEMAC? Delaware Environmental Monitoring & Analysis

More information

NASA Web-Based Tools for Water Resources Data Access

NASA Web-Based Tools for Water Resources Data Access National Aeronautics and Space Administration ARSET Applied Remote Sensing Training http://arset.gsfc.nasa.gov @NASAARSET NASA Web-Based Tools for Water Resources Data Access www.nasa.gov Outline Overview

More information

Mario Flores, Graduate Student Department of Applied Mathematics, UTSA. EES 5053: Remote Sensing

Mario Flores, Graduate Student Department of Applied Mathematics, UTSA. EES 5053: Remote Sensing Mario Flores, Graduate Student Department of Applied Mathematics, UTSA Miguel Balderas, E.I.T., Graduate Student Department of Civil/Environmental Engineering, UTSA EES 5053: Remote Sensing REMOTE SENSING

More information

Capabilities and Limitations of Land Cover and Satellite Data for Biomass Estimation in African Ecosystems Valerio Avitabile

Capabilities and Limitations of Land Cover and Satellite Data for Biomass Estimation in African Ecosystems Valerio Avitabile Capabilities and Limitations of Land Cover and Satellite Data for Biomass Estimation in African Ecosystems Valerio Avitabile Kaniyo Pabidi - Budongo Forest Reserve November 13th, 2008 Outline of the presentation

More information

Creating a cloud-free MODIS snow cover product using spatial and temporal interpolation and temperature thresholds

Creating a cloud-free MODIS snow cover product using spatial and temporal interpolation and temperature thresholds Creating a cloud-free MODIS snow cover product using spatial and temporal interpolation and temperature thresholds Justinas Kilpys, Egidijus Rimkus, Silvija Pipiraitė Vilnius University, Institute of Geosciences

More information

8-km Historical Datasets for FPA

8-km Historical Datasets for FPA Program for Climate, Ecosystem and Fire Applications 8-km Historical Datasets for FPA Project Report John T. Abatzoglou Timothy J. Brown Division of Atmospheric Sciences. CEFA Report 09-04 June 2009 8-km

More information

Customizable Drought Climate Service for supporting different end users needs

Customizable Drought Climate Service for supporting different end users needs 1 Customizable Drought Climate Service for supporting different end users needs Ramona MAGNO, T. De Filippis, E. Di Giuseppe, M. Pasqui, E. Rapisardi, L. Rocchi (IBIMET-CNR; LaMMA Consortium) 1 Congresso

More information

Lecture Topics. 1. Vegetation Indices 2. Global NDVI data sets 3. Analysis of temporal NDVI trends

Lecture Topics. 1. Vegetation Indices 2. Global NDVI data sets 3. Analysis of temporal NDVI trends Lecture Topics 1. Vegetation Indices 2. Global NDVI data sets 3. Analysis of temporal NDVI trends Why use NDVI? Normalize external effects of sun angle, viewing angle, and atmospheric effects Normalize

More information

Climate Change and Vegetation Phenology

Climate Change and Vegetation Phenology Climate Change and Vegetation Phenology Climate Change In the Northeastern US mean annual temperature increased 0.7 C over 30 years (0.26 C per decade) Expected another 2-6 C over next century (Ollinger,

More information

SIMPLE ESTIMATION OF AIR TEMPERATURE FROM MODIS LST IN GIFU CITY, JAPAN

SIMPLE ESTIMATION OF AIR TEMPERATURE FROM MODIS LST IN GIFU CITY, JAPAN SIMPLE ESTIMATION OF AIR TEMPERATURE FROM MODIS LST IN GIFU CITY, JAPAN Ali Rahmat The United Graduate School of Agricultural Science, Gifu University, 1-1 Yanagido, Gifu 501-1193, Japan Abstract: In the

More information

Monitoring Vegetation Growth of Spectrally Landsat Satellite Imagery ETM+ 7 & TM 5 for Western Region of Iraq by Using Remote Sensing Techniques.

Monitoring Vegetation Growth of Spectrally Landsat Satellite Imagery ETM+ 7 & TM 5 for Western Region of Iraq by Using Remote Sensing Techniques. Monitoring Vegetation Growth of Spectrally Landsat Satellite Imagery ETM+ 7 & TM 5 for Western Region of Iraq by Using Remote Sensing Techniques. Fouad K. Mashee, Ahmed A. Zaeen & Gheidaa S. Hadi Remote

More information

Rio Santa Geodatabase Project

Rio Santa Geodatabase Project Rio Santa Geodatabase Project Amanda Cuellar December 7, 2012 Introduction The McKinney research group (of which I am a part) collaborates with international and onsite researchers to evaluate the risks

More information

International Journal of Intellectual Advancements and Research in Engineering Computations

International Journal of Intellectual Advancements and Research in Engineering Computations ISSN:2348-2079 Volume-5 Issue-2 International Journal of Intellectual Advancements and Research in Engineering Computations Agricultural land investigation and change detection in Coimbatore district by

More information

GEO Joint Experiment for Crop Assessment and Monitoring (JECAM): 2014 Site Progress Report

GEO Joint Experiment for Crop Assessment and Monitoring (JECAM): 2014 Site Progress Report GEO Joint Experiment for Crop Assessment and Monitoring (JECAM): JECAM Test Site Name: China - Guangdong 2014 Site Progress Report Team Leader and Members: Prof Wu Bingfang (Leader), Jiratiwan Kruasilp,

More information

Software requirements * : Part III: 2 hrs.

Software requirements * : Part III: 2 hrs. Title: Product Type: Developer: Target audience: Format: Software requirements * : Data: Estimated time to complete: Mapping snow cover using MODIS Part I: The MODIS Instrument Part II: Normalized Difference

More information

Regional Drought Decision Support System (RDDSS) Project Update and Product Concepts

Regional Drought Decision Support System (RDDSS) Project Update and Product Concepts Regional Drought Decision Support System (RDDSS) Project Update and Product Concepts Part of the Red River Basin Decision Information Network (RRBDIN) NEXT-GEN RRBDIN Decision Support for the Red River

More information

Impact of Intraseasonal Variations to the Spatial Distribution of Coastal Heavy Rainbands Intensity During HARIMAU IOP 2011 in the West Sumatera

Impact of Intraseasonal Variations to the Spatial Distribution of Coastal Heavy Rainbands Intensity During HARIMAU IOP 2011 in the West Sumatera Impact of Intraseasonal Variations to the Spatial Distribution of Coastal Heavy Rainbands Intensity During HARIMAU IOP 2011 in the West Sumatera Ardhi Adhary Arbain, Yekti Galihselowati Agency for the

More information

1 Introduction. Station Type No. Synoptic/GTS 17 Principal 172 Ordinary 546 Precipitation

1 Introduction. Station Type No. Synoptic/GTS 17 Principal 172 Ordinary 546 Precipitation Use of Automatic Weather Stations in Ethiopia Dula Shanko National Meteorological Agency(NMA), Addis Ababa, Ethiopia Phone: +251116639662, Mob +251911208024 Fax +251116625292, Email: Du_shanko@yahoo.com

More information

Applications of yield monitoring systems and agricultural statistics in agricultural (re)insurance

Applications of yield monitoring systems and agricultural statistics in agricultural (re)insurance Image: used under license from shutterstock.com Applications of yield monitoring systems and agricultural statistics in agricultural (re)insurance 18 October 2018 Ernst Bedacht Agenda Introduction 1. Munich

More information

Predicting ectotherm disease vector spread. - Benefits from multi-disciplinary approaches and directions forward

Predicting ectotherm disease vector spread. - Benefits from multi-disciplinary approaches and directions forward Predicting ectotherm disease vector spread - Benefits from multi-disciplinary approaches and directions forward Naturwissenschaften Stephanie Margarete THOMAS, Carl BEIERKUHNLEIN, Department of Biogeography,

More information

Drought and its effect on vegetation, comparison of NDVI for drought and non-drought years related to Land use classifications

Drought and its effect on vegetation, comparison of NDVI for drought and non-drought years related to Land use classifications Drought and its effect on vegetation, comparison of NDVI for drought and non-drought years related to Land use classifications Jabbari *, S., Khajeddin, S. J. Jafari, R, Soltani, S and Riahi, F s.jabbari_62@yahoo.com

More information

OCN 401. Photosynthesis

OCN 401. Photosynthesis OCN 401 Photosynthesis Photosynthesis Process by which carbon is reduced from CO 2 to organic carbon Provides all energy for the biosphere (except for chemosynthesis at hydrothermal vents) Affects composition

More information

Remote Sensing Based Inversion of Gap Fraction for Determination of Leaf Area Index. Alemu Gonsamo 1 and Petri Pellikka 1

Remote Sensing Based Inversion of Gap Fraction for Determination of Leaf Area Index. Alemu Gonsamo 1 and Petri Pellikka 1 Remote Sensing Based Inversion of Gap Fraction for Determination of Leaf Area Index Alemu Gonsamo and Petri Pellikka Department of Geography, University of Helsinki, P.O. Box, FIN- Helsinki, Finland; +-()--;

More information

Weather and climate outlooks for crop estimates

Weather and climate outlooks for crop estimates Weather and climate outlooks for crop estimates CELC meeting 2016-04-21 ARC ISCW Observed weather data Modeled weather data Short-range forecasts Seasonal forecasts Climate change scenario data Introduction

More information

Improvement of Himawari-8 observation data quality

Improvement of Himawari-8 observation data quality Improvement of Himawari-8 observation data quality 3 July 2017 Meteorological Satellite Center Japan Meteorological Agency The Japan Meteorological Agency (JMA) plans to modify its Himawari-8 ground processing

More information

Paper presented at the 9th AGILE Conference on Geographic Information Science, Visegrád, Hungary,

Paper presented at the 9th AGILE Conference on Geographic Information Science, Visegrád, Hungary, Paper presented at the 9th AGILE Conference on Geographic Information Science, Visegrád, Hungary, 2006 21 Validation of MODIS Snowcover Products in Romania. Methodology and conclusions C. Flueraru, G.

More information

Time Series Analysis with SAR & Optical Satellite Data

Time Series Analysis with SAR & Optical Satellite Data Time Series Analysis with SAR & Optical Satellite Data Thomas Bahr ESRI European User Conference Thursday October 2015 harris.com Motivation Changes in land surface characteristics mirror a multitude of

More information

Evaluation of a MODIS Triangle-based Algorithm for Improving ET Estimates in the Northern Sierra Nevada Mountain Range

Evaluation of a MODIS Triangle-based Algorithm for Improving ET Estimates in the Northern Sierra Nevada Mountain Range Evaluation of a MODIS Triangle-based Algorithm for Improving ET Estimates in the Northern Sierra Nevada Mountain Range Kyle R. Knipper 1, Alicia M. Kinoshita 2, and Terri S. Hogue 1 January 5 th, 2015

More information

Technical Drafting, Geographic Information Systems and Computer- Based Cartography

Technical Drafting, Geographic Information Systems and Computer- Based Cartography Technical Drafting, Geographic Information Systems and Computer- Based Cartography Project-Specific and Regional Resource Mapping Services Geographic Information Systems - Spatial Analysis Terrestrial

More information

Drought Bulletin for the Greater Horn of Africa: Situation in June 2011

Drought Bulletin for the Greater Horn of Africa: Situation in June 2011 Drought Bulletin for the Greater Horn of Africa: Situation in June 2011 Preliminary Analysis of data from the African Drought Observatory (ADO) SUMMARY The analyses of different meteorological and remote

More information

Software requirements * : Part III: 2 hrs.

Software requirements * : Part III: 2 hrs. Title: Product Type: Developer: Target audience: Format: Software requirements * : Data: Estimated time to complete: Mapping snow cover using MODIS Part I: The MODIS Instrument Part II: Normalized Difference

More information

Enhancement of the U.S. Drought Monitor Through the Integration of NASA Vegetation Index Imagery

Enhancement of the U.S. Drought Monitor Through the Integration of NASA Vegetation Index Imagery Enhancement of the U.S. Drought Monitor Through the Integration of NASA Vegetation Index Imagery Project and Related Activities at USGS/EROS Jim Verdin, Jesslyn Brown, Yingxin Gu, Gail Schmidt, Troy McVay

More information

Watershed Application of WEPP and Geospatial Interfaces. Dennis C. Flanagan

Watershed Application of WEPP and Geospatial Interfaces. Dennis C. Flanagan Watershed Application of WEPP and Geospatial Interfaces Dennis C. Flanagan Research Agricultural Engineer USDA-Agricultural Research Service Adjunct Professor Purdue Univ., Dept. of Agric. & Biol. Eng.

More information

AGOG 485/585 /APLN 533 Spring Lecture 5: MODIS land cover product (MCD12Q1). Additional sources of MODIS data

AGOG 485/585 /APLN 533 Spring Lecture 5: MODIS land cover product (MCD12Q1). Additional sources of MODIS data AGOG 485/585 /APLN 533 Spring 2019 Lecture 5: MODIS land cover product (MCD12Q1). Additional sources of MODIS data Outline Current status of land cover products Overview of the MCD12Q1 algorithm Mapping

More information

ERBE Geographic Scene and Monthly Snow Data

ERBE Geographic Scene and Monthly Snow Data NASA Contractor Report 4773 ERBE Geographic Scene and Monthly Snow Data Lisa H. Coleman, Beth T. Flug, Shalini Gupta, Edward A. Kizer, and John L. Robbins Science Applications International Corporation

More information

Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online. Kenyatta BaRaKa Jackson US Forest Service - Consultant

Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online. Kenyatta BaRaKa Jackson US Forest Service - Consultant Geospatial Fire Behavior Modeling App to Manage Wildfire Risk Online Kenyatta BaRaKa Jackson US Forest Service - Consultant Fire Behavior Modeling and Forest Fuel Management Modeling Fire Behavior is an

More information

The role of soil moisture in influencing climate and terrestrial ecosystem processes

The role of soil moisture in influencing climate and terrestrial ecosystem processes 1of 18 The role of soil moisture in influencing climate and terrestrial ecosystem processes Vivek Arora Canadian Centre for Climate Modelling and Analysis Meteorological Service of Canada Outline 2of 18

More information