geeViz.getSummaryAreasLib¶
Functions for retrieving common summary and study area FeatureCollections.
geeViz.getSummaryAreasLib provides helpers that return filtered
ee.FeatureCollection objects for political boundaries, USFS
administrative units, census geographies, buildings, roads, protected
areas, and more. Every public function accepts an area parameter
(an ee.FeatureCollection, ee.Feature, or ee.Geometry) that
is used to spatially filter the result.
Functions
|
Return administrative boundaries at a given level. |
|
Return the feature property name that contains the admin unit name. |
|
Return building footprints that intersect |
|
Return WDPA protected area polygons that intersect |
|
Return road features that intersect |
|
Return TIGER 2020 census block groups. |
|
Return TIGER 2020 census blocks. |
|
Return TIGER 2020 census tracts. |
|
Return US county boundaries, with flexible filtering. |
|
Return USFS Ranger District boundaries. |
|
Return USFS National Forest boundaries. |
|
Return USFS region boundaries. |
|
Return US state boundaries (TIGER 2018). |
|
Return TIGER 2024 urban area boundaries. |
|
Create a square buffer around a point using simple coordinate arithmetic. |