planetarypy / pvl

Python implementation of PVL (Parameter Value Language)
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

Add PDS3 label encoding support #8

Closed godber closed 9 years ago

godber commented 9 years ago

The encode.LabelEncoder class currently encodes to Isis CubeFile type headers. We need a way to encode to PDS3 Labels.

wtolson commented 9 years ago

I think we should make LabelEncoder default to the official pvl style which I believe is the same style as PDS3 labels. Then create a separate CubeLabelEncoder subclass which preserves the CubeFile style.

wtolson commented 9 years ago

Added in latest release.