Commit fd04d03e authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Adds code and disclaimer for release

parent 07c7b6dc
Loading
Loading
Loading
Loading

DISCLAMER.md

0 → 100644
+1 −0
Original line number Diff line number Diff line
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

code.json

0 → 100644
+47 −0
Original line number Diff line number Diff line
[
    {
      "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