-
Notifications
You must be signed in to change notification settings - Fork 1
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
Difference with py-mapzen-whosonfirst-export #7
Comments
It's difficult to say with confidence that the Go tooling is ready to replace, or sit next to, the Python bindings. It is currently being tested in the
If you've had any experiences, good or bad, testing the Go bindings we'd love to hear about them. The EOL of Python 2.7 is not ideal but it's done and we'll start the migration process soon enough. |
Thank you for your answer, ok so if I do some contributions, it will be still with the python version for now. I minified a wof document and then I played to
Example for 2, 3, 4 - "name:jpn_x_preferred":[
- "\u30a2\u30f3\u30c6\u30a3\u30fc\u30d6"
+ "name:jpn_x_preferred": [
+ "アンティーブ"
], Example for 1 and 5 "bbox": [
- 7.064374,
- 43.54155,
- 7.145075,
- 43.622545
+ 7.06437411574864,
+ 43.54155041682094,
+ 7.14507537244949,
+ 43.62254464156442
] In fact, I'm working on a WOF command line aggregator to make easy my work with WOF documents. This add bash completion with some features for export (for example export all git stagged files or all files of a specific commit, I used this for whosonfirst-data/whosonfirst-data-admin-fr#17). |
That's super helpful! It's probably time to put together a reference document that
(cc @nvkelso @stepps00 @tomtaylor) For the time being I've filed the following issues:
(Also, yay Rust tools!) |
I have started an issues specific to the topic of formalizing how WOF (GeoJSON) documents are marshaled over here: whosonfirst/whosonfirst-cookbook#35 Please weigh in with comments, suggestions and #feelings. |
Hey! Thank you for all your thread on cookbook ! (Yeah, one more language in the list of WOF tools 😛) |
Hi there,
I know that this repository is experimental, I have a question for the export methods. I see a difference between the python version and go, it's the precision of the geometries. Is this a mandatory transformation when working on WOF documents? Or this project is now good enough ?
Python 2 will soon be deprecated, this may be an opportunity to finalize this project by the way. :)
The text was updated successfully, but these errors were encountered: