OPeNDAP Data Catalog#

Docs DOI

Note

This software is still being developed out of beta stage, so please report bugs, feature requests or use case as Gitlab issues here.

OPeNDAP Definition

Open-source Project for a Network Data Access Protocol, is a community standard DAP that provides a simple way for researchers to access and work with gridded and sequential Earth Observation data over the internet.

The Helmholtz-UFZ OPeNDAP Data Catalog is a software for creating remote repositories of centralized environmental research data objects generated and curated by researchers and collaborators. Our primary goal is to promote data sharing, reusability, and collaboration among scientists and institutions engaged in environmental research. The catalog encompasses a wide range of data types, including but not limited to climate data, ecological datasets, hydrological records, and more.

This comprehensive guide is designed to assist research teams, working groups, projects, and departments in effectively setting and contributing to their own installations of the OPenDAP Data Catalog. Our commitment to open science and data transparency is at the heart of this initiative, and we aim to facilitate seamless access to valuable environmental research data for the benefit of the scientific community and society as a whole.

Feature Highlights#

  • OPeNDAP Protocol Support

  • Data Server Implementation

  • Data Transformation and Subsetting

  • Data Visualization Integration

  • Ease of Use and Integration

  • Support for Multiple Data Formats

  • Efficient Data Access

  • User Auhtentication and Authorization

  • Extensibility

Contact Information#

If you have any questions, concerns, or require assistance, please don’t hesitate to contact me:

Thank you for choosing the Helmholtz-UFZ OPeNDAP Data Catalog as your resource for environmental research data. Together, we can advance the field of environmental science through open data collaboration and knowledge sharing.

Cite as#

@software{khan2024opendap,
  author = {Taimur Khan},
  title = {OPeNDAP Data Catalog},
  url = {https://git.ufz.de/khant/opendap},
  year = {2024},
  doi = {10.5281/zenodo.17589363}
}

References#

Hide code cell source

with open('../../references.bib', 'r') as bibfile:
    bib=bibfile.read()
    print(bib)
@article{cornillon2003opendap,
  title={OPeNDAP: Accessing data in a distributed, heterogeneous environment},
  author={Cornillon, Peter and Gallagher, James and Sgouros, Tom},
  journal={Data Science Journal},
  volume={2},
  pages={164--174},
  year={2003},
  publisher={CODATA}
}

@article{sgouros2004opendap,
  title={OPeNDAP user guide version 1.14},
  author={Sgouros, Tom},
  journal={University of Rhode Island},
  year={2004}
}