Index
subsurfaceio.project
Project identification metadata.
from subsurfaceio.project import ProjectMetadata
ProjectMetadata(project_id='P-1', project_name='Site A')
Classes:
| Name | Description |
|---|---|
ProjectMetadata |
Project identification and contact metadata. |
ProjectMetadata
pydantic-model
Bases: BaseModel
Project identification and contact metadata.
Fields:
-
project_id(str) -
project_name(str | None) -
location(str | None) -
latitude(NullableFloat) -
longitude(NullableFloat) -
client(str | None) -
contractor(str | None) -
engineer(str | None) -
remarks(str | None) -
associated_file(str | None)