aur_get()
now accepts additional parameters. You can now query a specific feature if you know its ID using params = list(featureID=ID)
. See https://docs.geoserver.org/latest/en/user/services/wfs/reference.html#getfeature for other available options.
Improved a README example.
Upgrade pkgdown’s template to bootstrap 5.
aur_build_get_feature_request()
to aur_build_request()
. Not sure why it was named like that in the first place!aur_register()
, overwrite
now works as it should.aur_register()
.aur_*
() instead of aurinapi_*()
.aurinapi_build_get_feature_request()
gains outputFormat
argument, default as “application/json”.aurinapi_search()
returns a query result from the AURIN API search.aurin:datasource-au_govt_dss-UoM_AURIN_national_public_toilets_2017
layer no longer exists hence we are replacing it with aurin:datasource-UQ_ERG-UoM_AURIN_DB_public_toilets
, which is most similar.jsonlite
to Imports.aurinapi_wfs_client_wrapper
is now exported, this fixes the error when calling aurinapi_meta()
in the previous versions.ows4R
and R6
packages are now in Imports, where they should have been.aurinapi_browse()
now opens the URL to the data catalog of datasets that are accessible via AURIN API.aurinapi_get()
as its own function.aurinapi_meta()
, this function returns a data.frame that contains metadata of all available AURIN datasets through their API.gdalUtils::ogr2ogr
to download AURIN datasets. This provides a faster and more reliable download than the former approach.NEWS.md
file to track changes to the package.