-
Notifications
You must be signed in to change notification settings - Fork 59
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
Number of digits #96
Comments
Agree to reduce it - I looked over the new GeoJSON spec, and it seems like 6 is a good number, or 7 for this package, not too different. |
Great. How about 7, to be consistent with |
7 sounds good. |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Currently
to_json
includes 22 digits. The GDAL default is 7.22 seems excessive to me. Should we reduce it? should it be controllable by an additional argument?
write_geojson
methods forsp
objects currently allows specification of digits via theprecision
argument in (defaultNULL
)The text was updated successfully, but these errors were encountered: