- Same as previous version.
- Same as previous version.
- Same as previous version.
- Add fledge-bump workflow
- Add fledge-tag-on-merge workflow
- Update to new database
-
downstream_route_measureoflocate_along_interval()now returned as an integer together withindex. -
Indices including blue_line_key, gnis_id and linear_feature_id now returned as integers.
- Added
nocache = getOption("fwa.nocache", FALSE)argument to all functions.
collectiondroppedidcolumn.bc_indfromTRUEtoFALSEforindex-pointGrostete Creek and two others.- In
collectionproperties droppedupstream_area_ha.
- Change endpoint.
fwapgremoved non-FWA WHSE_BASEMAPPING collections.
- Renamed
fwa_hydroshed()tohydroshed().
- Remove limit argument from
fwa_locate_along_interval()as specified by start_measure, end_measure and interval_length.
- Removed offset argument because unreliable.
- Renamed
fwa_collections_properties()tofwa_collection_properties().
- 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.
- Added
fwa_hydroshed()and exportedfwa_valid_transforms().
- Now requires R 4.0.
- Internal changes only.
- Add
end_measure = NULLargument 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
- Allow
fwa_collection()to accept 'whse_fish' schema.
- 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).
- Initial release.