Josiah Parry

Results 186 issues of Josiah Parry

### Discussed in https://github.com/R-ArcGIS/arcgislayers/discussions/177 Originally posted by **sarahhurley** March 27, 2024 Hi there - I am wondering if there is the capability of adding a field to a feature layer...

```r res

needs review

C stack usage error encountered here. Probably from JSON conversion. We need a more memory efficient way to handle this. For massive services, we shuold probablytake the first n and...

needs review

arc_raster() does not check to see if the values provided to height and width are within the service properties limits. This check needs to happen and an appropriate error message...

needs review

Right now we don't allow users to select their resampling method

enhancement

Query based on time in arc_raster() https://developers.arcgis.com/rest/services-reference/enterprise/export-image.htm At minimum provide ... to pass in arbitrary vvalues

enhancement

**Is your feature request related to a problem? Please describe.** The python api supports providing only an item id see (https://developers.arcgis.com/python/guide/download-data/). We require a full URL. Perhaps we can handle...

enhancement

**Is your feature request related to a problem? Please describe.** Inspired by `esri2sf::esrihub()` https://github.com/elipousson/esri2sf/blob/master/R/esrihub.R **Describe the solution you'd like** Function to return ArcGIS Hub feeds **What's needed?** This function will...

enhancement
help wanted

Documentation: https://developers.arcgis.com/rest/services-reference/enterprise/get-samples.htm Work against landsat: https://landsat2.arcgis.com/arcgis/rest/services/Landsat/MS/ImageServer/getSamples ```r #' Get Samples from Image Service #' get_samples

enhancement

**Is your feature request related to a problem? Please describe.** `update_features()` will update all features in a data.frame synchronously. It may be preferable to chunk the input object and perform...

enhancement