Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • v1.0
2 results

code.json

Blame
  • code.json 1.33 KiB
    [
      {
        "name": "PGM Arc Toolbox",
        "organization": "U.S. Geological Survey",
        "description": "Esri Python Toolbox created by the Planetary Geologic Mapping group at the Astrogeology Science Center, which support common mapping workflows. It has been tested using ArcPro 3.0.",
        "version": "v1.0",
        "status": "Production",
    
        "permissions": {
          "usageType": "openSource",
          "licenses": [
            {
              "name": "Public Domain, CC0-1.0",
              "URL": "https://code.usgs.gov/planetary-geologic-mapping/pgm-arcgis-toolbox/-/raw/1.0/LICENSE.md"
            }
          ]
        },
    
        "homepageURL": "https://code.usgs.gov/planetary-geologic-mapping/pgm-arcgis-toolbox",
        "downloadURL": "https://code.usgs.gov/planetary-geologic-mapping/pgm-arcgis-toolbox/-/archive/1.0/pgm-arcgis-toolbox-1.0.zip",
        "disclaimerURL": "https://code.usgs.gov/planetary-geologic-mapping/pgm-arcgis-toolbox/-/raw/1.0/DISCLAIMER.md",
        "repositoryURL": "https://code.usgs.gov/planetary-geologic-mapping/pgm-arcgis-toolbox.git",
        "vcs": "git",
    
        "laborHours": 0,
    
        "tags": [
          "Esri",
          "ArcGIS",
          "Python",
          "Planetary Geology"
        ],
    
        "languages": [
          "ENG"
        ],
    
        "contact": {
          "name": "Marc Hunter",
          "email": "mahunter@usgs.gov"
        },
    
        "date": {
          "metadataLastUpdated": "2023-09-05"
        }
      }
    ]