From ab8d0c81b8b13ab2d6810b59f889b69ec3085f14 Mon Sep 17 00:00:00 2001
From: "Hunter, Marc Andrew" <mahunter@usgs.gov>
Date: Fri, 14 Apr 2023 19:52:48 +0000
Subject: [PATCH] Upload New File

---
 code.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 code.json

diff --git a/code.json b/code.json
new file mode 100644
index 0000000..3216365
--- /dev/null
+++ b/code.json
@@ -0,0 +1,47 @@
+[
+  {
+    "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": "1.0",
+    "status": "Completed",
+
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": "https://code.usgs.gov/asc/pgm_arc_toolbox/-/raw/1.0/LICENSE.md"
+        }
+      ]
+    },
+
+    "homepageURL": "https://code.chs.usgs.gov/asc/pgm_arc_toolbox",
+    "downloadURL": "https://code.usgs.gov/asc/pgm_arc_toolbox/-/archive/1.0/pgm_arc_toolbox-1.0.zip",
+    "disclaimerURL": "https://code.usgs.gov/asc/pgm_arc_toolbox/-/raw/1.0/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/asc/pgm_arc_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-03-17"
+    }
+  }
+]
-- 
GitLab