{"id":43676191,"url":"https://github.com/mousebrains/dbd2netcdf","last_synced_at":"2026-04-01T22:35:39.913Z","repository":{"id":84257008,"uuid":"172543692","full_name":"mousebrains/dbd2netcdf","owner":"mousebrains","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-22T00:46:57.000Z","size":1359,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-22T15:05:43.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mousebrains.png","metadata":{"files":{"readme":"README.cygwin.txt","changelog":"ChangeLog","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-25T16:37:03.000Z","updated_at":"2026-03-22T00:06:14.000Z","dependencies_parsed_at":"2023-05-24T03:45:40.152Z","dependency_job_id":"bb3789d2-8880-4c05-b6f2-a5d7328cca8b","html_url":"https://github.com/mousebrains/dbd2netcdf","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mousebrains/dbd2netcdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mousebrains%2Fdbd2netcdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mousebrains%2Fdbd2netcdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mousebrains%2Fdbd2netcdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mousebrains%2Fdbd2netcdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mousebrains","download_url":"https://codeload.github.com/mousebrains/dbd2netcdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mousebrains%2Fdbd2netcdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-02-05T01:04:02.825Z","updated_at":"2026-04-01T22:35:39.905Z","avatar_url":"https://github.com/mousebrains.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"INSTALLATION OF DBD2NETCDF ON WINDOWS CYGWIN\n\n::BEFORE INSTALLATION::\nThe following packages should be installed on Cygwin\n(GCC 8+ is required for C++17 support):\n  gcc-core (\u003e=8)\n  gcc-g++ (\u003e=8)\n  cmake\n  make\n  netcdf (includes ncdump)\n  libnetcdf-devel\n  hdf5\n  libhdf5-devel\n  diffutils (for tests)\n  coreutils (for tests: tail, etc.)\n  grep (for tests)\n  file (for tests)\n  tar\n\nTo install the above packages, run the Cygwin setup executable and\nwhile in the packages selection screen, find the packages above\nusing the following searches:\n  gcc\n  make\n  cmake\n  netcdf\n  hdf5\n  diffutils\n  coreutils\n  grep\n  file\n  tar\n\nClick the circle with arrows next to each appropriate package to install\nthe latest version. Then finish the Cygwin installation.\n\n\n::INSTALLATION FROM SOURCE::\n\n1. Download the source tarball from GitHub:\n   https://github.com/mousebrains/dbd2netcdf/releases\n\n   Save dbd2netcdf-#.#.#-Source.tar.gz to a directory under the Cygwin\n   file system (e.g., /home/username/), where #.#.# is the version number.\n\nNOTE: Lines below with a $ indicate a Cygwin prompt and the command to run.\n\n2. From the Cygwin terminal, unpack the tarball:\n   $ tar -zxvf dbd2netcdf-#.#.#-Source.tar.gz\n\n3. Change into the directory that was just extracted:\n   $ cd dbd2netcdf-#.#.#-Source\n\n4. Configure and build:\n   $ cmake -B build -DCMAKE_BUILD_TYPE=Release\n   $ cmake --build build\n\n5. Run tests:\n   $ cd build \u0026\u0026 ctest --output-on-failure\n\n6. Install (optional):\n   $ cmake --install build --prefix /usr/local\n\nIf each command exits successfully, the install is complete.\n\n\n::USAGE::\n\nSee the man pages for usage:\n  $ man dbd2netCDF\n  $ man dbd2csv\n  $ man dbdSensors\n\nOr use --help:\n  $ dbd2netCDF --help\n\n\n::TROUBLESHOOTING::\n\nIf tests fail with \"$'\\r': command not found\" errors, the shell scripts\nhave Windows line endings. This can happen if git is configured with\ncore.autocrlf=true. The repository includes a .gitattributes file to\nprevent this, but if needed you can convert manually:\n  $ sed -i 's/\\r$//' test/dbd2netCDF test/dbd2csv test/dbdSensors test/pd02netCDF\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmousebrains%2Fdbd2netcdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmousebrains%2Fdbd2netcdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmousebrains%2Fdbd2netcdf/lists"}