Skip to content

Commit 2324ece

Browse files
authored
Update README.md
1 parent f79a921 commit 2324ece

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# EOmetadataTool
22
Table controlled Earth Observation metadata extractor and STAC tool
33

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

613
## Usage
714
Example calls
@@ -22,11 +29,6 @@ Example calls
2229
--template src/metadata_extract/templates/s5p_l2_stack.j2
2330
```
2431

25-
## Capabilities
26-
* Loading of CSV mapping file
27-
* Read directly from zip, tar, tar.gz, tgz, nc based on file extension
28-
* XPath extension functions
29-
3032
## Important to know
3133
* 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)
3234

0 commit comments

Comments
 (0)