ERDDAP

Makes ocean and hydrology data easy to find, subset, visualize, and download.
https://github.com/erddap/erddap

Category: Hydrosphere
Sub Category: Ocean and Hydrology Data Access

Keywords

data environmental erddap noaa scientific server

Keywords from Contributors

cc0 lists resources ocean-sciences zarr oceanography

Last synced: about 7 hours ago
JSON representation

Repository metadata

ERDDAP is a scientific data server that gives users a simple, consistent way to download subsets of gridded and tabular scientific datasets in common file formats and make graphs and maps. ERDDAP is a Free and Open Source (Apache and Apache-like) Java Servlet from NOAA NMFS SWFSC Environmental Research Division (ERD).

README.md

ERDDAP™: Easier Access to Scientific Data

Welcome to the ERDDAP™ GitHub repository

ERDDAP™ is a scientific data server that gives users a simple, consistent way to download subsets of gridded and tabular scientific datasets in common file formats and make graphs and maps. ERDDAP™ is a Free and Open Source Java Servlet developed by the NOAA NMFS SWFSC Environmental Research Division (ERD).

A live ERDDAP™ installation can be seen at: https://coastwatch.pfeg.noaa.gov/erddap/index.html.

Example screenshot of ERDDAP™'s web user interface 'Make-a-Graph' page

Developing with ERDDAP™

ERDDAP™ is a Java Servlet-based application and can be run in any compatible Java Servlet Container/Application Server, such as Apache Tomcat.

Local development and testing of ERDDAP™ code can be done without a production-scale installation. Two approaches are recommended:

For operational ERDDAP™ deployment, Apache Tomcat is recommended. See Deploying ERDDAP™ Operationally for instructions.

Running JUnit tests

Simply run mvn test in a terminal to run the JUnit tests.

Note that by default tests that do an image comparison are enabled. To disable those tests add ImageComparison to the excludedGroups section of the surefire configuration. It is recommended you run the image tests before making changes to ERDDAP™ so you can generate a baseline set of images that will be later used for comparison.

Running integration tests

These are slower tests, including those that interact with a locally running server. Run them with mvn verify.

If you have issues with tests, it could be good to try a mvn clean before running the tests.

External server tests

While many of the tests interact with external servers, for example to load data. There are some tests that are almost entirely testing an external server and not ERDDAP™. These external tests are run using mvn verify -P external. In the code they are tagged with TagExternal. This is different from TagDisabledExternalERDDAP and TagDisabledExternalOther, which are used to label tests where the external source is either no longer available or extremely flaky.

The external tests should be run periodically (maybe around release time), but are unlikely to be relevant to day to day ERDDAP development™.

Metrics

Metrics are collected using Prometheus. You can see the metrics on a local server at /erddap/metrics.

Building a war

mvn package will create a war file.

If you'd like to skip the tests while building use mvn package -DskipTests. You can use the skipTests flags with other maven commands.

Running the code formatter

To format code locally you can run:

(Windows)
mvn git-code-format:format-code -D"gcf.globPattern=**/*"

(Other)
mvn git-code-format:format-code -Dgcf.globPattern=**/*

Code should be automatically formatted during a git pre-commit step to simplify reviews. It can still be useful sometimes to format code before making a git commit.

Contributing Code to ERDDAP™

Below are relevant links for getting involved with the ERDDAP™ community and contributing to ERDDAP:

Deploying ERDDAP™ Operationally

Instructions for installing ERDDAP™ in Apache Tomcat are available at: https://erddap.github.io/docs/server-admin/deploy-install.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 497
Total Committers: 23
Avg Commits per committer: 21.609
Development Distribution Score (DDS): 0.529

Commits in past year: 140
Committers in past year: 10
Avg Commits per committer in past year: 14.0
Development Distribution Score (DDS) in past year: 0.3

Name Email Commits
Chris John c****n@n****v 234
Bob Simons b****s@n****v 117
Chris John C****n@g****m 37
Shane St Savage s****e@a****o 23
seth.champagne s****e@n****l 19
Qi Zeng q****7@g****u 18
ayushsingh01042003 1****3 12
Marco Alba m****a@e****m 6
Roland Schweitzer r****r@n****v 5
Harish-2003 p****3@g****m 5
dependabot[bot] 4****] 4
Micah Wengren m****n@g****m 3
Q1Zeng 5****g 2
Filipe o****f@g****m 2
Robert r****r@M****e 2
Alex Kerney a****k@m****m 1
Bob Simons B****0@g****m 1
Callum Rollo c****o@o****m 1
Italo Borrelli 4****i 1
Jiahui Hu 1****3 1
Mathew Biddle 8****e 1
Rob Cermak 1****u 1
roje-bodc 6****c 1

Committer domains:


Issue and Pull Request metadata

Last synced: 5 days ago

Total issues: 60
Total pull requests: 158
Average time to close issues: 4 months
Average time to close pull requests: 15 days
Total issue authors: 27
Total pull request authors: 18
Average comments per issue: 1.72
Average comments per pull request: 1.01
Merged pull request: 113
Bot issues: 0
Bot pull requests: 6

Past year issues: 18
Past year pull requests: 59
Past year average time to close issues: 8 days
Past year average time to close pull requests: 7 days
Past year issue authors: 11
Past year pull request authors: 7
Past year average comments per issue: 2.0
Past year average comments per pull request: 0.86
Past year merged pull request: 37
Past year bot issues: 0
Past year bot pull requests: 2

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/erddap/erddap

Top Issue Authors

  • ChrisJohnNOAA (15)
  • srstsavage (4)
  • benjwadams (3)
  • MarcoAlbaETT (3)
  • ThomasThelen (3)
  • rmendels (3)
  • geofrizz (2)
  • ayushsingh01042003 (2)
  • LeoLeLonquer (2)
  • ItaloBorrelli (2)
  • Harish-2003 (2)
  • honzaflash (2)
  • turnbullerin (2)
  • callumrollo (2)
  • emmerbodc (1)

Top Pull Request Authors

  • ChrisJohnNOAA (96)
  • srstsavage (21)
  • ayushsingh01042003 (13)
  • Harish-2003 (7)
  • dependabot[bot] (6)
  • mwengren (2)
  • callumrollo (2)
  • noaaroland (1)
  • gostgmaer (1)
  • MarcoAlbaETT (1)
  • lareinahu-2023 (1)
  • MathewBiddle (1)
  • ocefpaf (1)
  • SethChampagneNRL (1)
  • yousifelboukhary (1)

Top Issue Labels

  • good first issue (7)
  • enhancement (5)
  • Straightforward (4)
  • bug (2)

Top Pull Request Labels

  • dependencies (6)
  • GSoC-2024 (3)
  • java (2)
  • GSoC-2025 (1)

Score: 8.253488028345906