max-mapper / simplify-geojson

apply the ramer-douglas-peucker line simplification to geojson features or feature collections in JS or on the CLI
177 stars 17 forks source link

time estimate #2

Open cpwalker opened 10 years ago

cpwalker commented 10 years ago

I'm trying to simplify a huge (266mb) json file using a tolerance of 0.01. I let the file run for about 30 minutes, but there was no indication of how long it would need to finish so I killed it. Time estimate would be a great feature.