Rafnuss / GeoPressureR

Global positioning by atmospheric pressure
https://raphaelnussbaumer.com/GeoPressureR
GNU General Public License v3.0
7 stars 1 forks source link

Trainset frozen irresponsive waiting loading #12

Closed Rafnuss closed 2 years ago

Rafnuss commented 2 years ago

When uploading a file too large (around 1 year of 5min dataset), Trainset will become irresponsive like the scrreenshot below

image

This is a javascript error which can't handle too many datapoints at once. The error message visible in your browser console should be

Uncaught RangeError: Maximum call stack size exceeded

I've raised the issue on trainset : https://github.com/Geocene/trainset/issues/117. Please add a +1 so that the author of the package accept my suggestion.

In the meantime, you can use trainset on herokuapp: https://trainset.herokuapp.com/. This is the same app with the fix implemented