-
The `encode.LabelEncoder` class currently encodes to Isis CubeFile type headers. We need a way to encode to PDS3 Labels.
-
Every file/mission type we claim to support must have a minimal test implemented. Please implement one of these tests for a PDS3 pancam product. It should be roughly
``` python
# -*- coding: utf-8 …
-
Please add a simple example of opening a file containing a label and then extracting some sample information from that label for both a PDS3 image (Pancam?) and the sample `pattern.cub`.
As you have …
-
We need to collect a decent set of sample data to ensure that the library is robust. I started this in my `gdal_pds` repo, it grabs some MER data, but its all very similar:
https://github.com/godber…
-
Here is a hastily implemented version of the PDS3 image parser derived from your cubefile code. There is a parent class `PlanetaryImage` and a subclass `Pds3Image`. Your `CubeFile` would inherit fro…
-
-
The strings returned by the ANTLR grammar currently have a bug that requires that we manually scrub the string to be PDS compliant. This scrubbing should strip all new lines and redundant whitespace.…
-
We only handle integer types. We should handle all valid types.
For example 32 bit float `PC_REAL` to support this:
https://github.com/RyanBalfanz/PyPDS/issues/20
Also, the fact that we are using …
-
The label comments are currently lost.