This repository has been archived by the owner on May 10, 2022. It is now read-only.
lawn v0.4.0
NEW FEATURES
view()
gains.feature
method to plotfeature
class objects (#57)- gains new function
as.feature
to attempt to coerce strings or json
to features. associated with, addslawn_featurecollection.feature
, and
as.turf.feature
(#71) - JS library updates: Upgraded from turf.js
v3.10.4
tov4.7.3
. Upgraded from
turf/meta
v3.10.4
tov4.4.0
. Upgraded fromturf/invariant
v3.10.4
tov4.7.3
.
Upgraded fromsimple-statistics
v2.1.0
tov4.1.0
. Upgraded fromgeojsonhint
v2.0.0-beta2
tov2.0.1
. Upgraded fromclone
v2.0.0-beta2
tov2.1.1
.
Upgraded fromgeojson-random
v0.2.2
tov0.4.0
. Pkg gains new functions
lawn_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-statistics
v4.1.0
(very close to the
latest version on NPM) (#66) - Started adding type checks to functions, only in
lawn_within
and
lawn_buffer
for 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)