Skip to content

Releases: UrbanInstitute/sedtR

Version 0.4.0

24 Feb 20:45
282ac41

Choose a tag to compare

  • 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_mode and distance_time arguments to call_upload_user_files() and call_sedt_api() functions to set travel mode ("walk" or "drive") and the maximum travel time for travel shed analyses.

Version 0.3.0

02 Jan 18:51
84c2114

Choose a tag to compare

  • 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 supplied resource_lat_column and resource_lon_column values. All input data must use POINT geometry. See arcgislayers::arc_read() for more on working with ArcGIS layer URLs.
  • Add default values ("lat" and "lon") for resource_lat_column and resource_lon_column.
  • Allow users to set default acs_data_year using the "sedtR.year" option.
  • Use .onAttach intead of .onLoad for package start-up messages (consistent with guidance)