Skip to content

Commit

Permalink
feat: add data class for sampled objects
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Mar 11, 2024
1 parent f2919a7 commit c042edd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions map2loop/m2l_enums.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
from enum import IntEnum


class Sampletype(IntEnum):
GEOLOGY = 0
STRUCTURE = 1
FAULT = 2
FOLD = 3
DTM = 4

class Datatype(IntEnum):
GEOLOGY = 0
STRUCTURE = 1
Expand Down

0 comments on commit c042edd

Please sign in to comment.