Skip to content

Commit

Permalink
Update codemeta.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Nov 18, 2018
1 parent fbb40e8 commit b136556
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "tiler",
"description": "Creates geographic map tiles from geospatial map files or non-geographic map tiles from simple image files. \n This package provides a tile generator function for creating map tile sets for use with packages such as 'leaflet'. \n 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.\n 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.\n 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.\n This package requires 'Python' and the 'gdal' library for 'Python'. \n 'Windows' users are recommended to install 'OSGeo4W' (<https://trac.osgeo.org/osgeo4w/>) as an easy way to obtain the required 'gdal' support for 'Python'.",
Expand Down Expand Up @@ -197,7 +200,16 @@
],
"releaseNotes": "https://github.com/ropensci/tiler/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/tiler/blob/master/README.md",
"fileSize": "355.971KB",
"contIntegration": ["https://travis-ci.org/ropensci/tiler", "https://ci.appveyor.com/project/leonawicz/tiler", "https://codecov.io/gh/ropensci/tiler"],
"relatedLink": "https://CRAN.R-project.org/package=tiler"
"fileSize": "356.098KB",
"contIntegration": [
"https://travis-ci.org/ropensci/tiler",
"https://ci.appveyor.com/project/leonawicz/tiler",
"https://codecov.io/gh/ropensci/tiler"
],
"relatedLink": "https://CRAN.R-project.org/package=tiler",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/onboarding/issues/226",
"provider": "http://ropensci.org"
}
}

0 comments on commit b136556

Please sign in to comment.