Skip to content

Releases: station-demand-forecasting-tool/sdft

v0.3.2

05 Jul 17:37
Compare
Choose a tag to compare

sdft 0.3.2

Bug Fixes

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

v0.3.1

07 Oct 13:06
Compare
Choose a tag to compare

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

01 Sep 22:42
Compare
Choose a tag to compare

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

27 Sep 12:55
Compare
Choose a tag to compare

See news.md for details

v0.2.3

28 May 13:17
Compare
Choose a tag to compare

See news.md for details.

v0.2.2

18 May 15:21
Compare
Choose a tag to compare

Bug fixes. See news.md.

v0.2.1

16 May 12:08
Compare
Choose a tag to compare

Bug fix. See news.md for details.

v0.2.0

13 May 05:20
Compare
Choose a tag to compare

See news.md for details

v0.1.0

22 Apr 22:30
Compare
Choose a tag to compare
Improve parallel processing of service_areas and logging.