-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
46 lines (46 loc) · 1.34 KB
/
code.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"name": "PyHAT - Python Hyperspectral Analysis Tool",
"organization": "U.S. Geological Survey",
"description": "PyHAT provides access to data processing, analysis, and machine learning capabilities for spectroscopic applications.",
"version": "0.1.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/astrogeology/pyhat/-/raw/0.1.0/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/astrogeology/PyHAT",
"downloadURL": "https://code.usgs.gov/astrogeology/pyhat/-/archive/0.1.0/pyhat-0.1.0.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/pyhat/-/raw/0.1.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/pyhat.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"usg-artificial-intelligence",
"Spectroscopy",
"Machine Learning",
"Regression",
"Preprocessing",
"End member identification",
"Clustering",
"Unmixing",
"Dimensionality Reduction",
"Hyperspectral"
],
"languages": [
"Python"
],
"contact": {
"name": "Devon Ambler",
"email": "dambler@usgs.gov"
},
"date": {
"metadataLastUpdated": "2024-03-04"
}
}
]