Skip to content

Commit

Permalink
Merge branch 'main' into kyleReviewTa3
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthaleen authored Jul 23, 2024
2 parents 82d2033 + 89d7903 commit 68975a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cdr_schemas/mineral.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ class DedupSite(BaseModel):
crs: str = Field(
default="", description="The Coordinate Reference System (CRS) of the location"
)
centroid: Optional[str] = Field(
default="",
description="Type: Point (center) of the geolocation of the site, merged if there is a collection",
)

geom: Optional[str] = Field(
default="",
description="Type: Polygon or Point, value indicates the geolocation of the site",
Expand Down

0 comments on commit 68975a2

Please sign in to comment.