Changes in version 0.1.0.9015 - Update to new database Changes in version 0.1.0.9014 - downstream_route_measure of locate_along_interval() now returned as an integer together with index. - Indices including blue_line_key, gnis_id and linear_feature_id now returned as integers. Changes in version 0.1.0.9013 - Added nocache = getOption("fwa.nocache", FALSE) argument to all functions. Changes in version 0.1.0.9012 - collection dropped id column. - bc_ind from TRUE to FALSE for index-point Grostete Creek and two others. - In collection properties dropped upstream_area_ha. Changes in version 0.1.0.9011 - Change endpoint. Changes in version 0.1.0.9010 - fwapg removed non-FWA WHSE_BASEMAPPING collections. Changes in version 0.1.0.9009 - Renamed fwa_hydroshed() to hydroshed(). Changes in version 0.1.0.9008 - Remove limit argument from fwa_locate_along_interval() as specified by start_measure, end_measure and interval_length. Changes in version 0.1.0.9007 - Removed offset argument because unreliable. Changes in version 0.1.0.9006 - Renamed fwa_collections_properties() to fwa_collection_properties(). Changes in version 0.1.0.9005 - Soft-deprecated fwa_collection() for fwa_query_collection(). - Soft-deprecated fwa_meta_properties() for fwa_collections_properties(). - Soft-deprecate fwa_meta_collections() for fwa_collections(). - Dropped fwa_valid_transform(). - Rolled back to R <= 3.6. Changes in version 0.1.0.9004 - Added fwa_hydroshed() and exported fwa_valid_transforms(). Changes in version 0.1.0.9003 - Now requires R 4.0. Changes in version 0.1.0.9002 - Internal changes only. Changes in version 0.1.0.9001 - Add end_measure = NULL argument to fwa_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 Changes in version 0.1.0.9000 - Allow fwa_collection() to accept 'whse_fish' schema. Changes in version 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). Changes in version 0.0.1 - Initial release.