- Add
{arcgisutils}
to Suggests.esri2sf()
also now usesarcgisutils::arc_token()
(if installed) to set the default value of token. Set token to""
to override this potentially breaking change. - Added
esriitem()
andesiruser()
functions supporting content and community APIs. (2023-10-23) - Added
glue_ansi_sql()
,glue_sql_bbox()
,fmt_epoch_date()
, andfmt_epoch_dates()
helper functions. (2023-08-05) - Allow input
url
values that contain a trailing query. This query is stripped from the input URL by default. (2023-08-22) Also addtrimws()
to support URLs with trailing or leading white space. (2023-10-23)
- Initial version including the migration from
{httr}
to{httr2}
, extensive refactoring of URL helper functions, and new functions includingesri2rast()
(2022-08-02),esriIndex()
(2022-05-22),esriInfo()
(2022-05-22),esrigeocode()
(2022-07-18),esrisearch()
(2022-09-06), andesrihub()
(2023-07-10). elipousson/esri2sf is expected to continue as a hard fork from the original yonghah/esri2sf repository.
- The original 0.1.0 version of the esri2sf package is available at yonghah/esri2sf. Changes on this fork were not versioned prior to 2023-07-19.