MillionConcepts / pdr

[P]lanetary [D]ata [R]eader - A single function to read all Planetary Data System (PDS) data into Python
Other
60 stars 6 forks source link

case-normalize paths & references #18

Closed m-stclair closed 2 years ago

m-stclair commented 3 years ago

as @michaelaye notes, to improve consistency and maintainability, we should probably lowercase paths / filenames / extensions to the extent possible when used internally -- https://github.com/MillionConcepts/pdr/commit/03f8e196318f8d57bd7a8ea16efbaaae09eecaf5#r55315797

m-stclair commented 2 years ago

handled during loading according to contents of local filesystem: see pdr.utils.check_cases.