Replies: 1 comment 3 replies
-
Thank you!!!! I think the chance of splitting the package in two is probably not going to happen for the foreseeable future. But I can foresee a future where we move all of the management stuff out into its own thing as that exapands. BUT your point is verrryyyy well taken. The very first objective of this is reading data. @elipousson has done a lot of work on making it super simple and just 1 line of code to read data into memory via Ideally we can pump heavy into the sentiment of living atlas and all of the very many open data hubs that "theres literally so much data that is so free for you to use please use it" as the first thing that people are exposed to. Then, afterwards, tell folks that they can do all of their boring management work from R as well. |
Beta Was this translation helpful? Give feedback.
-
I'm very excited about this new package after years of manually pulling ArcGIS Online feature layers into R! Great work.
This is a big suggestion, but if there's ever the time to raise it, it's now while the package is brand new. I totally understand if there are good reasons not to do this.
I think there would be serious value in splitting the package into two: one with data reading and one with data writing/editing functions. There is a wide user base of people like me who frequently need to access ArcGIS layers but do not have user accounts and will never upload data to the portal. I'd bet there are a lot more potential users who will only ever using the reading functions than those who will only ever write or use both. Having
readarcgis
(or whatever it could be called) would make it much simpler for this big group of potential users who will read data but not write it. As of now, the package documentation and most of the functions relate to the writing side. Great for people who use them, but overkill to include for the rest of us!For example, as a data journalist, I pull data from a lot of government agencies and research orgs - but pretty much no team in my field has an ESRI subscription ($$$, sorry!) Same goes for a lot of data analysts out there, students, researchers, etc. Having a package with just the reading functions would make it nice and lightweight, and I'd bet it would need far fewer updates than the writing functions side.
I can also imagine teaching an R workshop where I use example data from the API. It's much easier for new users to navigate and make sense of a package that's focused on the one main task than one that has a ton of functions that they won't use.
Again, I know that this would be a big shift, but I think it's worth considering while the package is still young.
Beta Was this translation helpful? Give feedback.
All reactions