Skip to content

Commit

Permalink
feat(essdive): adds location rf to jsonld
Browse files Browse the repository at this point in the history
Closes #486
  • Loading branch information
vchendrix committed Oct 17, 2024
1 parent 2b5d031 commit 1dbd96b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion archive_api/service/essdive_transfer/crosswalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# NGEE-Tropics Project information
LOCATION_NOT_APPLICABLE = "N/A"
LOCATION_RF_KEYWORD = "ESS-DIVE Location Metadata Reporting Format"
JSONLD_PROVIDER = {
"identifier": {
"@type": "PropertyValue",
Expand All @@ -23,7 +24,7 @@
}

# NGEE-Tropics Keywords
JSONLD_KEYWORDS = ["Next-Generation Ecosystem Experiements Tropics", "NGEE-T"]
JSONLD_KEYWORDS = ["Next-Generation Ecosystem Experiements Tropics", "NGEE-T", LOCATION_RF_KEYWORD]

# CC By 4 License
JSONLD_LICENSE = "http://creativecommons.org/licenses/by/4.0/"
Expand Down
3 changes: 2 additions & 1 deletion archive_api/tests/essdive-transfer.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"datePublished": "2021-06-18",
"keywords": [
"Next-Generation Ecosystem Experiements Tropics",
"NGEE-T"
"NGEE-T",
"ESS-DIVE Location Metadata Reporting Format"
],
"variableMeasured": [
"Ice",
Expand Down

0 comments on commit 1dbd96b

Please sign in to comment.