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 that intersect |
|
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 that intersect |
|
Return TIGER 2020 census blocks that intersect |
|
Return TIGER 2020 census tracts that intersect |
|
Return US county boundaries that intersect |
|
Return USFS Ranger District boundaries that intersect |
|
Return USFS National Forest boundaries that intersect |
|
Return USFS region boundaries that intersect |
|
Return US state boundaries (TIGER 2018) that intersect |
|
Return TIGER 2024 urban area boundaries that intersect |
|
Create a square buffer around a point using simple coordinate arithmetic. |