View source: R/get_area_bcps_programs.R
get_area_bcps_programs | R Documentation |
Get BCPS programs and attendance zones for a local area
get_area_bcps_programs(
area,
dist = NULL,
diag_ratio = NULL,
asp = NULL,
crop = TRUE,
trim = FALSE,
type = c("all", "zones", "programs", "other")
)
area |
|
dist |
buffer distance in meters. Optional. |
diag_ratio |
ratio to set map extent based diagonal distance of area's
bounding box. Ignored when |
asp |
Aspect ratio of width to height as a numeric value (e.g. 0.33) or character (e.g. "1:3"). |
crop |
If TRUE, data cropped to area or bounding box
|
trim |
If TRUE, data trimmed to area with
|
type |
Type of BCPS data to return. "all" returns a named list with all of the following spatial data. "zones" returns attendance zones, "programs" returns locations of programs (schools) with zones intersecting area (even if the program is located outside the area), "other" returns charter schools and other special schools located within the specified area. |
Returns a named list with overlapping BCPS attendance zones, program locations associated with those zones, and any additional programs located within the area.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.