@@ -102,6 +102,7 @@ This script reads an EBAS Nasa Ames File and writes it again. In between, the fo
* Number format and missing values are optimised according to actual data
* The filename is standardised
* ...
The tool can be used to reformat badly formatted files generated manually or by other tools into a reproducible standard representation. The source file must be readable (not syntax errors)
```bash
...
...
@@ -114,6 +115,7 @@ This script converts from EBAS Nasa Ames to other export formats supported by EB
* ignore certain errors in the source file
* skip some variables
* change the flag output style
When using ```--format NasaAmes```, the script does about the same as the ebas_reformat example above.