Skip to content

Commit

Permalink
docs: update NEWS, codemeta and cff
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Jul 7, 2022
1 parent db64ba2 commit c7e0eb6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,10 +25,11 @@ preferred-citation:
given-names: Timothée
email: [email protected]
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:
Expand All @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
13 changes: 10 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c7e0eb6

Please sign in to comment.