-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbird_migration.json
47 lines (47 loc) · 1.67 KB
/
bird_migration.json
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
{
"catalog": [
{
"name": "Bird Migration",
"type": "group",
"items": [
{
"name": "Monthly Air Temperature (NOAA/ESRL CAMS Model)",
"type": "wms",
"url": "http://www.esrl.noaa.gov/psd/thredds/wms/Datasets/ghcncams/air.mon.mean.nc",
"isEnabled": true,
"layers": "air",
"colorScaleMinimum": 230,
"colorScaleMaximum": 310,
"styles": "boxfill/rainbow",
"parameters": {
"VERSION": "1.1.1"
}
},
{
"name": "Geographic Centers of Migratory Bird Species ",
"type": "czml",
"url": "https://raw.githubusercontent.com/USGS-CMG/terriajs-dive/master/examples/bird_migration.czml",
"isEnabled": true,
"description": "Geographic centers of occurrence estimated daily for 118 migratory bird species using eBird occurrence information for the combined period 2002 to 2014. Additional details on the data and methods can be found here:\nLa Sorte, F.A., Fink, D., Hochachka, W.M. & Kelling, S. (2016) Convergence of broad-scale migration strategies in terrestrial birds. Proceedings of the Royal Society of London B: Biological Sciences, 283, 20152588.",
"dataCustodian": "Frank A. La Sorte ([email protected])"
}
],
"isOpen": true
}
],
"corsDomains": [
"whoi.edu",
"corsproxy.com",
"programs.communications.gov.au",
"www.asris.csiro.au"
],
"homeCamera": {
"west": -160,
"east": -30,
"north": 60,
"south": -20
},
"baseMapName": "Dark Matter",
"initialViewerMode": "2d",
"services": []
}