-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #383 from DOI-USGS/380
Check if names supporting checking terminals exist.
- Loading branch information
Showing
3 changed files
with
55 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,43 @@ | ||
[ | ||
{ | ||
"name": "nhdplusTools", | ||
"organization": "U.S. Geological Survey", | ||
"description": "Tools for Using NHDPlus Data", | ||
"version": "v1.0.0", | ||
"status": "Production", | ||
"permissions": { | ||
"usageType": "openSource", | ||
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v1.0.0/LICENSE" | ||
} | ||
] | ||
}, | ||
"homepageURL": "https://code.usgs.gov/water/nhdplusTools/", | ||
"downloadURL": "https://code.usgs.gov/water/nhdplusTools/-/archive/v1.0.0/nhdplustools-v1.0.0.zip", | ||
"disclaimerURL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v1.0.0/DISCLAIMER.md", | ||
"repositoryURL": "https://code.usgs.gov/water/nhdplusTools.git", | ||
"vcs": "git", | ||
"laborHours": 1500, | ||
"tags": [ | ||
"R", | ||
"nhdplus", | ||
"USGS", | ||
"water", | ||
"v0.6.2" | ||
], | ||
"languages": [ | ||
"R" | ||
], | ||
"contact": { | ||
"name": "David Blodgett", | ||
"email": "[email protected]" | ||
}, | ||
"date": { | ||
"metadataLastUpdated": "2024-05-09" | ||
} | ||
}, | ||
{ | ||
"name": "nhdplusTools", | ||
"organization": "U.S. Geological Survey", | ||
|
@@ -10,7 +49,7 @@ | |
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.6.1/LICENSE.md" | ||
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.6.1/LICENSE" | ||
} | ||
] | ||
}, | ||
|
@@ -49,7 +88,7 @@ | |
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.6.1/LICENSE.md" | ||
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.6.1/LICENSE" | ||
} | ||
] | ||
}, | ||
|
@@ -87,7 +126,7 @@ | |
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.6.0/LICENSE.md" | ||
"URL": "https://code.usgs.gov/water/nhdplusTools/-/raw/v0.6.0/LICENSE" | ||
} | ||
] | ||
}, | ||
|