1.2.100
PWFSLSmoke 1.2.100
- Version bump for CRAN release.
PWFSLSmoke 1.2.11
This patch restores some of the ESRI mapping functionality by providing a
function to download, stitch and crop images from ESRI tile services. The
new staticmap_getRasterBrick()
provides a generalized API for generating
basemaps from the two tiling services currently being supported: ESRI and Stamen.
- Added
monitor_staticmap()
,staticmap_getRasterBrick()
and
staticmap_getEsrimapBrick()
. - Reordered arguments in
staticmap_getStamenmapBrick()
.
PWFSLSmoke 1.2.10
- Fixes for website documentation
PWFSLSmoke 1.2.9
- Docker image now includes
optparse
package so that exectuable scripts can
be run inside themazamascience/pwfslsmoke
image. - Fixed error-generating bug in
debug.trace(...)
statement while processing
AirNow data.
PWFSLSmoke 1.2.8
This patch release deals with the AirNow's recent inclusion in their data feeds
of US Embassy data. Some Embassy sites are in time zones with fractional offset
from UTC. The PWFSLSmoke data model requires that all monitoring data align on
hour boundaries. All non-conforming AirNow monitors (mostly in South Asia) are
now removed during the early stages of processing.
PWFSLSmoke 1.2.7
- Improved support for non-Olson timezones in
timeInfo()
. - Corrected
timeInfo()
creation oflocalSstandardTime_UTC
.
PWFSLSmoke 1.2.6
- Updated
wrcc_createRawDataframe()
to use the proper WRCC url.
PWFSLSmoke 1.2.5
- Updated the
WRCC
dataset with unitIDs added to thecache
in 2018 and 2019. - Updated WRCC processing functions to handle a slightly modified header format.
PWFSLSmoke 1.2.4
This patch release deals with the loss of the free basemap generation service
utilitized by esriMap_getMap()
. An authentication token is now required and
this patch provides a workaround by using free tiles provided by
Stamen and ggmap::get_stamenmap()
.
The following new functions are provided:
monitor_stamenmap()
-- replacement formonitor_esriMap()
staticmap_getStamenmapBrick()
staticmap_plotRasterBrick()
The use of monitor_esriMap()
has been purged from all examples and vignettes.
The goal is to get to the point of having at least minimal capabilities for
generating static maps and resubmitting the package to CRAN.
PWFSLSmoke 1.2.3
- removed
monitor_map()
examples because ESRI map downloads are disabled - added
createEmptyMonitor()
- fixes for
monitor_getCurrentStatus()
:- properly handling transitions between daylight savings and standard time
- properly handling days with insufficient data to calculate an average