ERDDAP / erddap

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).
Creative Commons Zero v1.0 Universal
84 stars 58 forks source link

Added a local development DockerFile to the project and applied fixes to some unit tests. #137

Closed roje-bodc closed 7 months ago

roje-bodc commented 7 months ago

Description

This pull request includes the creation of a development DockerFile that can be used to easily build and deploy a local instance of ERDDAP from source. There has also been changes to some of the Unit Tests in order to allow them to pass within the docker containers environment during the maven packaging process.

Link to discussion: https://github.com/ERDDAP/erddap/discussions/136

Fixes # (issue)

NcHelperTests.java:

TableTests.java:

Please delete options that are not relevant.

Checklist before requesting a review