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

rework filename/pointer attributes of `pdr.Data` #21

Closed m-stclair closed 2 years ago

m-stclair commented 3 years ago

make filenames / targets / pointers into a single consolidated mapping. pointers should be sequences in order to properly point to specific pvl/xml levels.

m-stclair commented 2 years ago

problems associated with this have mostly been solved by complicated decision trees in data loading and updates to the pdr.Data._handle_initial_load workflow. may reopen related issues related to untangling these decision trees in the near future.