Recent Releases of lawn
lawn - lawn v0.6.0
- update Javascript libraries to their latest versions - associated changes mostly not public API facing in the R code here to adapt to the JS changes (#84)
- move readme images into man/figures (#83)
Scientific Software - Peer-reviewed
- R
Published by sckott over 5 years ago
lawn - lawn v0.5.0
- fix tests for upcoming V8 R package changes (#78) (#79)
Scientific Software - Peer-reviewed
- R
Published by sckott over 7 years ago
lawn -
Fix problems on Fedora.
Scientific Software - Peer-reviewed
- R
Published by sckott almost 9 years ago
lawn - lawn v0.4.0
NEW FEATURES
view()gains.featuremethod to plotfeatureclass objects (#57)- gains new function
as.featureto attempt to coerce strings or json to features. associated with, addslawn_featurecollection.feature, andas.turf.feature(#71) - JS library updates: Upgraded from turf.js
v3.10.4tov4.7.3. Upgraded fromturf/metav3.10.4tov4.4.0. Upgraded fromturf/invariantv3.10.4tov4.7.3. Upgraded fromsimple-statisticsv2.1.0tov4.1.0. Upgraded fromgeojsonhintv2.0.0-beta2tov2.0.1. Upgraded fromclonev2.0.0-beta2tov2.1.1. Upgraded fromgeojson-randomv0.2.2tov0.4.0. Pkg gains new functionslawn_line_offset,lawn_rewind,lawn_pt2line_distance,lawn_transform_rotate,lawn_transform_scale,lawn_transform_translate, andlawn_unkinkpolygon(#51) (#67) (#68) (#69) (#73) (#74)
MINOR IMPROVEMENTS
- lots of documentation consistency improvements (#58)
- Now running on
simple-statisticsv4.1.0(very close to the latest version on NPM) (#66) - Started adding type checks to functions, only in
lawn_withinandlawn_bufferfor now. These are type checks to check that the correct GeoJSON types (e.g., Feature or FeatureCollection) are passed. Will finish off remainder of package later (#65)
Scientific Software - Peer-reviewed
- R
Published by sckott almost 9 years ago
lawn - lawn v0.3.3
- changed to using markdown docs
- tidied docs to 80 line width
- typo fixes in https://github.com/ropensci/lawn/pull/60 from @patperu
- added a number of new methods from turf.js https://github.com/ropensci/lawn/issues/51
- updated bundled turf.js to
v3.5.2 - repo now with
paper.mdandpaper.bibfor JOSS
Scientific Software - Peer-reviewed
- R
Published by sckott about 9 years ago
lawn - lawn v0.3.0
NEW FEATURES
- Updated to using turf.js
v3.5.2(#49) (#50), with the following significant changes. Defunct functions (these methods were removed from turf, so made sense to remove them here):lawn_aggregate,lawn_jenks,lawn_quantile,lawn_reclass,lawn_size. New functions (these methods were added to turf):lawn_circle,lawn_collect,lawn_bbox,lawn_feature,lawn_tesselate. New data functions to create geojson:lawn_multipoint,lawn_multipolygon,lawn_multilinestring,lawn_geometrycollection. as.turfgains S3 methods formultipoint,multipolygon,multilinestring, andgeometrycollection.lawn_featurecollectiongains a default S3 method to error gracefully on classes not supported, and gains S3 methods formultipoint,multipolygon,multilinestring, andgeometrycollection.lawn_eraserenamed tolawn_difference, following turf changeslawn_averageparameter name changes:fieldtoin_field,outputFieldtoout_fieldlawn_countloses parametercountField, and gains parametersin_field, andout_field(with default 'count')lawn_deviationparameter name changes:inFieldtoin_field,outFieldtoout_field(with default 'deviation')lawn_maxparameterout_fieldwith new default value 'max'lawn_medianparameterout_fieldwith new default value 'median'lawn_minparameterout_fieldwith new default value 'min'lawn_sumparameterout_fieldwith new default value 'sum'lawn_varianceparameterout_fieldwith new default value 'variance'- all aggregatation/math functions (
lawn_average,lawn_count,lawn_deviation,lawn_max,lawn_median,lawn_min,lawn_sum,lawn_variance) useturf.collectinternally, same method that's used inlawn_collect
MINOR IMPROVEMENTS
- Fixed example for
lawn_tag()that wasn't working. Also,poly_idparameter changed tofield, andcontaining_polyidchanged toout_field. (#30) lawn_mergeuses new turf methodturf.unioninternally, but no user facing changes- Changed
xparameter tocoordinatesinlawn_pointfor consistency with similar methods - Changed
ringsparameter tocoordinatesinlawn_polygonfor consistency with similar methods - Internal changes to
lawn_removefollowing turf changes, but there should be no user facing changes
BUG FIXES
- Fixed bug in
lawn_buffer()(#53) - Fixed bug in
lawn_random().num_verticesparameter wasn't working (#44)
Scientific Software - Peer-reviewed
- R
Published by sckott over 9 years ago
lawn - lawn v0.1.7
BUG FIXES - Fixes tests (#46)
Scientific Software - Peer-reviewed
- R
Published by sckott about 10 years ago
lawn - lawn v0.1.6
MINOR IMPROVEMENTS
- Fixes expectations in test suite on failure for new V8 version (#45)
- Updated
geojsonhintJavascript library (v1.2.0) (#42)
Scientific Software - Peer-reviewed
- R
Published by sckott over 10 years ago
lawn - lawn 0.1.4
NEW FEATURES - Added a code of conduct
MINOR IMPROVEMENTS - Implemented print methods for most output objects for easier comprehension (#26)
BUG FIXES
- Import all non-base R functions, now from methods, stats,
and utils (#40)
Scientific Software - Peer-reviewed
- R
Published by sckott almost 11 years ago
lawn - lawn 0.1.0
NEW FEATURES
- released to CRAN
Scientific Software - Peer-reviewed
- R
Published by sckott about 11 years ago