
Package index
-
get_location() - Get location of a specified type based on name, id, or location
-
get_location_data()map_location_data() - Get data for a location
-
get_airtable_data()get_airtable_metadata()experimental - Get data from an Airtable base and optionally convert to a sf object
-
get_esri_data()get_esri_layers()get_esri_metadata() - Use esri2sf to get data from an ArcGIS FeatureServer or MapServer for a location
-
get_flickr_photos() - Use FlickrAPI to get geotagged photos for a location
-
get_gsheet_data() - Use googlesheets4 to get a data frame or simple feature data from a Google Sheet
-
get_open_data()get_socrata_data()get_socrata_metadata()list_socrata_data() - Get data from an open data portal (Socrata) for a location
-
get_osm_data()get_osm_id()get_osm_boundaries() - Use osmdata to get Open Street Map data for a location
-
osm_common_tags - Common OpenStreetMap tags
-
osm_building_tags - OpenStreetMap building tags
-
get_tigris_data() - Use tigris to get state-level data from the U.S. Census Bureau
-
get_wiki_data() - Get Wikipedia articles for a location
-
get_static_mapbox()get_osm_static_mapbox()get_location_static_mapbox()get_static_bingmap() - Use mapboxapi or bingmapr to get a static map image
-
get_elev_profile()experimental - Use
elevatr::get_elev_pointto get the elevation along a profile
-
bind_block_col()bind_address_col()bind_location_text_col() - Format data frames and simple features with address data
-
format_data()rename_with_xwalk()label_with_xwalk()make_variable_dictionary()fix_epoch_date() - Format data frames and simple features using common approaches
-
format_sf_data()erase_data() - Format simple feature data
-
replace_with_xwalk()replace_street_suffixes()replace_street_dir_prefixes() - Replace values in a character vector or data frame with a crosswalk
-
street_dir_prefixes - Street directional prefixes
-
street_suffixes - Street suffix abbreviations
-
str_trim_squish_across() - Trim and squish across any character columns
-
make_xwalk_list() - Make a crosswalk list for use with
label_with_xwalk()orrename_with_xwalk()
-
as_date_range()date_range_query()between_date_range()check_date_range() - Use lubridate to convert an object to a date range
-
set_access_token()get_access_token() - Set or get an access token or API key to/from environment variables.
-
set_pkg_options() - Set getdata or other package-specific options
-
make_location_data_list() - Make a list of data and corresponding locations
-
make_location_grid() - Make a grid over the bounding box of a location
-
cache_location_data() - Cache location data with
sf::write_sf()orreadr::write_rds()