NEWS.md
vignette("migration_odp")
vignettelistLayers()
pulls down abstracts and metadataID, argument provided to only pull down titlesfeature_hits()
now works with filters (#38)data_citation()
, as well as obtain a data dictionary (data_dictionary()
) and other metadata (get_metadata()
).try()
options(vicmap.chunk_limit)
). However, it appears various layers have a limit of 1,500. As such the default has now been changed to 1,500. Users should either allow pagination during collect (the default); or if the user is sure 70,000 features can be returned for a layer they can change the default using options(vicmap.chunk_limit = 70000)
. If this chunk limit is set to greater than 1,500 but the maximum chunk limit for that layer is restricted to 1,500 then only 1,500 features will be returned and there will be no pagination. This may mean incomplete data is returned.check_geoserver()
function has been amended and included in other functions to avoid errors being thrown for examples.httr::stop_for_status()
in several places for more informative errorscheck_geoserver()
function to test whether the geoserver is operational (tests added)sf
–> ‘sf’\dontrun{}
replaced with with \donttest{}
for examples requirying connection to WFS. WFS speeds may vary and in some cases examples could take > 5 seconds.:=
, name
, type
and .
were included with utils::globalVariables()
\dontrun{}
added to examples collecting or filtering data and listLayers()
, as these took over 10 seconds in CRAN checks.options(vicmap.base_url)
now accepts other base wfs urls to be used instead of the Vicplan one (e.g. the BOM wfs: options(vicmap.base_url = "http://geofabric.bom.gov.au/simplefeatures/ahgf_shcatch/wfs")
)vicmap_promise
class. Similar to how bcdata worksfilter
, select
, head
can be used to refine the query.collect
ows4R
packagefeature_cols
, feature_hits
, show_query
exist to help refine a query