Skip to content

Commit

Permalink
Rm unused ColorFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 18, 2023
1 parent 5672c87 commit 726a18d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/rok4/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,12 @@

from typing import Dict, List, Tuple, Union
from osgeo import ogr, osr, gdal
from enum import Enum

ogr.UseExceptions()
osr.UseExceptions()
gdal.UseExceptions()


class ColorFormat(Enum):
"""A color format enumeration.
Except from "BIT", the member's name matches
a common variable format name. The member's value is
the allocated bit size associated to this format.
"""

BIT = 1
UINT8 = 8
FLOAT32 = 32


__SR_BOOK = {}


Expand Down

0 comments on commit 726a18d

Please sign in to comment.