Changelog
fwatlasbc 0.0.1.9017
Add
reverse
argument to allow streams to be reversed.fwa_convert_streams_to_rms()
now buffers to deal with inaccuracies in streams network.Fix
fwa_convert_streams_to_rms()
getting wrong half of split!
fwatlasbc 0.0.1.9016
Added
snap_mouths = FALSE
tofwa_snap_rms_to_rms()
.Added
snap_mouths = FALSE
argument tofwa_snap_rm_to_rms()
.
fwatlasbc 0.0.1.9015
Added
fwa_join_stream_segments()
.Added
fwa_convert_streams_to_rms()
.Added
fwa_mapview_rms_to_rms()
.Adding
fwa_mapview_rms_to_rms()
.Adding
fwa_snap_rms_to_rms()
.Merge pull request #58 from poissonconsulting/rmtorms.
Rmtorms
fwa_snap_rm_to_point()
now retains blk if no match.Updated stream names.
Added
nocache = getOption("fwa.nocache", FALSE)
argument.Replace .data$name with “name” in select statements.
fwa_add_watershed_to_blk()
now provides general error if watershed is undefined for blk at rm.Collections no longer include
upstream_area_ha
.distance_to_lon_lat
now rounded to mm.
fwatlasbc 0.0.1.9014
- Added
fwa_convert_rms_to_streams()
to convert rms sf point object into sf linestring object. - Added
fwa_prune_rms()
to prune tips. - Added
fwa_add_cut_rm()
. -
fwa_add_section_to_rms()
now preserves geometry. -
fwa_add_section_to_rms()
now preserves sf.
fwatlasbc 0.0.1.9013
- Added
fwa_add_downstream_split_to_rms()
. - Soft-deprecated
fwa_add_split_to_rms()
forfwa_add_upstream_split_to_rms()
.
fwatlasbc 0.0.1.9011
- Added
fwa_mapview()
. -
fwa_convert_stream_network_to_rms()
now excludes channels with a stream order of 1 from being parents. - Added
...
argument tofwa_snap_rm_to_point()
to allow assignment by additional columns.
fwatlasbc 0.0.1.9008
- Added
swap_branches_rms()
. - Added
fwa_parent_stream_name_rms()
. - Added
fwa_parent_blk_rms()
. - Added
stream_name = fwatlasbc:fwa_stream_name
argument tofwa_add_blks_to_stream_name()
. - Added
fwa_mapview_rms()
. - Added
fwa_swap_branches_rms()
.
fwatlasbc 0.0.1.9007
- Added
fwa_add_intersection_to_geometry()
. - Added
chunk_size
anddigits
arguments tofwa_add_gm_elevation_to_point()
. - Added
fwa_add_gm_elevation_to_point()
.
fwatlasbc 0.0.1.9006
- Renamed
fwa_add_rm_to_lon_lat()
tofwa_add_blk_to_lon_lat()
.
fwatlasbc 0.0.1.9005
- Soft-deprecated
fwa_add_collection_to_watershed()
forfwa_add_collection_to_polygon()
. - Change behaviour of
fwa_add_collection_to_watershed()
so copies blue_line_key to blk if present. - Added
fwa_add_split_to_rms()
.
fwatlasbc 0.0.1.9004
- Added
fwa_convert_stream_network_to_rms()
. - Renamed
fwa_add_section_to_rm()
tofwa_add_section_to_rms()
fwatlasbc 0.0.1.9002
- Added
fwa_add_rm_to_lon_lat()
. - Added
fwa_add_stream_name_to_blk()
. - Exported
fwa_stream_name
data. - Moved
rm
argument infwa_add_watershed_to_blk()
to column in argument x.
fwatlasbc 0.0.1.9001
- Switched column names to snake case.
- In
fwa_add_rms_to_blk()
removed Z coordinate from returned geometry column and added as a numeric elevation column.