-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
45 lines (45 loc) · 1.89 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: tiler
Title: Create Geographic and Non-Geographic Map Tiles
Version: 0.3.2
Authors@R: c(
person("Matthew", "Leonawicz", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771")),
person("Alex M", "Chubaty", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-7146-8135"))
)
Description: Creates geographic map tiles from geospatial map files or
non-geographic map tiles from simple image files. This package provides a
tile generator function for creating map tile sets for use with packages
such as 'leaflet'. In addition to generating map tiles based on a common
raster layer source, it also handles the non-geographic edge case, producing
map tiles from arbitrary images. These map tiles, which have a
non-geographic, simple coordinate reference system (CRS), can also be used
with 'leaflet' when applying the simple CRS option. Map tiles can be created
from an input file with any of the following extensions: tif, grd and nc for
spatial maps and png, jpg and bmp for basic images. This package requires
'Python' and the 'gdal' library for 'Python'. 'Windows' users are
recommended to install 'OSGeo4W' (<https://trac.osgeo.org/osgeo4w/>) as an
easy way to obtain the required 'gdal' support for 'Python'.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/tiler/, https://github.com/ropensci/tiler
BugReports: https://github.com/ropensci/tiler/issues
Imports:
png,
raster,
sp
Suggests:
bmp,
jpeg,
knitr,
leaflet,
parallel,
rmarkdown,
sf,
testthat,
webshot
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Python (>= 2.7), python-gdal library (For Windows, gdal installed via OSGeo4W <https://trac.osgeo.org/osgeo4w/> recommended)
clipboard