Skip to content

Releases: brry/OSMscale

0.5.1

12 Apr 13:55
Compare
Choose a tag to compare

Version 0.5.1 (2017-04-12)

  • earthDist: bug (overeager testing) fixed for coordinates close to each other
  • earthDist: now formally tested with testthat + sped up significantly
  • pointsMap: margins left as set in the function
  • option to turn off tracing removed (tracing is now fast anyways)
  • installation instructions in readme greatly improved
    New function: maxEarthDist

0.4.1

20 Jan 09:09
Compare
Choose a tag to compare

Version 0.4.1 (2017-01-19)

Version 0.3.5 (2016-09-21)

  • do.call(scaleBar, ...) computing time in pointsMap removed
  • API unified to function(lat, long, data, ...)
  • scaleBar: automatic abslen and ndiv selection greatly improved
  • tracing of errors is simplified through berryFunctions::traceCall()
  • pointsMap can now handle a single coordinate location
  • projectPoints can now return the spTransform output
  • documentation and a few defaults have been improved

Version 0.2.9 (2016-08-21)
first release on CRAN
Detailed changes at https://github.com/brry/OSMscale/commits/master

  • documentation (examples + github readme) expanded + improved
  • scaleBar automatic length selection improved and abslen unit bug corected
  • projectPoints can now handle datasets with NAs
  • pointsMap: argument scale can now be a list of arguments
  • new functions: degree, earthDist, checkLL
  • new projection functions: putm, posm, pll
  • moved here from berryFunctions: equidistPoints, randomPoints, triangleArea

scaling maps behind bars

27 Jul 17:38
Compare
Choose a tag to compare

second (supposedly) stable release