SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Ingesting data with local paths (as opposed to AWS URLs) #286

Open ecalamari opened 2 years ago

ecalamari commented 2 years ago

Using the ingest_spectra() function, I cannot ingest data into my branch of SIMPLE on my machine unless the data files have URL paths to the AWS. This would be useful in order to utilize unpublished data with local paths on my machine only. Code error attached. data_ingest_error

SherelynA commented 2 years ago

Maybe we could add a keyword that makes it such that we bypass all the internet connect part of the script and just uses the local path to where your data is, however this would not work for making it publicly available.

SherelynA commented 2 years ago

something like Local=True?