Site
Site Schema¶
Description: A geographic site that may host one or more :class:Observatory instances.
Sites are the broadest geographic grouping (e.g., "Cerro Tololo"). An
:class:`Observatory` typically inherits its coordinates from its site, and
each :class:`Telescope` within an observatory carries its own pier
coordinates.
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| uid | UUID (Optional) |
No description |
| owner_id | Integer (Optional) |
The organization or user which created the site. None if the site was created by Skynet |
| name | String(100) |
No description |
| short_name | String(50) (Optional) |
No description |
| slug | String(50) |
No description |
| iau_code | String(3) (Optional) |
No description |
| country_code | String(3) |
No description |
| location | String(100) |
No description |
| latitude_deg | Float |
No description |
| longitude_deg | Float |
No description |
| elevation_m | Float |
No description |
Relationships¶
| Relationship Name | Type |
|---|---|
| owner | Entity |
| observatories | Observatory |
| country | Country |