Skip to content

Releases: NOAA-OCM/SWMPrExtension

Multi-polygon fix and change of package maintainer

Choose a tag to compare

@DaveEslinger DaveEslinger released this 30 May 19:41

Fixes an error introduced recently in checking the validity of spatial files containing multipolygons.
Change the official maintainer of the package.

SWMPrExtension 2.2.2.0

Choose a tag to compare

@DaveEslinger DaveEslinger released this 11 Apr 19:23
  • Change EPA National Condition Report to landing page instead of PDF download.
  • Fixed bug in threshold_criteria_plot.R that displayed legend title (lab_dat).
  • Reduced text size for Y-axis for most plots from 16 to 14 to display long titles.
  • Reduced variable text size for historical_range.R and seasonal_barplot.R
  • Updated SWMP station location with data from CDMO, retrieved 2022-03-18.

Full Changelog: v2.2.0...v2.2.2.0

SWMPrExtension Release version 2.2.0

Choose a tag to compare

@DaveEslinger DaveEslinger released this 16 Mar 23:46

Fix empty season failure in seasonal_dot.R.
Changed all Seasonal Kendal test results to plot with custom png icons instead of ggplot characters.
Fixed multiple seasonal means being plotted in seasonal_barplot.R
Change projection for national_sk_map to a UTM projection to reduce distortion in png icons.

SWMPrExtension v2.1.0

Choose a tag to compare

@DaveEslinger DaveEslinger released this 13 Oct 16:54
  • Removed tmap, tmaptools, and OpenStreetMap due to issues with required package {rJava}.
  • Adding ggmap for background raster map as a suggested package., but with optional vector map if ggmap not installed
  • Adding ability to pass a map to the local map functions
  • CRAN release

SWMPrExtension 2.0.0

Choose a tag to compare

@DaveEslinger DaveEslinger released this 01 Oct 17:21

Removes {sp} dependencies
Removes {mapshot} and PhantomJS dependencies
Uses OpenStreetMap tiles for background tiles on reserve-level plots.
Fixes (fingers crossed) proj4 issues.

Updates for 2021 processing of 2020 SWMP reports

Choose a tag to compare

@DaveEslinger DaveEslinger released this 16 Sep 19:11

Added He'eia stations and ability to update reserve stations
Wind speed units can be changed
Suppressed many routine warnings ("joining by dummy", etc.)
replaced gather() with pivot_longer()

Updates to stay current with {dplyr} and {sp}

Choose a tag to compare

@DaveEslinger DaveEslinger released this 30 Aug 15:55

Changes to dplyr::summarise, CRS, and examples in several programs.
Bug fix in threshold_identification.R when using multi-variable nutrient calls

Version 1.1.5 Fixes issue #49

Choose a tag to compare

@DaveEslinger DaveEslinger released this 30 May 12:46

Fixes issue #49 by changing row-wise tidier workflow. We were using a deprecated approach, which will be defunct with upcoming {broom} release (0.7.0).

R 4.0 update

Choose a tag to compare

@DaveEslinger DaveEslinger released this 05 May 11:57

Revision to accommodate changes with R 4.0, PROJ >= 4, and related changes. No significant changes to look or function of outputs.

Fix national map CRS

Choose a tag to compare

@DaveEslinger DaveEslinger released this 02 Mar 13:25

Corrected the crs information for the national mapping programs, national_sk_map.R and res_national_map.R to have the correct WGS84 Lambert Azimuthal Equal Area projection information. Reprojected and renames us_aea.rda -> us_laea.rda to reflect this change. This change should eliminate any need for spatial reprojection and avoid some of the upcoming PROJ 6 issues with proj4 strings.