> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Orm.metadata schema

## GeospatialCoordinates Objects

```python theme={"dark"}
class GeospatialCoordinates(BaseModel)
```

Geographic coordinates represented by latitude and longitude.

This model is used to describe a precise location on the Earth's surface.
Values are validated to fall within standard geographic bounds.

**Attributes**:

* `latitude` *float* - Latitude in degrees, ranging from -90.0 to 90.0.
* `longitude` *float* - Longitude in degrees, ranging from -180.0 to 180.0.
