You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using geobuf for encoding and decoding large geojson polygons for my project and have noticed that there seems to be some sort of error introduced by the encoding that compounds over time. This can result in polygons that are highly inaccurate for large perimeters. I know you guys have an accuracy of 1e6, but I feel like that is not what is causing this. Any help would be greatly appreciated. I am encoding using python and decoding using javascript
The problem:
Results of encoding and decoding geojson seem to change coordinates for polygons with a large number of coordinates
Steps to reproduce:
Github won't let me attach .json files directly, so I have compressed them. One file represents the unencoded data and the other after encoding and decoding with geobuf geojson.zip
The text was updated successfully, but these errors were encountered:
I am using geobuf for encoding and decoding large geojson polygons for my project and have noticed that there seems to be some sort of error introduced by the encoding that compounds over time. This can result in polygons that are highly inaccurate for large perimeters. I know you guys have an accuracy of 1e6, but I feel like that is not what is causing this. Any help would be greatly appreciated. I am encoding using python and decoding using javascript
The problem:
Results of encoding and decoding geojson seem to change coordinates for polygons with a large number of coordinates
Steps to reproduce:
Github won't let me attach .json files directly, so I have compressed them. One file represents the unencoded data and the other after encoding and decoding with geobuf
geojson.zip
The text was updated successfully, but these errors were encountered: