-
Notifications
You must be signed in to change notification settings - Fork 86
/
index.html
43 lines (43 loc) · 2.35 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Base Data</h1>
<h2>Boundaries</h2>
<ul>
<li>Parks
<ul>
<li><a href="http://nationalparkservice.github.io/data/base_data/boundaries/parks/abli.geojson">ABLI (GeoJSON)</a></li>
<li><a href="http://nationalparkservice.github.io/data/base_data/boundaries/parks/abli.topojson">ABLI (TopoJSON)</a></li>
</ul>
</li>
<li><a href="http://nationalparkservice.github.io/data/base_data/boundaries/im_networks.geojson">I&M Networks (GeoJSON)</a></li>
</ul>
<h1>Fire</h1>
<h1>Projects</h1>
<h2>Air Resources Division</h2>
<h3>PNW Mapper</h3>
<ul>
<li><a href="http://nationalparkservice.github.io/data/projects/air_resources_division/pnw_mapper/links.jsonp">Links (JSONP)</a></li>
<li><a href="http://nationalparkservice.github.io/data/projects/air_resources_division/pnw_mapper/studies.geojson">Studies (GeoJSON)</a></li>
<li><a href="http://nationalparkservice.github.io/data/projects/air_resources_division/pnw_mapper/studies.geojson.jsonp">Studies (JSONP)</a></li>
</ul>
<h2>Natural Resource Stewardship and Science</h2>
<ul>
<li><a href="http://nationalparkservice.github.io/data/projects/natural_resource_stewardship_and_science/bear_parks.csv">Bear Parks (CSV)</a></li>
<li><a href="http://nationalparkservice.github.io/data/projects/natural_resource_stewardship_and_science/bear_parks.geojson">Bear Parks (GeoJSON)</a></li>
</ul>
<h2>Network to Freedom</h2>
<ul>
<li><a href="http://nationalparkservice.github.io/data/projects/network_to_freedom/public_sites.geojson">Public Sites (GeoJSON)</a></li>
</ul>
<h2>Yellowstone National Park</h2>
<h3>Yellowstone Live</h3>
<ul>
<li><a href="http://nationalparkservice.github.io/data/projects/yellowstone_national_park/yellowstone_live/gateway_points_of_interest.geojson">Gateway Points of Interest (GeoJSON)</a></li>
<li><a href="http://nationalparkservice.github.io/data/projects/yellowstone_national_park/yellowstone_live/grand_teton_area_of_interest.geojson">Grand Teton Area of Interest (GeoJSON)</a></li>
<li><a href="http://nationalparkservice.github.io/data/projects/yellowstone_national_park/yellowstone_live/yellowstone_area_of_interest.geojson">Yellowstone Area of Interest (GeoJSON)</a></li>
</ul>
</body>
</html>