| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Unabbreviated facility name (e.g., Palomar 200-inch Hale Telescope). | |
| nickname | str | Abbreviated facility name (e.g., P200). | |
| diameter | float | Diameter in meters. | |
| id | int | Unique object identifier. | [optional] |
| lat | float, none_type | Latitude in deg. | [optional] |
| lon | float, none_type | Longitude in deg. | [optional] |
| elevation | float, none_type | Elevation in meters. | [optional] |
| skycam_link | str, none_type | Link to the telescope's sky camera. | [optional] |
| robotic | bool | Is this telescope robotic? | [optional] |
| fixed_location | bool | Does this telescope have a fixed location (lon, lat, elev)? | [optional] |
| weather | bool, date, datetime, dict, float, int, list, str, none_type | Latest weather information | [optional] |
| weather_retrieved_at | datetime, none_type | When was the weather last retrieved? | [optional] |
| weather_link | str, none_type | Link to the preferred weather site. | [optional] |