> 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/accessing-the-data/chords.md).

# CHORDS

CHORDS is supported by the National Science Foundation [EarthCube](http://earthcube.org/) initiative, which is a community-led cyberinfrastructure initiative for the geosciences.

Here is an example of a CHORDS Portal: <https://3d.chordsrt.com/>. This is a web service that allows scientists to **easily** provide Internet access to real-time streaming data. Typically these data are measurements made by diverse instruments, which are deployed in support of a particular research effort.

Each research team can operate their own portal, which is created simply by running a copy of the CHORDS appliance on Amazon cloud services. This provides a web server and database. CHORDS can both ingest and deliver data via simple http: requests, just like any web browser. Configuration and management of your private CHORDS server is also done through a web interface. Any user on the Internet can attach to the data streams using tools of their choice, such as Matlab, Excel, Python, web browsers; i.e. anything that is able to issue an http: request.

CHORDS portals can also forward real-time data streams to higher level CHORDS services, which might provide functions such as OGC compliant formatting, mapping services, federation, and just about anything else you can think of.

The goals of CHORDS are:

* To lower the barrier for disseminating real-time geoscience observations via the Internet.
* To provide a simple, "shrink-wrapped" and inexpensive service that will be especially attractive to teams that do not have IT expertise and budgets.
* To provide standards-based interoperability with next level processing systems.

To build your own CHORDS portal, follow this link: <https://earthcubeprojects-chords.github.io/chords-docs/gettingstarted/>

#### Below are our training slides for using CHORDS with your 3D-PAWS system

{% embed url="<https://docs.google.com/presentation/d/1RpbUyV8Wjgr9eI1tToozGk37hvOjPIM5la5GQ1Wm29w/edit?usp=sharing>" %}
Click the dots icon to enlarge by entering full screen
{% endembed %}

#### Downloading data from CHORDS

{% embed url="<https://github.com/3d-paws/CHORDS_Data_Downloader>" %}

#### And here is a detailed introduction to CHORDS

{% embed url="<https://docs.google.com/document/d/1FbDuxSaUOrkOubAsJqw1zbSVJCGgxhQau08r9AlbykY/edit?usp=sharing>" %}
Follow this link to enlarge: <https://docs.google.com/document/d/1FbDuxSaUOrkOubAsJqw1zbSVJCGgxhQau08r9AlbykY/edit?usp=sharing>
{% endembed %}


---

# 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/accessing-the-data/chords.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.
