Skip to content

eodcgmbh/dhus-envisat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The DHuS Addon for Envisat

Introduction.

The DHuS addon is a Java package that contains the definitions and extraction rules and operations for the Envisat products. The central element of this package is the ontology definition file (aeolus.owl) located in the META-INF folder inside the resources directory.

The addon works in conjunction with the DRBX cortex definition (separate package), currently designed to support the following product types from the Envisat satellite mission:

  • AATSR sensor
    • ATS_LST_2P
  • ASAR sensor
    • ASA_WSM_1P
    • ASA_IMM_1P
    • ASA_APM_1P
  • MERIS sensor
    • MER_RR__2P
    • MER_FRS_2P
  • RA2 sensor
    • RA2_GDR_2P
    • RA2_MWS_2P

Metadata Attributes

All metadata that will be extracted and made available via DHuS is defined within the OWL file mentioned above. The following is a complete list of metadata attributes implemented with this addon. Sample outputs to demonstrate which values these attributes can take can be found in the samples folder inside the resources directory.

OData Name OpenSearch Name Description AATSR ASAR MERIS (SEN3) MERIS (N1) RA2
Satellite - Name of the satellite
Instrument - Name of the instrument
Date - Same as sensing start date
Sensing start beginposition Sensing start date
Sensing stop endposition Sensing stop date
Footprint gmlfootprint GML footprint
JTS footprint footprint JTS footprint
Platform name platformname Name of the platform
Platform short name platformshortname Short name of the platform
Platform serial identifier platformserialidentifier Identification number of the platform among the mission
Platform NSSDC identifier platformnssdcidentifier The National Space Science Data Center (NSSDC) identification number of the platform
Instrument name instrumentname Name of the instrument
Instrument short name instrumentshortname Short name of the instrument
Polarisation polarisation Polarisation combination
Polarisation mode polarisationmode Name of the polarisation mode
Instrument swath swathidentifier Swath identifier
Orbit number orbitnumber Absolute orbit number
Relative orbit number relativeorbitnumber Relative orbit number
Cycle cycle Number of cycles
Phase phase Mission phase
Orbit direction orbitdirection Orbit direction (ascending or descending)
Processing level processinglevel The value of the last processing
Processing center processingcenter Processing center ID
Generation time - Product generation date
Product type producttype Product type designation
Product description productdescription One line description of the file
Size size File size
Format format Product format description
Filename filename File name

More information on the source of the respective attributes can be found directly by looking at the OWL file itself.

Footprint Extraction

The footprint coordinates are extracted from the mixed ASCII/binary data file (N1), the netCDF (nc) file or the xfdumanifest.xml file, depending on the product. For the N1 files, the cortex topic (separate package) uses an XML schema definition file to create a tree of nodes which is then navigable within the addon OWL. This functionality is already provided for netCDF files by using the DRB netCDF extension in the topic class definition.

Latitudes and Longitudes

The generation of the footprints is based on the following sources:

For the following products, the values are provided in the unit of microdegrees and need to be scaled accordingly:

  • ASAR
  • MERIS (N1)
  • RA2

Furthermore, longitudes need to be converted from the (0-360) range to the (-180 to 180) range for the RA2 products.

Geometry

The AATSR footprint covers one full orbit. The width of the swath is based on the coordinates given by the netCDF variables.

The ASAR products represent individual images, the corresponding footprints are hence rectangles.

The MERIS products are simple polygons in case of the N1 format and more enhanced footprints with the SEN3 format (determined externally using Sentinel-3 tools).

For the RA2 product, the coordinates provided are the orbit coordinates. A continuous polygon having a fictional width of 1 millidegree was chosen to represent the footprint (defined by the offset variable in the OWL):

The number of points per polygon needs to be small enough for the DHuS to be able to handle it. A total number of approximately 400 points was chosen.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published