Opened 6 years ago

Closed 6 years ago

#1844 closed enhancement (fixed)

WCST_Import add color table to coverage's metadata

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 9.7
Component: wcst_import Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description (last modified by Bang Pham Huu)

To have the colorPallete when encoding in TIFF as http://rasdaman.org/wiki/CommonFormatsInterface

color table should be added as an option in the ingredient, 
pointing to a file. When that is present, the contents of that file
should be added to the coverage's metadata (only once) 
under a special tag: <colorPaletteTable>

Usage in WCST_Import for general recipes, example:

          "metadata": {
            "type": "json",
            "global": {
              "Title": "'Drought code'"
         	  },
                  "colorPaletteTable": "PATH/TO/color_palette_table.cpt"
             }
           }

Change History (1)

comment:1 by Bang Pham Huu, 6 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.