NEWS.md
sos@namespaces
)sosName()
, sosObservedProperties()
, sosProcedures()
sosFeatureIds()
, sosUOM()
now return character vectors if applied to collections or lists?`coerce-sos4R`
sosTime(..)
now always returns base R classes, i.e. a list with begin
and end
based on POSIXct
(change default for convert
parameter to TRUE
).getObservation(..)
now supports multiple offerings for SOS 2.0.0 (in conformance with the specification)checkRequest
methods, they were 90% “TODO” comments; actually existing checks preserved in functions where sensiblexml2
(requires version 1.2.2
, see #148)XML
to xml2
NEWS.md
in Markdown format to track changes to the package (moved content from inst/NEWS
and inst/CHANGES
)DEV-README.md
README.Rmd
)verbose
and inspect
: full requests and responses are only printed with inspect = TRUE
Added error handling for plotting methods so that plot(sos) does not break if one offering cannot be coerced to spatial
Added ‘ug/m3’ and ‘http://www.opengis.net/def/property/OGC/0/FeatureOfInterest’ to known list of fields > converted with sosConvertDouble and sosConvertString respectively
Fixed weathersos demo
Moved vignette to now suggested directory vignettes/, see http://cran.r-project.org/doc/manuals/R-exts.html#Writing-package-vignettes
Changed DESCRIPTION file: moved xtable to Suggests - section, set ByteCompile: TRUE, added Authors@R (http://journal.r-project.org/archive/2012-1/RJournal_2012-1_Hornik~et~al.pdf), changed minimum R version to 2.14.0
Updated cheat sheet and vignette: added link to Bugzilla
Added minor improvements for sensor description parsing and coercion: sosCoordinates(SensorML) tries to handle ‘easting’/‘northing’, ‘longitude’/‘latitude’, and ‘elevation’/‘altitude’ coordinates and subsequently plotting does not break if ‘x’/‘y’ are not given.
Added function to reset the parsers to default: sos <- SosResetParsingFunctions(sos)
2011-01-17
2010-11-04