AIRCentre / SARProcessing.jl

MIT License
31 stars 3 forks source link

Added Sentinel-1 Metadata functions: #25

Closed aalling93 closed 1 year ago

aalling93 commented 1 year ago

Description of change: I added metadata feature for the Sentinel-1 SLC satellite (IW, EW modes verified). Specifically

I added the following files;

Sentinel1Metadata.jl: Structures and constructures for nodes in the Metadata. Structure for entire Metadata. Metadata contains sub-structures of Header, ImageInformation, ProductInformation,SwathTiming,Bursts,Geolocation.

MetadataUtil.jl. utilities to fetch Sentinel-1 data currently. Should either me renamed or changed to be util for all metadata typ.es

exampleMetadata: File shpowing how to fetch only metadata

Sentinel1MetadataTest: Unittests for metadata. Added EzXML package

Context of the change:

Type of change

Preview:

Checklist:

aalling93 commented 1 year ago

Pull Request til sentinel 1 metadata

lupemba commented 1 year ago

This pr is replaced by https://github.com/AIRCentre/SARProcessing.jl/pull/34