From c7e0eb6f0520a73022bc0c3cc7c8b7010a8256f7 Mon Sep 17 00:00:00 2001 From: rCarto Date: Thu, 7 Jul 2022 09:38:28 +0200 Subject: [PATCH] docs: update NEWS, codemeta and cff --- CITATION.cff | 10 ++++++---- NEWS.md | 5 +++++ codemeta.json | 13 ++++++++++--- 3 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 NEWS.md diff --git a/CITATION.cff b/CITATION.cff index 47e272b..7df475f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,10 +8,10 @@ message: 'To cite package "mapiso" in publications use:' type: software license: GPL-3.0-or-later title: 'mapiso: Create Contour Polygons from Regular Grids' -version: 0.1.0 +version: 0.1.2 abstract: Regularly spaced grids containing continuous data are transformed to contour polygons. A grid can be defined by a data.frame (x, y, value), an 'sf' object or - a 'terra' SpatRaster. + a raster from 'terra'. authors: - family-names: Giraud given-names: Timothée @@ -25,10 +25,11 @@ preferred-citation: given-names: Timothée email: timothee.giraud@cnrs.fr orcid: https://orcid.org/0000-0002-1932-3323 - version: 0.1.0 + version: 0.1.2 abstract: Regularly spaced grids containing continuous data are transformed to contour polygons. A grid can be defined by a data.frame (x, y, value), an 'sf' object - or a 'terra' SpatRaster. + or a raster from 'terra'. + repository: https://CRAN.R-project.org/package=mapiso repository-code: https://github.com/riatelab/mapiso/issues/ url: https://github.com/riatelab/mapiso contact: @@ -38,6 +39,7 @@ preferred-citation: orcid: https://orcid.org/0000-0002-1932-3323 license: GPL-3.0-or-later year: '2022' +repository: https://CRAN.R-project.org/package=mapiso repository-code: https://github.com/riatelab/mapiso/issues/ url: https://github.com/riatelab/mapiso contact: diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..707b17d --- /dev/null +++ b/NEWS.md @@ -0,0 +1,5 @@ +# mapiso 0.1.2 + +## Fix +- avoid invalid geometries by shifting values +- remove error when CRS do not match between x and mask diff --git a/codemeta.json b/codemeta.json index 58ad700..cbef46f 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,18 +2,24 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "mapiso", - "description": "Regularly spaced grids containing continuous data are transformed to contour polygons. A grid can be defined by a data.frame (x, y, value), an 'sf' object or a 'terra' SpatRaster. ", + "description": "Regularly spaced grids containing continuous data are transformed to contour polygons. A grid can be defined by a data.frame (x, y, value), an 'sf' object or a raster from 'terra'.", "name": "mapiso: Create Contour Polygons from Regular Grids", "codeRepository": "https://github.com/riatelab/mapiso", "issueTracker": "https://github.com/riatelab/mapiso/issues/", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.0", + "version": "0.1.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, "runtimePlatform": "R version 4.2.1 (2022-06-23)", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, "author": [ { "@type": "Person", @@ -115,7 +121,8 @@ }, "SystemRequirements": null }, - "fileSize": "1106.239KB", + "fileSize": "2352.035KB", + "releaseNotes": "https://github.com/riatelab/mapiso/blob/master/NEWS.md", "readme": "https://github.com/riatelab/mapiso/blob/main/README.md", "contIntegration": ["https://github.com/riatelab/mapiso/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/riatelab/mapiso?branch=main"], "developmentStatus": "https://www.repostatus.org/#active"