Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM opendap/besd:3.21.1-896 AS base
FROM opendap/besd:3.21.1-1090-el8 AS base
HEALTHCHECK NONE

RUN yum -y update && \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ Find the version you want to use and get the asset URL for the .whl file and ins
pip install https://github.com/ghrcdaac/dmrpp-generator/releases/download/v<release_version>/dmrpp_file_generator-<dmrpp_version>-py3-none-any.whl
```

# Supported get_dmrpp configuration
# Supported gen_dmrpp_side_car configuration
## Via env vars
Create a PAYLOAD environment variable holding dmrpp options
```
PAYLOAD='{"dmrpp_regex": "^.*.nc4", "options":[{"flag": "-M"}, {"flag": "-s", "opt": "s3://ghrcsbxw-public/dmrpp_config/file.config","download": "true"}]}'
PAYLOAD='{"dmrpp_regex": "^.*.nc4", "options":[{"flag": "-c"}]}'
```
`dmrpp_regex` is optional to override the DMRPP-Generator regex

Expand All @@ -267,7 +267,7 @@ optional arguments:
-prt PORT, --port PORT
Port number to Hyrax local server
-pyld PAYLOAD, --payload PAYLOAD
Payload to pass to the besd get_dmrpp call. If not set, will check for PAYLOAD environment variable, or default to '{}'
Payload to pass to the besd gen_dmrpp_side_car call. If not set, will check for PAYLOAD environment variable, or default to '{}'
--validate Validate netCDF4 and HDF5 files against OPeNDAP local server. This is the default behavior
--no-validate Do not validate netCDF4 and HDF5 files against OPeNDAP local server. The default behavior is --validate.

Expand Down
2 changes: 1 addition & 1 deletion dmrpp_generator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v6.2.4'
__version__ = 'v6.2.5'
Loading