Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-reck authored May 2, 2023
1 parent f79a921 commit 2324ece
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# EOmetadataTool
Table controlled Earth Observation metadata extractor and STAC tool

*NOTE: the code for this repository will soon be published.*
## Capabilities
* reads metadata from files in multiple formats like zip, gzip, tar, SAFE, NetCDF, or directory tree;
* extracts product metadata from one or more files;
* attribute list and extraction rules specified in a CSV file
* uses XPath expressions for the metadata extraction;
* adds XPath functions extensions for common text manipulations: join, regex, map, uppercase, date;
* creates any desired output format like STAC, EOP XML, JSON [23] using a jinja [22] template;
* allows using the tool as a python API to embed it in other applications.

## Usage
Example calls
Expand All @@ -22,11 +29,6 @@ Example calls
--template src/metadata_extract/templates/s5p_l2_stack.j2
```

## Capabilities
* Loading of CSV mapping file
* Read directly from zip, tar, tar.gz, tgz, nc based on file extension
* XPath extension functions

## Important to know
* Coordinates are in the format "Latitude,Longitude" (this is the default order for Sentinel-1 metadata). Points are separated by space. This order needs be reversed for GeoJSON output (e.g., for geoserver product.json/granules.json)

Expand Down

0 comments on commit 2324ece

Please sign in to comment.