@@ -85,6 +85,7 @@ This script reads an EBAS Nasa Ames File and writes it again. In between, the fo
...
@@ -85,6 +85,7 @@ This script reads an EBAS Nasa Ames File and writes it again. In between, the fo
* The filename is standardised
* 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)
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
```bash
./ebas_reformat.py Testdata/ugly_file
./ebas_reformat.py Testdata/ugly_file
```
```
...
@@ -96,6 +97,7 @@ This script converts from EBAS Nasa Ames to other export formats supported by EB
...
@@ -96,6 +97,7 @@ This script converts from EBAS Nasa Ames to other export formats supported by EB
* skip some variables
* skip some variables
* change the flag output style
* change the flag output style
When using ```--format NasaAmes```, the script does about the same as the ebas_reformat example above.
When using ```--format NasaAmes```, the script does about the same as the ebas_reformat example above.