esri2sf icon indicating copy to clipboard operation
esri2sf copied to clipboard

Scrape features from ArcGIS Server REST API and create simple features dataframe

Results 12 esri2sf issues
Sort by recently updated
recently updated
newest added

Amazing package developers! More of question and not necessarily an issue but was curious how I would go about calling features behind a common access card (CAC) authentication? Is there...

As discussed previously, this is the issue to support discussion of a forthcoming pull request to switch the package over from {httr} to {httr2}. Simultaneous with making these changes, I...

I am not sure what is going on, but I get this: ERROR: dependency ‘RSQLite’ is not available for package ‘esri2sf’ * removing ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library/esri2sf’ Warning messages: 1: In i.p(...) :...

I just added a new function to my esri2sf fork that works with the [Search endpoint](https://developers.arcgis.com/rest/users-groups-and-items/search.htm) of the Portal Directory API (aka Sharing API) called [esrisearch()](https://github.com/elipousson/esri2sf/blob/master/R/esrisearch.R). I haven't added any...

I just started prototyping this on this pull request #50 but I'm happy to pull the new `esri2rast()` function into a feature branch and remove it from the pull request...

I use the bbox parameter of esri2sf all the time but I just wrote a [`get_esri_data()`](https://elipousson.github.io/overedge/reference/get_esri_data.html) helper function that wraps esri2sf in my new {overedge} package and realized that it...

I think there it may be useful to allow users to return a list of all folders and services hosted by an ArcGIS server. I came up with a function...

enhancement

I'm not sure if this is essential but I'd be curious to see a comparison between how esri2sf provides access to the FeatureServer and MapServer REST API and how [geosapi](https://github.com/eblondel/geosapi)...

This issue is a place to discuss the standardization of function names within the package so future development will have some standards to work off of. This was rightfully brought...

Hello and thanks for this nice package! I wanted to use it to access a specific ArcGIS REST server to get a polygon shapefile: [ArcGIS REST](https://services.arcgis.com/XG15cJAlne2vxtgt/ArcGIS/rest/services/CRC_Community_Layers_May_2017/FeatureServer/layers) The polygons present in...