The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
arc_portal_servers()
to list all federated servers
in your ArcGIS Enterprise portalarc_portal_resources()
to list all file resources
for a given portal IDarc_portal_users()
to list all users in a provided
portalsearch_item()
to search for content items with
automatic pagination.arc_user_self()
to return metadata for the
authenticated userarc_group_content()
and
arc_user_content()
to fetch user and group content
listingsarc_paginate_req()
to automatically apply
pagination to requests?gp_params
arc_gp_job
, arc_job_status
, and
arc_form_params
data_frame()
utility function which adds the
tbl
class to a data.frame
for pretty tibble
printing without requiring the tibble dependency.arc_url_parse()
, arc_url_type()
, and
is_url()
h/t @elipoussonarc_item()
, arc_group()
,
arc_user()
, arc_item_data()
,
arc_portal_urls()
token
in arc_base_req()
arc_self_meta()
in favor of
arc_portal_self()
—the functions are identical.ptype_tbl()
has been deprecated in favor of
fields_as_ptype_df()
.infer_esri_type()
has been deprecated in favor of
as_fields()
.get_ptype()
has been removed from the public API.remote_ptype_tbl()
has been removed removing the
dbplyr
dependency.update_features()
and specifying the OID
fieldas_esri_geometry()
,
as_esri_features()
, as_esri_featureset()
,
as_features()
and as_featureset()
have been
rewritten from the ground up using Rust and extendr.
arcgisutils
now requires Rust to build from sourcejsonify
is moved to Suggestsas_geometry()
is no longer exported...
argument is removedauth_key()
is added to support authorization with an
API key for ArcGIS Developers accountscatch_error()
is a new function which parses a string
and catches the error as an object. This is useful when processing
multiple responses at once.rbind_results()
is a new helper function that combines
a list of results as efficiently as possible.arc_base_req()
gains two new arguments
path
and query
which allows you to add query
parameters and paths to the generated base requestarc_self_meta()
is a new function to provide access to
the /self
endpoint. Closes #32sf::st_geometrycollection()
Fixed #168parse_esri_json()
will create an empty data.frame
with the fields that are
returned with the appropriate R type.parse_esri_json()
will return an empty
data.frame
in the presence of empty results an error. If an
error is present, the error is reportedtoken_env
set_auth_token()
removed in favor of
set_arc_token()
set_arc_token()
allows for multiple named keys which
are set to the token_env
arc_token()
fetches tokens directly from the
token_env
unset_arc_token()
removes tokens from
token_env
arc_base_req()
arc_base_req()
is introduce creating a standardized way
to making base httr2 request objects.
arc_agent()
is added to set a package
specific user agentfetch_layer_metadata()
now puts f=json
in
the url instead of the request body
NULL
tokensreq_auth_bearer_token()
to include token in
headerarc_token()
to get “ARCGIS_TOKEN” environment
variable. This ensures that empty strings do not cause HTTP 498 “invalid
token” error by returning NULL
in stead of an empty string.
(#6) @kbvernonThese binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.