{"id":20018148,"url":"https://github.com/unidata/tds","last_synced_at":"2025-05-04T23:30:46.843Z","repository":{"id":37500484,"uuid":"194304228","full_name":"Unidata/tds","owner":"Unidata","description":"THREDDS Data Server","archived":false,"fork":false,"pushed_at":"2024-06-08T04:05:33.000Z","size":959355,"stargazers_count":61,"open_issues_count":25,"forks_count":24,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-06-11T17:01:11.889Z","etag":null,"topics":["geodata","geoscience","geospatial-data","hacktoberfest","java","tds","thredds","thredds-catalogs"],"latest_commit_sha":null,"homepage":"https://docs.unidata.ucar.edu/tds/5.0/userguide/index.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Unidata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-28T16:34:17.000Z","updated_at":"2024-06-27T21:49:10.998Z","dependencies_parsed_at":"2023-09-24T05:24:25.855Z","dependency_job_id":"f819e3f6-dec2-4095-ac8a-aad6be8ea6b7","html_url":"https://github.com/Unidata/tds","commit_stats":{"total_commits":10758,"total_committers":71,"mean_commits":151.5211267605634,"dds":0.6517010596765198,"last_synced_commit":"3a8008edeb1d3ee58c17b53b3cc72735c21fa137"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unidata%2Ftds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unidata%2Ftds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unidata%2Ftds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unidata%2Ftds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Unidata","download_url":"https://codeload.github.com/Unidata/tds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252414124,"owners_count":21744043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geodata","geoscience","geospatial-data","hacktoberfest","java","tds","thredds","thredds-catalogs"],"created_at":"2024-11-13T08:20:03.448Z","updated_at":"2025-05-04T23:30:41.830Z","avatar_url":"https://github.com/Unidata.png","language":"Java","readme":"![TDS icon](https://www.unidata.ucar.edu/images/logos/thredds_tds-150x150.png)\n\u003cbr\u003e\n\u003cbr\u003e\n\n## THREDDS Data Server (TDS)\n\nThe THREDDS Data Server (TDS) provides metadata and data access to scientific\ndatasets. Datasets can be served through OPeNDAP, OGC's WMS and WCS, HTTP, and other\nremote data access protocols. It can be configured to aggregate a collection of\ndatasets so the collection is seen as a single dataset when viewed through the\nvarious data access protocols. The TDS is a server-based system that can be easily\ninstalled in any servlet container such as Apache Tomcat.\n\nFor more information about the TDS, see the TDS web page at\n\n* https://docs.unidata.ucar.edu/tds/current/userguide/\n\nYou can obtain a copy of the latest released version of TDS software from\n\n* https://downloads.unidata.ucar.edu/tds/\n\nA mailing list, thredds@unidata.ucar.edu, exists for discussion of the TDS and\nTHREDDS catalogs including announcements about TDS bugs, fixes, enhancements,\nand releases. To subscribe, send a blank email to \u003cthredds-join@unidata.ucar.edu\u003e and\nrespond to the confirmation email. Mailing list archives are available at: \n\n* https://www.unidata.ucar.edu/mailing_lists/archives/thredds/\n\nWe appreciate feedback from users of this package.\nOpen a GitHub issue or discussion if you have comments,\nsuggestions, or bug reports.\nPlease identify the version of the package.\nFor security or server set up issues that cannot be addressed on GitHub,\nyou may send your question with the relevant details to \u003csupport-thredds@unidata.ucar.edu\u003e.\n\n## THREDDS Catalogs\n\nTHREDDS Catalogs can be thought of as representing logical directories of on-line\ndata resources. They are encoded as XML and provide a place for annotations and\nother metadata about the data resources. These XML documents are how THREDDS-enabled\ndata consumers find out what data is available from data providers.\n\nTHREDDS Catalog documentation (including the specification) is available at\n\n* https://docs.unidata.ucar.edu/tds/current/userguide/basic_client_catalog.html\n\n## Licensing\n\nThe 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)\n\nFurthermore, this project includes code from third-party open-source software components:\n* [Gretty](https://github.com/akhikhl/gretty): for details, see `buildSrc/README.md`\n* [JUnit](https://github.com/junit-team/junit4): for details, see `tds-test-utils/README.md`\n\nEach of these software components have their own license. Please see `docs/src/private/licenses/third-party/`.\n\n## Previous releases\n\nPrior 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 \u003chttps://github.com/unidata/thredds\u003e, which holds the combined code based used by `v4.6` and earlier.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funidata%2Ftds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funidata%2Ftds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funidata%2Ftds/lists"}