Get a NEON location
neon_get_locationRetrieve comprehensive details for one NEON location: coordinates, UTM, elevation, orientation, properties, active periods, plus optional parent chain, history, polygon, or paged children.
Instructions
One named location in depth: coordinates, UTM, elevation, orientation and offsets, properties, active periods; optionally its parent chain, location history, polygon and paged children (pruned by location_type). Names are case-sensitive. Next: call neon_find_locations to list locations of a type under it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Location name (case-sensitive), e.g. HARV, TOWER100450, D01. | |
| include | No | properties (default), hierarchy (parent chain), history, children (paged), polygon, all. | |
| location_type | No | Prune children to this type (required for REALM/domains). | |
| children_limit | No | ||
| children_offset | No | ||
| hierarchy_max_depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| source | No | ||
| xOffset | No | ||
| yOffset | No | ||
| zOffset | No | ||
| children | No | ||
| resolved | No | ||
| siteCode | No | ||
| nextSteps | No | ||
| domainCode | No | ||
| hasPolygon | No | ||
| parentChain | No | ||
| childrenPage | No | ||
| locationName | Yes | ||
| locationType | No | ||
| activePeriods | No | ||
| propertyCount | No | ||
| childrenByType | No | ||
| locationParent | No | ||
| offsetLocation | No | ||
| betaOrientation | No | ||
| locationHistory | No | ||
| locationPolygon | No | ||
| locationUtmZone | No | ||
| alphaOrientation | No | ||
| gammaOrientation | No | ||
| historyTruncated | No | ||
| locationElevation | No | ||
| locationParentUrl | No | ||
| locationProperties | No | ||
| locationUtmEasting | No | ||
| locationDescription | No | ||
| locationUtmNorthing | No | ||
| hierarchyNodesScanned | No | ||
| locationPropertiesRaw | No | ||
| locationUtmHemisphere | No | ||
| locationDecimalLatitude | No | ||
| locationDecimalLongitude | No |