tidy
Browse files- .gitattributes +1 -0
- README.md +7 -6
- parquet/.gitattributes +0 -11
- parquet/pad-agency-name.parquet +0 -3
- parquet/pad-agency-type.parquet +0 -3
- parquet/pad-category.parquet +0 -3
- parquet/pad-combined.parquet +0 -3
- parquet/pad-desgination-type.parquet +0 -3
- parquet/pad-easement.parquet +0 -3
- parquet/pad-fee.parquet +0 -3
- parquet/pad-iucn.parquet +0 -3
- parquet/pad-marine.parquet +0 -3
- parquet/pad-public-access.parquet +0 -3
- parquet/pad-state-name.parquet +0 -3
.gitattributes
CHANGED
@@ -41,3 +41,4 @@ saved_model/**/* 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
|
|
|
|
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
|
44 |
+
*.duckdb filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -3,7 +3,13 @@
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
|
9 |
## Contents Overview
|
@@ -11,11 +17,6 @@ The PAD database classifications are complex and include overlapping and apparen
|
|
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:
|
|
|
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). The processed PAD data layers here have been subset to the continental US (matching availability in MOBI data), and restricted to feature classes of "Fee" and "Easements", except for tribal boundaries which are taken from the "Proclamations." See [ProtectedLands.net](https://www.protectedlands.net/pad-us-data-structure-attributes/) for a more detailed discussion of the data structure and classification involved in PAD. Code for reproducing this processing can be found at [https://github.com/boettiger-lab/pad-us-3](https://github.com/boettiger-lab/pad-us-3)
|
7 |
+
|
8 |
+
USGS PAD-v3 is distributed as an ESRI Geodatabase. After subsetting the data and labelling according to the additional classification listed above based
|
9 |
+
on manager type indicated in the data, core attributes are serialized into [PMTiles](https://docs.protomaps.com/pmtiles/) and [Geoparquet](https://geoparquet.org/)
|
10 |
+
formats hosted on [source.coop](https://beta.source.coop/repositories/cboettig/pad-us-3/description/). PMTiles allows for rapid rendering of vector objects
|
11 |
+
at the appropriate zoom level in an interactive map from remote servers. Geoparquet provides a high-performance serialization that can be efficiently queried directly from
|
12 |
+
remote https addresses without download using software such as [duckdb](https://duckdb.org), widely available in python, R, and other languages.
|
13 |
|
14 |
|
15 |
## Contents Overview
|
|
|
17 |
- `PADUS3` contains files extracted from the orginal zip archive and associated geodatabase distributed by the USGS.
|
18 |
- `pad-us3-combined.parquet` contains a geoparquet version of the geodatabase protected areas layer
|
19 |
- `pad-us3-combined.fgb` contains a FlatGeobuff version of the geodatabase protected areas layer
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
|
22 |
PMTiles are computed with GDAL 3.8.4 up to max zoom 10 as follows:
|
parquet/.gitattributes
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
pad-agency-name.parquet filter=lfs diff=lfs merge=lfs -text
|
2 |
-
pad-category.parquet filter=lfs diff=lfs merge=lfs -text
|
3 |
-
pad-easement.parquet filter=lfs diff=lfs merge=lfs -text
|
4 |
-
pad-fee.parquet filter=lfs diff=lfs merge=lfs -text
|
5 |
-
pad-marine.parquet filter=lfs diff=lfs merge=lfs -text
|
6 |
-
pad-public-access.parquet filter=lfs diff=lfs merge=lfs -text
|
7 |
-
pad-agency-type.parquet filter=lfs diff=lfs merge=lfs -text
|
8 |
-
pad-combined.parquet filter=lfs diff=lfs merge=lfs -text
|
9 |
-
pad-desgination-type.parquet filter=lfs diff=lfs merge=lfs -text
|
10 |
-
pad-iucn.parquet filter=lfs diff=lfs merge=lfs -text
|
11 |
-
pad-state-name.parquet filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parquet/pad-agency-name.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3214e7915ed1ae837420b3d6ab50f0d2174591e31c03844cba2df2129964ea08
|
3 |
-
size 3505
|
|
|
|
|
|
|
|
parquet/pad-agency-type.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:46b9613af11476108df4f342d3a8f1be47633ac367a7c919d1cff6f39b03aa6f
|
3 |
-
size 1906
|
|
|
|
|
|
|
|
parquet/pad-category.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:683e83bbccd8d19013150a763191087ae485468308e25895f5888ab7cb3247bd
|
3 |
-
size 1897
|
|
|
|
|
|
|
|
parquet/pad-combined.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:73ae25546e2c1331a599b171eeaa3e08353fa357734eb4248817a11b8cfd3c02
|
3 |
-
size 1559998546
|
|
|
|
|
|
|
|
parquet/pad-desgination-type.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f1d95fe8e5f650ad9fdf6e11610a9751e2dbbe02ad4c6a06a0ddd2b1c6efa1f8
|
3 |
-
size 3190
|
|
|
|
|
|
|
|
parquet/pad-easement.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4302f292aaee965ff38f92b7c2f8b30624be84fa704d0fb8a14e55ab3e7ebc23
|
3 |
-
size 142852361
|
|
|
|
|
|
|
|
parquet/pad-fee.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7a6243fa660321cb1265541b61f34372adfbce37b26398c0150bc11250a3f6f7
|
3 |
-
size 856012934
|
|
|
|
|
|
|
|
parquet/pad-iucn.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:404eb24a418dc311d4eba44e3553118bea0decc77ddc4dbac85d81e18f3585c9
|
3 |
-
size 2130
|
|
|
|
|
|
|
|
parquet/pad-marine.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1fe4ddcff9ffe602e95e0c76e2e839dd232e066a076886aaa0d9de60df1c8a69
|
3 |
-
size 90825035
|
|
|
|
|
|
|
|
parquet/pad-public-access.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2de940f4521b68aec965b21cd929d950f150a0e6286343981ca07c543cb7801b
|
3 |
-
size 1611
|
|
|
|
|
|
|
|
parquet/pad-state-name.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:45fdab1dcaa0c9a121048813e8367c083f9ed815b40e32d065eeaacbfb3f6ace
|
3 |
-
size 3535
|
|
|
|
|
|
|
|