diff --git a/DESCRIPTION b/DESCRIPTION index 7919d0a..f9147e9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ows4R -Version: 0.4 -Date: 2023-07-12 +Version: 0.3-6 +Date: 2023-07-28 Title: Interface to OGC Web-Services (OWS) Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")), person("Alexandre", "Bennici", role = c("ctb"), comment = c(ORCID = "0000-0003-2160-3487")), diff --git a/NEWS.md b/NEWS.md index c7b5185..e27da79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +## [ows4R 0.3.-6](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable-red.svg)](https://github.com/eblondel/ows4R) + + +**Corrections** + +- [#110](https://github.com/eblondel/ows4R/issues/110) 'hasGeometry' based on FeatureType description is not enough in case propertyNames is used with geom + +**Enhancements** + +- [#109](https://github.com/eblondel/ows4R/issues/109) Improve CSV support for WFS + ## [ows4R 0.3-5](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://github.com/eblondel/ows4R) **Enhancements** diff --git a/README.md b/README.md index 0fb00b5..9f3b4c3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://github.com/eblondel/ows4R/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/eblondel/ows4R/actions/workflows/r-cmd-check.yml) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ows4R)](https://cran.r-project.org/package=ows4R) [![cran checks](https://badges.cranchecks.info/worst/ows4R.svg)](https://cran.r-project.org/web/checks/check_results_ows4R.html) -[![Github_Status_Badge](https://img.shields.io/badge/Github-0.4-blue.svg)](https://github.com/eblondel/ows4R) +[![Github_Status_Badge](https://img.shields.io/badge/Github-0.3--6-blue.svg)](https://github.com/eblondel/ows4R) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1345111.svg)](https://doi.org/10.5281/zenodo.1345111) **ows4R – R Interface to OGC Web-Services (OWS)**