cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
90 stars 24 forks source link

Support offline mode for NSRR records #220

Open cbrnr opened 4 months ago

cbrnr commented 4 months ago

Once NSRR records are downloaded locally, there should be no need having to log in to sleepdata.org. This is currently the case, and this can be problematic if the website is down.

cbrnr commented 4 months ago

I know that the readers already support offline=True, but I meant some automatic settings like e.g. offline="auto" (which could be the default?), which would only download in case the requested files are not available locally. But I'm not sure if this is really necessary.