diff --git a/DISCLAIMER.md b/DISCLAIMER.md new file mode 100644 index 0000000000000000000000000000000000000000..1d80feb01a188b28ff33dad1be1dcc033f31d077 --- /dev/null +++ b/DISCLAIMER.md @@ -0,0 +1,8 @@ +This software is preliminary or provisional and is subject to revision. It is +being provided to meet the need for timely best science. The software has not +received final approval by the U.S. Geological Survey (USGS). 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. The software is provided on the condition that +neither the USGS nor the U.S. Government shall be held liable for any damages +resulting from the authorized or unauthorized use of the software. \ No newline at end of file diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/code.json b/code.json new file mode 100644 index 0000000000000000000000000000000000000000..8eaa5d1d39fd66afe554f637aa9a4babcbf7c286 --- /dev/null +++ b/code.json @@ -0,0 +1,88 @@ +[ + { + "name": "autocnet", + "organization": "U.S. Geological Survey", + "description": "Automatic control network generation", + "version": "main", + "status": "Development", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/astrogeology/autocnet/-/raw/main/LICENSE.md" + } + ] + }, + + "homepageURL": "https://code.usgs.gov/astrogeology/autocnet", + "downloadURL": "https://code.usgs.gov/astrogeology/autocnet/-/archive/main/autocnet-main.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/autocnet/-/raw/main/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/astrogeology/autocnet.git", + "vcs": "git", + + "laborHours": 0, + + "tags": [ + "Planetary", + "Remote Sensing", + "Data Processing" + ], + + "languages": [ + "Python" + ], + + "contact": { + "name": "Kelvin Rodriguez", + "email": "krodriguez@usgs.gov" + }, + "date": { + "metadataLastUpdated": "2024-10-21" + } + }, + { + "name": "autocnet", + "organization": "U.S. Geological Survey", + "description": "Automatic control network generation", + "version": "1.2.1", + "status": "Production", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/astrogeology/autocnet/-/raw/1.2.1/LICENSE.md" + } + ] + }, + + "homepageURL": "https://code.usgs.gov/astrogeology/autocnet", + "downloadURL": "https://code.usgs.gov/astrogeology/autocnet/-/archive/1.2.1/autocnet-1.2.1.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/autocnet/-/raw/1.2.1/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/astrogeology/autocnet.git", + "vcs": "git", + + "laborHours": 0, + + "tags": [ + "Planetary", + "Remote Sensing", + "Data Processing" + ], + + "languages": [ + "Python" + ], + + "contact": { + "name": "Kelvin Rodriguez", + "email": "krodriguez@usgs.gov" + }, + "date": { + "metadataLastUpdated": "2024-10-21" + } + } + ] \ No newline at end of file