pds4_tools
pds4_tools copied to clipboard
Python package to read and display NASA PDS4 data.
Dear @LevN0, I found out that the to_dict method has apparently an issue when dealing with a Reference_List, and apparently collapses the duplicate sub-groups into a single one. Consider a...
The Label class provides a method to convert the label from Label (which is effectively a subclass of ElementTree) to a dictionary, namely ``Label.to_dict(...)``. The method includes a number of...
Context: I have Pycharm in MacOsX running a test with pytest in debug mode. ``` def test_reading_pds4(): product = pds4_tools.read( "./my_product.xml") ``` Works fine Whereas : ``` import pandas pandas.DataFrame()...
Importing `pds4_tools` in Python 3.12 fails. This appears to be due to an incompatibility between Python 3.12 and how `six.py` 1.13.0 constructs the import metapath for `six.moves`. Updating to version...
Hi, I have done a `pip install pds4_tools` on a relatively clean installation of python 3.11 and I am getting a module not found error for TKInter. I was wondering...
The Earth Based Telescope dictionary, e.g., https://pds.nasa.gov/datastandards/dictionaries/index-1.20.0.0.shtml#ebt , contains classes to convert pixels to sky coordinates. Can pds4_tools support ``? Especially useful for data reviews would be the ability to...
**Context** : When opening a Table with PDS4 Viewer, if the content of the table are long they are viewed truncated. - Mac OS 13.4 (22F66) - PDS4 Viewer version...
To view an Array_3D_Spectrum data, the PDS4 viewer offers Table or Image options. It would be nice to have a Plot option inside the Image visualisation to view a spectral...
I have a data product with columns defined like: ``` VFS1102L FREND:FRAM NUMD1 3 47 ASCII_NonNegative_Integer 10 FRAM NUM: Running counter, 0...65535 ``` However when I read this table in...
PDS Class Array allows for names of array axes using attribute axis_name. Although axis_name is present in the label, it gets "ignored" by the PDS viewer when displaying the array...