Skip to content

Commit

Permalink
KDP-1528 add crs
Browse files Browse the repository at this point in the history
  • Loading branch information
rosinaderks committed Oct 9, 2023
1 parent 8198d1b commit 57047fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/edr_pydantic/reference_system.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from .my_base_model import EDRBaseModel


# TODO req A.24 vs object CRSDetails
class CRS(EDRBaseModel):
name: str # MAY EPSG code
wkt: str # SHALL Well Known Text

0 comments on commit 57047fd

Please sign in to comment.