-
Notifications
You must be signed in to change notification settings - Fork 83
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 geojson downloads #43
Comments
Currently we use My approach to providing a geojson support: Given that there is Something like this in
See beginning here: dmpe@d167e8e |
There is some nuance with this feature:
I think Thoughts? |
https://github.com/dmpe/RSocrata/blob/dev/R/returnData.R#L155
Mostly none. Wont contribute any code (PR) anymore, not interested. Plus the code is out there, just copy & edit and paste.
(Stupid) Ok.
Makes sense. |
Per my comments, that code doesn't fully work. It'll return the 1,000 records, which can be slightly modified, but at most, will only return 50,000 records. So will need to recursively build it through multiple API calls using |
Well, I wrote very clearly that I wont contribute any code (PR) anymore,(...) and if you need & want, just copy it & edit (it yourself) and paste. |
Reading a geoJSON resource via RSocrata cropped up on SO here: The new thx |
Some Socrata datasets now support geojson. An example is Chicago's crime data set.
This feature would support the download of geojson files through
read.socrata
or similar function. This would convert to a map-able output with minimal manipulation.Some potential issues would be rgdal dependencies, which can be complicated on Linux.
The text was updated successfully, but these errors were encountered: