From 2324ece00c523698d47ebc277ff93a716371e74d Mon Sep 17 00:00:00 2001 From: Christoph Reck Date: Tue, 2 May 2023 11:25:18 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a7c4ee5..f20ed7c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)