Releases: UrbanInstitute/sedtR
Releases · UrbanInstitute/sedtR
Version 0.4.0
- Introduces beta functionality to allow users to use a travel shed approach for SEDT analyses. The functionality is being tested and is available at the county and city scale for datasets in the District of Columbia, Virginia, and Maryland. Urban hopes to expand the functionality to all states soon. For more information, see the travel sheds documentation
- Adds
distance_modeanddistance_timearguments tocall_upload_user_files()andcall_sedt_api()functions to set travel mode ("walk" or "drive") and the maximum travel time for travel shed analyses.
Version 0.3.0
- Add resource argument to
call_sedt_api()that supports a wider range of resource inputs: URLs (including ArcGIS FeatureLayer and Table URLs), spatial data file paths, sf or sfc object, and data frames with columns matching the suppliedresource_lat_columnandresource_lon_columnvalues. All input data must use POINT geometry. Seearcgislayers::arc_read()for more on working with ArcGIS layer URLs. - Add default values ("lat" and "lon") for
resource_lat_columnandresource_lon_column. - Allow users to set default
acs_data_yearusing the "sedtR.year" option. - Use
.onAttachintead of.onLoadfor package start-up messages (consistent with guidance)