Datasets:

License:
cboettig commited on
Commit
300fd52
·
1 Parent(s): 3e607e9
Files changed (3) hide show
  1. .gitattributes +4 -0
  2. README.md +33 -3
  3. pad-mobi.parquet +2 -2
.gitattributes CHANGED
@@ -37,3 +37,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
37
  *.html filter=lfs diff=lfs merge=lfs -text
38
  *.png filter=lfs diff=lfs merge=lfs -text
39
  *.pmtiles filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
37
  *.html filter=lfs diff=lfs merge=lfs -text
38
  *.png filter=lfs diff=lfs merge=lfs -text
39
  *.pmtiles filter=lfs diff=lfs merge=lfs -text
40
+ *.fgb filter=lfs diff=lfs merge=lfs -text
41
+ *.gdb filter=lfs diff=lfs merge=lfs -text
42
+ *.dbf filter=lfs diff=lfs merge=lfs -text
43
+ *.gdb* filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: pddl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # United States Protected Areas Database
2
+
3
+ > U.S. Geological Survey (USGS) Gap Analysis Project (GAP), 2022, Protected Areas Database of the United States (PAD-US) 3.0: U.S. Geological Survey data release, https://doi.org/10.5066/P9Q9LQ4B.
4
+
5
+
6
+ The PAD database classifications are complex and include overlapping and apparently duplicate polygons. For instance, national park boundaries can be found are listed in Proclamation feature class and also in Fee class (showing internal holes within boundaries). I highly recommend users consult [ProtectedLands.net](https://www.protectedlands.net/help) for details when exploring this data.
7
+
8
+
9
+ ## Contents Overview
10
+
11
+ - `PADUS3` contains files extracted from the orginal zip archive and associated geodatabase distributed by the USGS.
12
+ - `pad-us3-combined.parquet` contains a geoparquet version of the geodatabase protected areas layer
13
+ - `pad-us3-combined.fgb` contains a FlatGeobuff version of the geodatabase protected areas layer
14
+ - A collection of pmtiles objects provide all Fee (owned) and Easement (leased) area polygons in the continental US divided by the following conventions:
15
+ - public: Publicly managed polygons in GAP 1 & 2 (explicitly managed for conservation, e.g. most national parks)
16
+ - mixed: Publicly managed areas in GAP 3 & 4 (e.g. most Forest Service or BLM lands)
17
+ - private: Lands managed by private or NGO groups in Fee or Easement polygons.
18
+ - tribal: Lands in Proclamation feature class that are indicated as managed by Tribal groups
19
+
20
+
21
+ PMTiles are computed with GDAL 3.8.4 up to max zoom 10 as follows:
22
+
23
+ ```
24
+ ogr2ogr -dsco MAX_SIZE=90000000 -dsco MAX_FEATURES=50000000 -dsco MAXZOOM=10 public.pmtiles public_protected.fgb
25
+ ```
26
+
27
+ ## Examples
28
+
29
+
30
+ Examples are generated with the `map.py` script.
31
+
32
+ [Dark map - full page](https://data.source.coop/cboettig/pad-us-3/protected-areas-dark.html)
33
+
pad-mobi.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49f4308b1c0cefff984804bce348ca9c96889a189ce9679c0b499215f4db3bff
3
- size 1608204871
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f621a78f8ef6d24766a00a97ffcc36ca6d582fe3a7ca0d77daf3a188d83109
3
+ size 808715467