Skip to content

Releases: paleolimbot/rosm

rosm 0.2.6

09 Jun 11:30
Compare
Choose a tag to compare
v0.2.6

Increment version number to 0.2.6

Version 0.2.4

15 Mar 16:52
Compare
Choose a tag to compare

Fixes several issues with not being able to cancel the tile stitching, etc.

Version 0.2.1

01 Apr 23:39
Compare
Choose a tag to compare

Major backend updates, removing dependency on foreach, improving stability, and moving downloads to the curl package.

Version 0.1.4

12 Apr 19:23
Compare
Choose a tag to compare

Release available on CRAN now. Faster merging of tiles (uses the foreach package) and overlay functions to help with overlaying points, lines and polygons.

Version 0.1.3

06 Dec 22:04
Compare
Choose a tag to compare

Submit to CRAN 2015-12-06 (accepted). Add function osm.raster() supporting export of OSM tiles as RasterStack objects (see issue #1).

We're excited to announce a new release of the rosm package! A feature request was posted to export the images created by rosm as a raster package object, opening up possibilities for reprojecting and writing to disk OSM tiles for use in your favourite GIS. Thanks to Timothée Giraud, maintainer of the cartography package for suggesting and writing the base code for this update. Ready to get started? The syntax is just like osm.plot() but with a few options like projection and filename that reproject/write your images using the raster package. Try this:

library(prettymapr)
library(rosm)
library(raster)

ns <- searchbbox("nova scotia", source="google")
rasterobj <- osm.raster(ns)
plotRGB(rasterobj)

Up next in the update queue? Faster fusing of tiles enabling the creation of high-resolution geotiffs of your favourite OSM tile maps.

rosm_0.1.3-manual.pdf

Version 0.1.2

20 Oct 13:11
Compare
Choose a tag to compare

Fixed bug that kept from working on windows! Submit to CRAN 20 October.

rosm_0.1.2-manual.pdf

Version 0.1.1

18 Oct 19:15
Compare
Choose a tag to compare

Submit to CRAN 18 October, fixing title and description according to reviewer comments.

rosm_0.1.1-manual.pdf

Version 0.1.0

17 Oct 05:32
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

First release, submit to CRAN 17 October.

rosm_0.1.0-manual.pdf

From CRAN:

We get

The Title field should be in title case, current version then in title case:
‘Plot Raster Map Tiles From Open Street Map and Other Sources’
‘Plot Raster Map Tiles from Open Street Map and Other Sources’

pls fox.  Also, in the Description, pls single quote 'sp', and explain
or at least provide web potiners for the sources to download from .
E.g.,

   Open Street Map (<https://www.openstreetmap.org/>), ...