Skip to content

Commit

Permalink
Update code.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinman committed Sep 26, 2024
1 parent a1c919e commit faa6328
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,49 @@
"date": {
"metadataLastUpdated": "2023-03-30"
}
},
{
"name": "hyswap",
"organization": "U.S. Geological Survey",
"description": "Python package to analyze surface water data",
"version": "v1.0.0",
"status": "Production",

"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/computational-tools/surface-water-work/hyswap/-/raw/v1.0.0/LICENSE.md"
}
]
},

"homepageURL": "https://code.usgs.gov/water/computational-tools/surface-water-work/hyswap",
"downloadURL": "https://code.usgs.gov/water/computational-tools/surface-water-work/hyswap/-/archive/v1.0.0/hyswap-v1.0.0.zip",
"disclaimerURL": "https://code.usgs.gov/water/computational-tools/surface-water-work/hyswap/-/raw/v1.0.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/computational-tools/surface-water-work/hyswap.git",
"vcs": "git",

"laborHours": 0,

"tags": [
"USGS",
"Python",
"water"
],

"languages": [
"Python"
],

"contact": {
"name": "USGS",
"email": "comptools@usgs.gov"
},

"date": {
"metadataLastUpdated": "2024-09-26"
}
}
]

0 comments on commit faa6328

Please sign in to comment.