-
Notifications
You must be signed in to change notification settings - Fork 36
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
issue with converting points #30
Comments
Also you need to change your input data, into something like this: |
Thanks for following up on this. I see that you opened a new issue to deal with this. Just wanted to quickly confirm that this still occurs with properly formatted jsons generated from geopandas. Input data:
Gets the same error.
|
Using the PR #31, seem to work properly, in your data also seems that a ']' is missing, I use your data and seems to work properly here is the output:
|
I'm trying to use topojson.py to convert a geojson to topojson. The geojson was made with geopandas — originally the points were shapely point objects. My geojson looks like this:
and I get the following error when trying to convert:
I'm calling topojson like so:
I can't understand what I'm doing wrong, so I'm wondering if this is a bug/if there is some sort of larger incompatibility going on.
(Also, thanks for your work developing this package!)
The text was updated successfully, but these errors were encountered: