godber / gdal_pds

A GDAL wrapper for the PDS filetype in python
MIT License
1 stars 1 forks source link

Find test IMG to test nested comment #6

Closed godber closed 9 years ago

godber commented 10 years ago

I need an example product which contains a comment nested in a group or block. See #5 Like this:

GROUP                             = ROVER_COORDINATE_SYSTEM
  /* TEST COMMENT */
  COORDINATE_SYSTEM_INDEX         = (136,427,0,16,0)
  COORDINATE_SYSTEM_INDEX_NAME    = (SITE,DRIVE,IDD,PMA,HGA)
godber commented 9 years ago

Closing, this will be resolved when I use the new ANTLR based PDS label parser.