> For the complete documentation index, see [llms.txt](https://3dpaws.comet.ucar.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3dpaws.comet.ucar.edu/es/instrumentos/eleccion-del-emplazamiento.md).

# Elección del emplazamiento

Los datos meteorológicos precisos dependen de seleccionar una ubicación que minimice la interferencia ambiental. La estación debe colocarse en un área abierta y nivelada, alejada de obstrucciones como edificios, árboles o fuentes de calor (p. ej., pavimento, respiraderos, cuerpos de agua) que podrían distorsionar las lecturas de temperatura, viento o precipitación. El césped o el terreno natural son ideales para los sensores de temperatura, mientras que los instrumentos de viento requieren una exposición despejada a los vientos predominantes.

Priorice la accesibilidad para el mantenimiento y las reparaciones, equilibrándola con las necesidades de seguridad: seleccione un lugar visible pero seguro para disuadir el vandalismo, como dentro de una propiedad cercada o en áreas monitoreadas. Monte la estación en un poste resistente y a prueba de manipulaciones (p. ej., acero fijado en concreto) y considere usar gabinetes con cerradura para la electrónica.

Una ubicación cuidadosa minimiza los efectos del microclima y garantiza que los datos se alineen con los estándares meteorológicos oficiales, mejorando la confiabilidad para el análisis o las comparaciones.

{% embed url="<https://drive.google.com/file/d/1152N7sCjWhiyGCORoPN0N6Qr7LNC53jh/view>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://3dpaws.comet.ucar.edu/es/instrumentos/eleccion-del-emplazamiento.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
