IKONOS: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (various changes in structure, typos, added source to L7 handbook)
Line 39: Line 39:
''ToAdd''
''ToAdd''


== Pre-Processing ==
== File Formats & Metadata ==


''ToAdd''
''ToAdd''


=== File Formats & Metadata ===
== Pre-Processing ==


''ToAdd''
''ToAdd''
Line 51: Line 51:
''ToAdd''
''ToAdd''


=== Derive Physical Quantities ===
=== Deriving Physical Quantities ===


==== Calculate Spectral Radiance ====
==== Spectral Radiance ====


Converting Digital Numbers to Radiance/Reflectance requires knowledge about the sensor's specific spectral band parameters. Those are, as extracted from the document ''IKONOS Planetary Reflectance and Mean Solar Exoatmospheric Irradiance'', by Martin Taylor (see references):
Converting Digital Numbers to Radiance/Reflectance requires knowledge about the sensor's specific spectral band parameters. Those are, as extracted from the document ''IKONOS Planetary Reflectance and Mean Solar Exoatmospheric Irradiance'', by Martin Taylor (see references):
Line 69: Line 69:
  {{cmd|r.mapcalc}} <source lang="bash" enclose=none>"Blue_Radiance = ( (10000 * IKONOS_Blue_Band_DN) / (728 * 71.3) )"</source>
  {{cmd|r.mapcalc}} <source lang="bash" enclose=none>"Blue_Radiance = ( (10000 * IKONOS_Blue_Band_DN) / (728 * 71.3) )"</source>


==== Calculate Planetary Reflectance ====
==== Planetary Reflectance ====


The equation to derive Reflectance values incorporates in addition:
The equation to derive Reflectance values incorporates in addition:
Line 92: Line 92:


See [[Atmospheric correction]]
See [[Atmospheric correction]]
== Post-Processing ==
Having beforehand satellite image data expressed in physical quantities (radiance or reflectance) is preferred to follow-up with digital image analysis techniques.


=== Color composites ===
=== Color composites ===
Line 98: Line 102:


=== Pan Sharpening ===
=== Pan Sharpening ===
''ToAdd''
=== Vegetation Indices ===


''ToAdd''
''ToAdd''
Line 108: Line 116:


* http://www.apollomapping.com/wp-content/user_uploads/2011/09/IKONOS_Esun_Calculations.pdf
* http://www.apollomapping.com/wp-content/user_uploads/2011/09/IKONOS_Esun_Calculations.pdf
* http://web.unicen.edu.ar/crecic/docs/radrefl.pdf
* [http://web.unicen.edu.ar/crecic/docs/radrefl.pdf Ikonos DN Value Conversion to Planetary Reflectance Values, by David Fleming]
* Some short presentation about the DN to Reflectance conevrsion: [http://igett.delmar.edu/Resources/Remote%20Sensing%20Technology%20Training/Calculation-DN_to_Reflectance_Irish_20June08.pdf Calibrated Landsat Digital Number (DN) to Top of Atmosphere (TOA) Reflectance Conversion, by Richard Irish]
* [http://landsathandbook.gsfc.nasa.gov/data_prod/prog_sect11_3.html Landsat7 Science Data Users Handbook, Chapter 11, Section 3]
* Some short presentation about the DN to Reflectance conversion: [http://igett.delmar.edu/Resources/Remote%20Sensing%20Technology%20Training/Calculation-DN_to_Reflectance_Irish_20June08.pdf Calibrated Landsat Digital Number (DN) to Top of Atmosphere (TOA) Reflectance Conversion, by Richard Irish]
 


== See also ==
== See also ==

Revision as of 09:41, 27 July 2013

[This page is under construction]

IKONOS is a commercial earth observation satellite. Details about the sensor are provided at Digital Globe's IKONOS Data Sheet

Availability (Sample Data)

Pre-Processing Overview

Typically, multispectral satellite data are converted into physical quantities such as Radiance or Reflectance before they are subjected in multispectral analysis techniques (image interpretation, band arithmetic, vegetation indices, matrix transformations, etc.). The latter can be differentiated in Top of Atmosphere Reflectance (ToAR) which does not account for atmospheric effects (absorption or scattering) and in Top of Canopy Reflectance (ToCR) which introduces a "correction" for atmospheric effects.


In order to derive Reflectance values, likewise as with remotely sensed data acquired by other sensors, IKONOS raw image digital numbers (DNs) need to be converted to at-sensor spectral Radiance values. At-sensor spectral Radiance values are an important input for the equation to derive Reflectance values. Note, Spectal Radiance is the measure of the quantity of radiation that hits the sensor and typically expressed in , that is watts per unit source area, per unit solid angle, and per unit wavelength.


Converting DNs to at-sensor Radiance can be done by using the following equation:


Converting to Top of Atmosphere Reflectance, also referred to as Planetary Reflectance, can be done by using the following equation:

where:

  • - Unitless Planetary Reflectance
  • - mathematical constant (3.14159265358)
  • spectral Radiance at the sensor's aperture, from equation... ToADD
  • - Earth-Sun distance in astronomical units, interpolated values
  • - Mean solar exoatmospheric irradiance(s) (W/m2/μm), interpolated values
  • - Solar zenith angle, from the image acquisition's metadata

Modules overview

ToAdd

File Formats & Metadata

ToAdd

Pre-Processing

ToAdd

Importing data

ToAdd

Deriving Physical Quantities

Spectral Radiance

Converting Digital Numbers to Radiance/Reflectance requires knowledge about the sensor's specific spectral band parameters. Those are, as extracted from the document IKONOS Planetary Reflectance and Mean Solar Exoatmospheric Irradiance, by Martin Taylor (see references):

 Pan_CalCoef=161	;	Pan_Width=403		;	Pan_Esun=1375.8
 Blue_CalCoef=728	;	Blue_Width=71.3		;	Blue_Esun=1930.9
 Green_CalCoef=720	;	Green_Width=88.6	;	Green_Esun=1854.8
 Red_CalCoef=949	;	Red_Width=65.8		;	Red_Esun=1556.5
 NIR_CalCoef=843	;	NIR_Width=95.4		;	NIR_Esun=1156.9

Converting a Blue Band (Digital Numbers) in to Spectral at-sensor Radiance in the correct units to be further used for the conversion in to unitless Reflectance:

r.mapcalc "Blue_Radiance = ( (10000 * IKONOS_Blue_Band_DN) / (728 * 71.3) )"

Planetary Reflectance

The equation to derive Reflectance values incorporates in addition:

  • The mathematical constant Pi PI=3.14159265358.
  • The Earth-Sun distance in astronomical units which depends on the acquisition's day of year (DOY -- also referred to as Julian day, Ordinal_date) and can be retrieved from the following spreadsheet <http://landsathandbook.gsfc.nasa.gov/excel_docs/d.xls>.
  • The mean solar exoatmospheric irradiance in Failed to parse (syntax error): {\displaystyle \frac{W}{m2*μm}} -- see 3rd column of (interplated) values given above.
  • The cosine of the Solar Zenith Angle (SZA) at the time of the acquisition. The SZA can be calculated from its complementary Solar Elevation Angle (SEA) given in the image acquisition's metadata.


In the following example we accept as the acquisition's DOY=166 and SEA=52.78880. Hence, we get the Earth-Sun distance ESD=1.0157675 and SZA = 37.21120 deg.


Converting the in-Blue spectral band at-sensor Radiance in to Planerary Reflectance:

PI=3.14159265358; ESD=1.0157675; BAND_Esun=1930.9; SZA=37.21120
r.mapcalc "Blue_Reflectance = ( ${PI} * Blue_Radiance * ${ESD}^2 ) / ( ${BAND_Esun} * cos(${SZA}) )"

ToAdd

Atmospheric correction

See Atmospheric correction

Post-Processing

Having beforehand satellite image data expressed in physical quantities (radiance or reflectance) is preferred to follow-up with digital image analysis techniques.

Color composites

ToAdd

Pan Sharpening

ToAdd

Vegetation Indices

ToAdd

IKONOS Image classification

See Image classification

References / Sources


See also


ToAdd