
Download HRSA Organ Procurement & Transplantation Center Locations
Source:R/center-location.R
get_hrsa_transplant_centers.RdDownloads the publicly available HRSA GIS layer containing organ
procurement and transplant center locations and returns it as an
sf object.
Arguments
- quiet
Logical; if
TRUE, suppresses messages and warnings emitted during download. Default isTRUE.
Value
An sf object with point geometries representing transplant centers
and organ procurement organizations, along with HRSA-provided
attributes. Human-readable variable labels are attached.
Details
The data are served directly from the HRSA ArcGIS REST MapServer and include all attributes provided by HRSA at the time of download.
This function queries the HRSA ArcGIS REST MapServer layer:
using a where = 1 = 1 filter to retrieve all available features.
No caching is performed.
Note
The HRSA ArcGIS GeoJSON endpoint does not provide unique feature IDs.
When quiet = TRUE, GDAL warnings related to feature IDs are suppressed.