Skip to content

Releases: station-demand-forecasting-tool/sdft

v0.3.2

Choose a tag to compare

@marcusyoung marcusyoung released this 05 Jul 17:37

sdft 0.3.2

Bug Fixes

  • issue with passing database password to clusters
  • issue with available cores test.

v0.3.1

Choose a tag to compare

@marcusyoung marcusyoung released this 07 Oct 13:06

sdft 0.3.1

  • rename sdr_submit() to sdft_submit(). Internal functions retain sdr_ prefix (these
    are still exported for expert use only)
  • add PostgreSQL port option to sdft_submit()

Bug fixes

  • Abstraction analysis catchments not all being written to output folder.
  • with PostGIS v3.0 and pgRouting v3.1 a dimensionality error when using st_collect() on the
    node geoms prior to using st_concavehull() to generate service areas in sdr_create_service_areas.
    All the points appear to be 2D, so not clear what is causing this. However, it can be
    corrected by using ST_Force2D() on the geom prior to the st_collect().

v0.3.0

Choose a tag to compare

@marcusyoung marcusyoung released this 01 Sep 22:42

sdft 0.3.0

  • rename package to sdft
  • converted main.R script into sdr_submit() function that takes database connection details
    and directory path (for inputs and outputs) as arguments. User must set the database
    user password using key_set().
  • several additional configuration options via config.csv: testing, loglevel and cores
  • some additional input checks.
  • now check whether the postcode-polygons table is present in the data schema. If it
    isn't then the catchment will only consist of postcode centroids. This is because the
    OS postcode polygons dataset is not open data.
  • Results are now pulled from postgreSQL into an output folder. Includes forecasts and
    catchments in GeoJSON format.

Data Issues

v0.2.4

Choose a tag to compare

@marcusyoung marcusyoung released this 27 Sep 12:55

See news.md for details

v0.2.3

Choose a tag to compare

@marcusyoung marcusyoung released this 28 May 13:17

See news.md for details.

v0.2.2

Choose a tag to compare

@marcusyoung marcusyoung released this 18 May 15:21

Bug fixes. See news.md.

v0.2.1

Choose a tag to compare

@marcusyoung marcusyoung released this 16 May 12:08

Bug fix. See news.md for details.

v0.2.0

Choose a tag to compare

@marcusyoung marcusyoung released this 13 May 05:20

See news.md for details

v0.1.0

Choose a tag to compare

@marcusyoung marcusyoung released this 22 Apr 22:30
Improve parallel processing of service_areas and logging.