Changelog
Source:NEWS.md
fwapgr 0.1.0.9014
downstream_route_measure
oflocate_along_interval()
now returned as an integer together withindex
.Indices including blue_line_key, gnis_id and linear_feature_id now returned as integers.
fwapgr 0.1.0.9012
-
collection
droppedid
column. -
bc_ind
fromTRUE
toFALSE
forindex-point
Grostete Creek and two others. - In
collection
properties droppedupstream_area_ha
.
fwapgr 0.1.0.9009
- Renamed
fwa_hydroshed()
tohydroshed()
.
fwapgr 0.1.0.9008
- Remove limit argument from
fwa_locate_along_interval()
as specified by start_measure, end_measure and interval_length.
fwapgr 0.1.0.9006
- Renamed
fwa_collections_properties()
tofwa_collection_properties()
.
fwapgr 0.1.0.9005
- Soft-deprecated
fwa_collection()
forfwa_query_collection()
. - Soft-deprecated
fwa_meta_properties()
forfwa_collections_properties()
. - Soft-deprecate
fwa_meta_collections()
forfwa_collections()
. - Dropped
fwa_valid_transform()
. - Rolled back to R <= 3.6.
fwapgr 0.1.0.9001
- Add
end_measure = NULL
argument tofwa_locate_along_interval()
and rename start to start_measure. - replace fwa_stream_at_measure with fwa_watershed_stream to be consistent with API function names
- add transform argument to fwa_collection
- rename column argument to properties
- add limit, offset, bbox, properties, and transform arguments to API function wrappers
- replaced fwa_list_tables with fwa_meta_collections and no longer separates table and schema from collection_id
- replace fwa_list_columns with fwa_meta_properties and accepts collection_id not table and schema
- fwa_nearest_stream removed from API. Replaced with fwa_index_point.
- Moved wrapper functionality to freshwateratlasbc.
- fwa_search_gnis_streams() and fwa_list_gnis_streams() now take gnis_name = “.*” instead of NULL as default argument
- test back to R 3.6
fwapgr 0.1.0.9000
- Allow
fwa_collection()
to accept ‘whse_fish’ schema.
fwapgr 0.1.0
- Added several new functions to access new API at ‘hillcrestgeo.ca/fwapg’ (
fwa_collection
,fwa_stream_gnis
,fwa_watershed_at_measure
,fwa_stream_at_measure
,fwa_watershed_hex
,fwa_nearest_stream
). - Defunct several functions using old API at ‘hillcrestgeo.ca/fwa/v1’ (
fwa_feature
,fwa_watershed
,fwa_gnis_streams
).