diff --git a/DISCLAMER.md b/DISCLAMER.md new file mode 100644 index 0000000000000000000000000000000000000000..5bad22691ee4809c2df0218e98ae9e273cefd66b --- /dev/null +++ b/DISCLAMER.md @@ -0,0 +1 @@ +This software has been approved for release by the U.S. Geological Survey (USGS). Although the software has been subjected to rigorous review, the USGS reserves the right to update the software as needed pursuant to further analysis and review. No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. Furthermore, the software is released on condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use. \ No newline at end of file diff --git a/code.json b/code.json new file mode 100644 index 0000000000000000000000000000000000000000..73a02dab48c8c20abcb3b6c8a3159507e006609d --- /dev/null +++ b/code.json @@ -0,0 +1,47 @@ +[ + { + "name": "plio", + "organization": "U.S. Geological Survey", + "description": "A planetary surface data input/output library written in Python.", + "version": "1.5.0", + "status": "Release", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/astrogeology/plio/-/blob/v1.5.0/LICENSE.md" + } + ] + }, + + "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", + "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.5.0/plio-v1.5.0.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/blob/v1.5.0/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/astrogeology/plio/", + "vcs": "git", + + "laborHours": 0, + + "tags": [ + "Planetary", + "Remote Sensing", + "Photogrammetry", + "Data Processing" + ], + + "languages": [ + "python" + ], + + "contact": { + "name": "Dr. Jason Laura", + "email": "jlaura@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2022-05-12" + } + } + ] \ No newline at end of file