Josiah Parry

Results 176 issues of Josiah Parry

**Describe the bug** Using `starts_with()` no longer works with the `select()` function method. Might be best to revert. I'm not convinced that being case in-sensitive is necessary. **To Reproduce** ```...

bug

**Is your feature request related to a problem? Please describe.** To update the content of a feature collection object we can recreate the add-item process but instead of using the...

enhancement

**Is your feature request related to a problem? Please describe.** This adds a feature to identify related items for a given item ID **Describe the solution you'd like** This is...

enhancement

It appears that ArcGIS REST API supports an append and an addFeatures endpoint. Which should be used by default? At present `add_features()` uses the `addFeatures` endpoint. The append endpoint is...

enhancement
need guidance

Rather than reading a raster directly into memory it may be preferable for users to download the resultant image file directly to their machine. The REST API returns a URL...

enhancement

We need to either identify or create a sample feature layer that contains a 64bit integer field Then, we need to ensure that they are properly parsed / handled by...

enhancement

Some described types of search discussed today - search by spatial extent - by author - all content in a portal TODO: - identify what is possible with endpoints today...

We have discussed the hydrology service as a possible supported service. However, it is not clear how this service works or how it can be useful to R users. To...

enhancement
need guidance

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Project Version _No response_ ### Platform and OS Version _No response_ ### Existing Issues _No response_ ###...

bug

The `shiny::runApp()` function is very flexible and will run an app from a path e.g. `app.R` `www/index.html` or from a directory that contains a `ui.R` and `server.R` function. It would...