-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistribution_files.json
More file actions
69 lines (69 loc) · 1.8 KB
/
Copy pathdistribution_files.json
File metadata and controls
69 lines (69 loc) · 1.8 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"required_files": {
"databases": [
"db/template.sqlite",
"db/apcoat.sqlite",
"db/sdm.sqlite"
],
"db_rasters": [
"db/Counties30m.tif",
"db/States30m.tif",
"db/Crd30m.tif"
],
"db_support_required": [
"db/stone_logo.png",
"db/state_pCrop_avg.csv"
],
"cdl": [
"cdl/2019_30m_cdls.tif",
"cdl/2020_30m_cdls.tif",
"cdl/2021_30m_cdls.tif",
"cdl/2022_30m_cdls.tif",
"cdl/2023_30m_cdls.tif",
"cdl/2024_30m_cdls.tif"
],
"cooccZones_rasters": [
"cooccZones/catchments_raster.tif",
"cooccZones/pondsheds_raster.tif",
"cooccZones/wbdhu12conus_albersus.tif"
],
"cooccZones_shapefiles": [
"cooccZones/HU8_WBD.shp",
"cooccZones/HU12_WBD.shp",
"cooccZones/State_USCensusBureau.shp",
"cooccZones/State_USCensusBureau_wgs84.shp",
"cooccZones/County_USCensusBureau.shp",
"cooccZones/CRD_USCensusBureau.shp",
"cooccZones/HUC8_NHDPlusV21.shp",
"cooccZones/HUC12_NHDPlusV21.shp"
],
"maxent": [
"maxent.jar"
],
"jre": [
"jre/bin/java.exe"
],
"templates": [
"UserDataTemplates/county_pesticide_use_data.csv",
"UserDataTemplates/CRD_pesticide_use_data.csv",
"UserDataTemplates/state_pesticide_use_data.csv",
"UserDataTemplates/ExampleSpeciesInput_Bombus_caliginosus_GBIF.csv"
]
},
"required_directories": [
"db",
"cdl",
"cooccZones",
"maxentPredictors/aquaticflowing",
"maxentPredictors/aquaticstatic",
"maxentPredictors/terrestrial",
"jre",
"UserDataTemplates",
"SpeciesLocationData"
],
"required_geodatabases": [
"maxentPredictors/aquaticflowing/APCOAT_flowline.gdb",
"maxentPredictors/aquaticstatic/APCOAT_waterbody.gdb"
],
"optional_files": {}
}