Skip to content

osmextract 0.5.2

Latest
Compare
Choose a tag to compare
@agila5 agila5 released this 22 Nov 14:53

MAJOR CHANGES

  • Bump minimum R version from 3.5.0 to 3.6.0 since that's a requirement for one of our indirect dependencies (i.e. evaluate).
  • Adjusted the SQL syntax used inside oe_get_network so that the queries are compatible with GDAL 3.10 (#298).
  • The output of oe_get_network does not drop elements tagged as access = 'no' as long as the foot/bicycle/motor_vehicle key (according to the chosen mode of transport) is equal to yes, permissive, or designated (#289).

MINOR CHANGES

  • Updated the osmconf.ini file to be in synch with the GDAL version.
  • Added oneway column by default when using oe_get_network(mode = "driving"), which indicates if a link represents a uni-directional road (#296)
  • Furthermore, oe_get_network(mode = "driving") always include the motor_vehicle field (see #303).