-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ArcGIS services using {arcgislayers}
#110
Comments
This is a great idea and I think |
Great. Let me know if you have a chance to try it out and I'll share more here if I have more ideas for the implementation. Since you mentioned needing to have ArcGIS installed, I wanted to clarify that you may be thinking of the arcgisbinding package that requires a local ArcGIS Pro installation. The arcgislayers package allows access to the ArcGIS REST API for both free and paid web services (mostly FeatureServers but also ImageServers, Tables, etc.). |
I was thinking of the |
Just wanted to echo what @Aariq said - geotargets would be a nice place for this. @elipousson do you happen to have any examples on hand to demonstrate the use of this target factory that don't require ArcGIS to be installed? |
I can put together a standalone repo with a reprex later this week but I'm using |
I put together a couple of prototypes based on
tarchetypes::tar_file_read()
to support working with ArcGIS services using{arcgislayers}
.tar_arc_select()
may be the better of the two since it could potentially use the service metadata (returned byarcgislayers::arc_open()
) to determine when the target is stale and needs to be re-run. I'm new to developing targets functions so feedback on improvements are welcome!The text was updated successfully, but these errors were encountered: