Skip to content

Releases: datasciencecampus/access-to-services

propeR v1.5.0

04 Sep 08:25
Compare
Choose a tag to compare

New release with docker image file and instructions in propeR ReadMe.

propeR v1.4.2

09 Jul 10:40
Compare
Choose a tag to compare

Install fix

propeR v1.4.1

19 Jun 13:20
Compare
Choose a tag to compare

Slight changes.

Includes new function:

locationValidatorIsochrone

propeR v1.4.0

03 Jun 13:28
Compare
Choose a tag to compare

Next release, includes aesthetic updates and refined functions. New information updates to console and progress bar replacing old multi line progress update.

propeR v1.3.1

03 Apr 08:04
Compare
Choose a tag to compare

Contains some updates to messages and visuals, as well as fixing isochrone_polygons_split[[n]]: subscript out of bounds error - now does not skip the polygon creation.

propeR v1.3.0

04 Mar 10:39
Compare
Choose a tag to compare

Major:

  • New function pointToPointNearest allows the travel time to the nearest destination to each origin to be calculated using a KNN approach. Parameter nearestNum can also be changed from 1 (default) so the travel time to the second, third etc nearest destinations can be analysed. Useful for analysing whether 'nearest' geographical services are actually the best/fastest.

Minor:

  • isochroneTime now has the ability to save individual maps and GeoJSON polygon files outputs per time series run.
  • pointToPoint now can output GeoJSON polyline

propeR v1.2.3

11 Feb 11:50
Compare
Choose a tag to compare

Minor updates to manual and addition of fail safe methods for large datasets.

propeR v1.2.2

24 Jan 11:17
Compare
Choose a tag to compare

Added failsafes to isochroneMulti() and pointToPointLoop() so that for large amounts of locations then the outputs will be periodically (every 100) saved incase of memory issues or crashes.

propeR v1.2.1

23 Jan 12:09
Compare
Choose a tag to compare

Similar to v1.2.0, however, all scripts have now been refactored.

  • isochrone tools now have isochroneCutOffMax, isochroneCutOffMin, and isochroneCutOffStep parameters instead of passing a list through.
  • manual has been updated with new features.
  • break lines replaced with stop messages instead.

propeR v1.2.0

18 Jan 16:57
Compare
Choose a tag to compare

Significant amount of code refactoring completed on key scripts.

  • New tool pointToPointLoop() created so point-to-point calculations can be looped through origin and destinations, and also reversed to get return journey. See ?pointToPointLoop() for details.
  • Code is more light weight for analysis. Default output is a csv file (maps, gifs, GeoJSONs are all optional outputs from argument line)
  • preWaitTime argument now works for point-to-point type calculations and has a default of 15 minutes now
  • importLocationData() now has arguments for specifying unique id, latitude, longitude and postcode column names (default is 'name', 'lat', 'lon', 'postcode')
  • Complete control over leaflet map plotting through arguments
  • Lots of testing done!

To do:

  • isochroneMultiIntersect, isochroneMultiIntersectTime, isochroneMultiIntersectSensitivity, choropleth refactoring