Releases: paleolimbot/rosm
rosm 0.2.6
v0.2.6 Increment version number to 0.2.6
Version 0.2.4
Fixes several issues with not being able to cancel the tile stitching, etc.
Version 0.2.1
Major backend updates, removing dependency on foreach, improving stability, and moving downloads to the curl
package.
Version 0.1.4
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
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.
Version 0.1.2
Fixed bug that kept from working on windows! Submit to CRAN 20 October.
Version 0.1.1
Submit to CRAN 18 October, fixing title and description according to reviewer comments.
Version 0.1.0
First release, submit to CRAN 17 October.
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/>), ...