Shiny - ORWA - Generate Class Parameters - crashes with large number of sites
Closed this issue · 2 comments
leppott commented
Describe the bug
Using a file of 981 sites the Generate Class Parameters under File Builder in the ORWA Shiny app causes it to crash.
To Reproduce
Only 3 columns (SiteID, Lat, Long). All unique and valid.
Expected behavior
Should finish.
Screenshots
Error message in console
Add any other context about the problem here.
Takes about 13 minutes before get error message above in the Console.
Time out issue StreamCatTools function. Too much data to download.
leppott commented
Rather than increase timeout add code to limit size of input file, e.g., 500 rows.
leppott commented