Skip to content

Commit

Permalink
Update code.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dnowacki-usgs committed Nov 22, 2024
1 parent 77125cb commit 1f46f80
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion code.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,47 @@
[
{
"name": "stglib",
"organization": "U.S. Geological Survey",
"description": "Routines used by the USGS Coastal/Marine Hazards & Resources Program to process oceanographic time-series data",
"version": "master",
"status": "Release Candidate",

"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/cmgp/stglib/-/raw/master/LICENSE.md"
}
]
},

"homepageURL": "https://code.usgs.gov/cmgp/stglib",
"downloadURL": "https://code.usgs.gov/cmgp/stglib/-/archive/master/stglib-master.zip",
"disclaimerURL": "https://code.usgs.gov/cmgp/stglib/-/raw/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/cmgp/stglib.git",
"vcs": "git",

"laborHours": 0,

"tags": [
"time-series",
"oceanography"
],

"languages": [
"Python"
],

"contact": {
"name": "Daniel Nowacki",
"email": "[email protected]"
},

"date": {
"metadataLastUpdated": "2024-11-22"
}
},
{
"name": "stglib",
"organization": "U.S. Geological Survey",
Expand Down Expand Up @@ -39,7 +82,7 @@
},

"date": {
"metadataLastUpdated": "2024-11-21"
"metadataLastUpdated": "2024-11-22"
}
}
]

0 comments on commit 1f46f80

Please sign in to comment.