https://github.com/unidata/tds
THREDDS Data Server
https://github.com/unidata/tds
geodata geoscience geospatial-data hacktoberfest java tds thredds thredds-catalogs
Last synced: 27 days ago
JSON representation
THREDDS Data Server
- Host: GitHub
- URL: https://github.com/unidata/tds
- Owner: Unidata
- License: bsd-3-clause
- Created: 2019-06-28T16:34:17.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T04:05:33.000Z (12 months ago)
- Last Synced: 2024-06-11T17:01:11.889Z (12 months ago)
- Topics: geodata, geoscience, geospatial-data, hacktoberfest, java, tds, thredds, thredds-catalogs
- Language: Java
- Homepage: https://docs.unidata.ucar.edu/tds/5.0/userguide/index.html
- Size: 915 MB
- Stars: 61
- Watchers: 14
- Forks: 24
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

## THREDDS Data Server (TDS)
The THREDDS Data Server (TDS) provides metadata and data access to scientific
datasets. Datasets can be served through OPeNDAP, OGC's WMS and WCS, HTTP, and other
remote data access protocols. It can be configured to aggregate a collection of
datasets so the collection is seen as a single dataset when viewed through the
various data access protocols. The TDS is a server-based system that can be easily
installed in any servlet container such as Apache Tomcat.For more information about the TDS, see the TDS web page at
* https://docs.unidata.ucar.edu/tds/current/userguide/
You can obtain a copy of the latest released version of TDS software from
* https://downloads.unidata.ucar.edu/tds/
A mailing list, [email protected], exists for discussion of the TDS and
THREDDS catalogs including announcements about TDS bugs, fixes, enhancements,
and releases. To subscribe, send a blank email to and
respond to the confirmation email. Mailing list archives are available at:* https://www.unidata.ucar.edu/mailing_lists/archives/thredds/
We appreciate feedback from users of this package.
Open a GitHub issue or discussion if you have comments,
suggestions, or bug reports.
Please identify the version of the package.
For security or server set up issues that cannot be addressed on GitHub,
you may send your question with the relevant details to .## THREDDS Catalogs
THREDDS Catalogs can be thought of as representing logical directories of on-line
data resources. They are encoded as XML and provide a place for annotations and
other metadata about the data resources. These XML documents are how THREDDS-enabled
data consumers find out what data is available from data providers.THREDDS Catalog documentation (including the specification) is available at
* https://docs.unidata.ucar.edu/tds/current/userguide/basic_client_catalog.html
## Licensing
The THREDDS Data Server is released under the BSD-3 licence, which can be found can be found [here](https://github.com/Unidata/tds/blob/main/LICENSE)
Furthermore, this project includes code from third-party open-source software components:
* [Gretty](https://github.com/akhikhl/gretty): for details, see `buildSrc/README.md`
* [JUnit](https://github.com/junit-team/junit4): for details, see `tds-test-utils/README.md`Each of these software components have their own license. Please see `docs/src/private/licenses/third-party/`.
## Previous releases
Prior to `v5.0.0`, the netCDF-Java/CDM library and the THREDDS Data Server (TDS) have been built and released together. Starting with version 5, these two packages have been decoupled, allowing new features or bug fixes to be implemented in each package separately, and released independently. Releases prior to `v5.0.0` were managed at , which holds the combined code based used by `v4.6` and earlier.