Movatterモバイル変換
[0]ホーム
wdpar 1.3.8
- CRAN release.
- Minor improvements to documentation.
wdpar 1.3.7.4
- Fix typo in text formatting for
wdpa_clean()documentation.
wdpar 1.3.7.3
- Fix bugs in
wdpa_fetch() andwdpa_read()on MacOS. Thanks to Jason Everett (@jaseeverett) for codecontribution. - Update DESCRIPTION withprepr package information.
- Update README with Chromium dependencies.
- Update global example global processing script with increasedprecision.
- Update vignette to be compatible with changes to GADM website.
- Fix issue with tests leaving left-over files in temporarydirectories.
wdpar 1.3.7.2
- Update
wdpa_fetch() to use thechromotepackage to handle web scrapping (instead of thewebdriverpackage). - Update
wdpa_fetch() so that it can downloadcountry-level data in either shapefile or file geodatabase format (usingthe newdatatype parameter). Since file geodatabase dataappears to be more robust,wdpa_fetch() now defaults todownloading data in file geodatabase format. - Update
wdpa_clean() to standardize column names so thatcleaning either shapefile or file geodatabase data results in the sameoutput. - Update
wdpa_clean() so that it removes leading/trailingwhite space characters from the"MANG_PLAN" field. - Fix bug in
wdpa_read() that causes output objects tocontain no columns. - Update README and vignette to be compatible with updates toggmap package.
wdpar 1.3.7.1
- Update tests to accommodate corrupted data from ProtectedPlanet.
wdpar 1.3.7
wdpar 1.3.6
- Rejected CRAN submission.
wdpar 1.3.5.2
- Fix issue with
st_erase_overlaps() not correctlyremoving overlaps when a protected area are completely contained withinanother (#73).
wdpar 1.3.5.1
- Fix aliasing for package manual entry (#71).
wdpar 1.3.5
- CRAN release.
- Fix compatibility issues with Protected Planet (#69).
- Update
wdpa_clean() to be more robust (#68). - Removesp package as dependency.
wdpar 1.3.4
- CRAN release.
- Update citation format.
wdpar 1.3.3.6
- Fix broken URL in vignette.
- Fix badges in README.
wdpar 1.3.3.5
- Update citation information with journal article.
wdpar 1.3.3.4
- Fix tests when PhantomJS not installed.
- Fix broken URL in vignette.
wdpar 1.3.3.3
- Improve error message for
wdpa_fetch() when PhantomJSis not installed (#63).
wdpar 1.3.3.2
- Add URLs to README for citations (#58).
- Update
wdpa_fetch() documentation to provideinformation on out of date warnings (#59). - Update
wdpa_fetch() warnings to be more descriptive anduse thecli package for consistent alert messages.
wdpar 1.3.3.1
- Update paper for JOSS submission (#53, #54, #62).
- Update vignette with new section on local scale analyses (#53).
- Update
wdpa_fetch() function to use the webdriverpackage for obtaining data (replacing Rselenium package as a dependency)(#63). - Update
st_repair_geometry() to be more robust. - Fix failing tests for
st_repair_geometry()function. - Update documentation for
wdpa_clean() function. - Fix broken URL in vignette.
wdpar 1.3.3
- CRAN release.
- Reduce test timings.
wdpar 1.3.2.4
- Fix compatibility with GEOS (version 3.11.0) (#50, #51).
- Fix broken URLs in documentation.
wdpar 1.3.2.3
- Fix typos in documentation, add JOSS paper, and add contributingguide.
wdpar 1.3.2.2
- Reduce false-negative rate when checking for available internetconnection (#10).
wdpar 1.3.2.1
- Select a random port for the web driver (#41).
- Make web driver clean up more robust (#41).
wdpar 1.3.2
- CRAN release.
- Update
read_sf_n to import data faster. - Removewithr package from DESCRIPTION because it is notused.
wdpar 1.3.1.6
- Update
wdpa_clean to format thePA_DEFcolumn to indicate if each area is a protected area (per IUCN and CBDprotected area definitions) or an other effective area-basedconservation measure (OECM). - Update documentation to make it clear that data obtained fromProtected Planet include both the World Database on Protected Areas(WDPA) and the World Database on Other Effective Area-Based ConservationMeasures (WDOECM).
- Update citation information to follow recommended citations for theWorld Database on Protected Areas (WDPA) and the World Database on OtherEffective Area-Based Conservation Measures (WDOECM).
- Update URLs to pass CRAN checks.
wdpar 1.3.1.5
- Update
wdpa_fetch with newcheck_versionargument to specify if the version of cached data should be checkedagainst the latest version available online. - Update
wdpa_clean to not throw an unnecessary andconfusing warning message when attempting to clean data that do notcontain any valid polygon geometries.
wdpar 1.3.1.4
- Fix bug in
wdpa_read to ensure that all data fromglobal database. This is a bug previously meant that protected areasdenoted with polygon geometry data were not imported. It is stronglyrecommended that users double check processed versions of the globaldatabase to verify correctness. - Add example script for downloading and cleaning data (see
inst/scripts/global-example-script.R) - New
st_repair_geometry function to repair geometryusing a combination ofsf::st_make_valid andprepr::st_prepair. This function is now used by thewdpa_clean function to augment data cleaningprocedures. - Update
wdpa_url andwdpa_fetch to have apage_wait parameter to specify the wait time for loadingweb pages when finding the download URLs for datasets (#39). - Adddplyr package to Suggests because it is used in anexample.
wdpar 1.3.1.3
- Update
wdpa_clean to provide better information whencleaning data. - Update documentation to provide guidelines for processing globaldataset.
- New
wdpa_dissolve function to dissolve geometriestogether (#22).
wdpar 1.3.1.2
- Fix tests that fail package checks given only strictdependencies.
- Update citation information in README and vignette.
wdpar 1.3.1.1
wdpar 1.3.1
- CRAN release.
- Remove LazyData from DESCRIPTION since it is not used.
- Remove tools R package from DESCRIPTION since it is not used.
wdpar 1.3.0.2
- Update
wdpa_fetch function to conform with CRANpolicies. Specifically, data are now always saved in a temporarydirectory by default. - Update code in README for downloading developmental version fromGitHub.
- Update internal functions to be more compatible with recent versionof the sf R package.
wdpar 1.3.0.1
- Update
wdpa_url function to be compatible with changesonhttps://www.protectedplanet.net/en. - Update
wdpa_read function to be compatible with newglobal dataset format. - Update
st_erase_overlaps function to be more resilientagainst topology errors (#33).
wdpar 1.3.0.0
- Fix URLs for CRAN.
- Increase test coverage.
wdpar 1.2.0.0
- Update
wdpa_clean function with newretain_status parameter to specify which protected areasshould be retained during the cleaning process (#33). Defaults to acharacter vector containing"Designated","Inscribed","Established" to indicate thatprotected areas with these status (i.e. per"STATUS"column) are retained. Thus the default behavior from previous versionsremains unchanged.
wdpar 1.1.0.0
- Update
wdpa_clean with newexclude_unescoparameter to specify if UNESCO Biosphere Reserves should be included(#33). Defaults toTRUE such that default behavior remainsunchanged from previous versions.
wdpar 1.0.6
wdpar 1.0.5.2
- Update
wdpa_read function to be compatible with changesto global dataset (#31).
wdpar 1.0.5.1
- Update
wdpa_fetch function to be compatible withchanges to Protected Planet website for downloading global dataset.
wdpar 1.0.5
wdpar 1.0.4.1
- Update package to be compatible with new file name conventions onProtected Planet website.
- Fix bug with downloading global dataset.
wdpar 1.0.4
wdpar 1.0.3.1
- Add example for multiple countries to
wdpa_cleandocumentation (#28). - Add information on port error to
wdpa_cleandocumentation (#29). - Update package to work with new version of Protected Planet website(#30).
- New
wdpa_latest_version function for determining thelatest version of the dataset.
wdpar 1.0.3
wdpar 1.0.2.1
- Fix “Non-file package-anchored link(s) in documentation object”warnings in R-devel checks.
- Update
wdpa_read so that it is compatible with the newdata format provided byhttps://www.protectedplanet.net/en. - Update examples for
st_erase_overlaps so thatoverlapping geometries are clearly shown. - Update examples to run with CRAN checks(i.e.
--run-donttest). - Update
st_erase_overlaps so that it is more robust togeometry issues.
wdpar 1.0.2
wdpar 1.0.1.4
- Fix compatibility issues with new
lwgeom packageversion 0.2-3 (#24). - Increase
lwgeom andsf package versionrequirements.
wdpar 1.0.1.3
- The
wdpa_clean function now returns an empty result(i.e. sf object with zero rows) for countries that do nothave any protected areas represented by spatially valid non-emptygeometries (e.g. Somalia in February 2020, #19).
wdpar 1.0.1.2
- Increase default precision in
wdpa_clean function.
wdpar 1.0.1.1
- Make the
wdpa_clean function more robust to typologyissues (#20). - Remove unnecessary internet connection check from
wdpa_clean (#21).
wdpar 1.0.1
wdpar 1.0.0.4
- Update
wdpa_clean so that it works with a singleprotected area. - Tweak progress bar in
st_erase_overlaps.
wdpar 1.0.0.3
- Update
wdpa_clean so that it works with shapefiles thatdo not have geometry stored in thegeometry column(e.g. global data).
wdpar 1.0.0.2
- Update
st_erase_overlaps so that it has a highersuccess rate for really invalid geometries (e.g. protected areas forGabon).
wdpar 1.0.0.1
- Add extra data cleaning step to vignette so that the tutorial has abetter chance at working when adapted to other countries.
wdpar 1.0.0
- CRAN release.
- Fix links in CITATION, README, and vignette.
wdpar 0.0.4
- Fix false reports of lack of Internet connectivity (#10).
wdpar 0.0.3
wdpar 0.0.2.1
- Fix compatibility issue changes to Protected Planet website(#11).
wdpar 0.0.2
wdpar 0.0.1.3
- Fix bug where parts of MULTIPOLYGON protected areas would beincorrectly erased during data cleaning (#9).
wdpar 0.0.1.2
- Fix bug where protected areas represented as POINT and MULTIPOINTgeometries were incorrectly omitted (#9).
- Address CRAN check NOTES by removing unused Imports, or manuallycalling one of their functions.
wdpar 0.0.1.1
- Fix
Summary: ElementNotVisible bug (#8). - Citation automatically reports the correct URL (i.e. CRAN or GitHub)based on package version number.
wdpar 0.0.1
wdpar 0.0.0.4
- Fix broken link in README, add package website to DESCRIPTION.
- Update lifecycle badge to stable.
- Fix bug that threw a bogus error message in
wdpa_fetchwhenforce = TRUE.
wdpar 0.0.0.3
- Update overview in README and vignette (#3;@rungec).
- Add list with other datasets to vignette (#4;@rungec).
- Add information about coastlines and EEZs to the README, vignette,and
wdpa_clean documentation (#5;@rungec). - Add Viscontiet al. 2013 citation to
wdpa_clean help page, regarding the buffering of pointlocalities.
wdpar 0.0.0.2
- Initial “everything works” version.
wdpar 0.0.0.1
[8]ページ先頭