Commit bcb2d9fd authored by amystamile-usgs's avatar amystamile-usgs
Browse files

Administrative files

parent 9bb0b92b
Loading
Loading
Loading
Loading

DISCLAIMER.md

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

File moved.

code.json

0 → 100644
+51 −0
Original line number Diff line number Diff line
[
    {
      "name": "autocnet",
      "organization": "U.S. Geological Survey",
      "description": "REPOSITORY_DESCRIPTION",
      "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"
        },
        {
            "name": "Dr. Jason Laura",
            "email": "jlaura@usgs.gov"
        }
      ],
      "date": {
        "metadataLastUpdated": "2024-10-21"
      }
    }
  ]
 No newline at end of file