wavded / ogr2ogr

An ogr2ogr wrapper library
MIT License
216 stars 46 forks source link

geoJSON features order #85

Closed jbenjoy2 closed 2 years ago

jbenjoy2 commented 2 years ago

Do you know if the data.features array in a geoJSON object is created with the same indexes each time? Trying to get a sense of consistency from run to run of the ogr2ogr function

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

wavded commented 2 years ago

@jbenjoy2 sorry, I don't know if there is any consistency in terms of indices. I wouldn't rely on it personally as its not something explicit in the GeoJSON standard.