-
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.
* Update versions and changelog * Add changelog header
- Loading branch information
1 parent
599851b
commit d53161a
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -37,6 +37,43 @@ | |
"date": { | ||
"metadataLastUpdated": "2023-02-23" | ||
} | ||
}, { | ||
"name": "USGSCSM", | ||
"organization": "U.S. Geological Survey", | ||
"description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center", | ||
"version": "2.0.0", | ||
"status": "Production", | ||
"permissions": { | ||
"usageType": "openSource", | ||
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC-1.0", | ||
"URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/LICENSE.md" | ||
} | ||
] | ||
}, | ||
"homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/2.0.0", | ||
"downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/2.0.0/usgscsm-2.0.0.zip", | ||
"disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/DISCLAIMER.md", | ||
"repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git", | ||
"vcs": "git", | ||
"laborHours": 60, | ||
"tags": [ | ||
"Planetary", | ||
"Remote Sensing", | ||
"Data Processing", | ||
"Community Sensor Model" | ||
], | ||
"languages": [ | ||
"C++" | ||
], | ||
"contact": { | ||
"name": "Christine Kim", | ||
"email": "[email protected]" | ||
}, | ||
"date": { | ||
"metadataLastUpdated": "2024-01-05" | ||
} | ||
}, { | ||
"name": "USGSCSM", | ||
"organization": "U.S. Geological Survey", | ||
|