-
Notifications
You must be signed in to change notification settings - Fork 12
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
output format option #128
Comments
I had a play with this .. required a new Assuming you only allow file changes (only use of Allow
A new function
Note that mapshaper say this about thr output parameter
|
Hey @Shaunson26 sorry for the long delay in replying here. I'll have to think about this a bit more. I can understand the desire to convert geojson to topojson but that's not really the intent of this package. I feel like it belongs more in the domain of geojsonio as it's converting between formats rather than spatial operations. Did the work over there satisfy your need? |
We solved the issue over there. I do still think allowing a fuller suite of the mapshaper options in rmapshaper would be good - viewing it as an R port of mapshaper - but I'll leave that in your hands 👍 |
Is it possible to simply use rmapshaper to convert between json types e.g.
I see in
utils.R
andsys_mapshaper()
, that thecmd_args
object created would not currently allow this optionwould it be simple enough to allow a format parameter somewhere?
if I run
system2(ms_path, cmd_args)
, withcommand=""
, then i get a file type convert occurring .. so it seems to workThe text was updated successfully, but these errors were encountered: