{"id":22009472,"url":"https://github.com/cheminfo/netcdfjs","last_synced_at":"2025-04-04T11:14:48.636Z","repository":{"id":47237654,"uuid":"71766418","full_name":"cheminfo/netcdfjs","owner":"cheminfo","description":"Read and explore NetCDF files","archived":false,"fork":false,"pushed_at":"2023-08-09T12:02:03.000Z","size":5570,"stargazers_count":152,"open_issues_count":7,"forks_count":32,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-03-28T10:08:39.777Z","etag":null,"topics":["data-format","netcdf","unidata"],"latest_commit_sha":null,"homepage":"https://cheminfo.github.io/netcdfjs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cheminfo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-10-24T08:07:44.000Z","updated_at":"2025-03-08T13:17:42.000Z","dependencies_parsed_at":"2023-01-23T22:45:48.791Z","dependency_job_id":null,"html_url":"https://github.com/cheminfo/netcdfjs","commit_stats":{"total_commits":87,"total_committers":11,"mean_commits":7.909090909090909,"dds":0.6666666666666667,"last_synced_commit":"c8b73f5d39d8c62ba9b5c1e83c96420d86e2d5bd"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2Fnetcdfjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2Fnetcdfjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2Fnetcdfjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheminfo%2Fnetcdfjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cheminfo","download_url":"https://codeload.github.com/cheminfo/netcdfjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"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":["data-format","netcdf","unidata"],"created_at":"2024-11-30T02:09:29.863Z","updated_at":"2025-04-04T11:14:48.611Z","avatar_url":"https://github.com/cheminfo.png","language":"TypeScript","readme":"# netcdfjs\n\n[![NPM version][npm-image]][npm-url]\n[![build status][ci-image]][ci-url]\n[![Test coverage][codecov-image]][codecov-url]\n[![npm download][download-image]][download-url]\n\nRead and explore NetCDF v3 files.\n\n## Installation\n\n`$ npm install netcdfjs`\n\n## [API Documentation](https://cheminfo.github.io/netcdfjs/)\n\nFor further information about the grammar you should go to [this link](https://www.unidata.ucar.edu/software/netcdf/docs/file_format_specifications.html).\n\n### Example\n\n```js\nconst { readFileSync } = require(\"fs\");\nconst { NetCDFReader } = require(\"netcdfjs\");\n\n// http://www.unidata.ucar.edu/software/netcdf/examples/files.html\nconst data = readFileSync(\"madis-sao.nc\");\n\nvar reader = new NetCDFReader(data); // read the header\nreader.getDataVariable(\"wmoId\"); // go to offset and read it\n```\n\n## License\n\n[MIT](./LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/netcdfjs.svg\n[npm-url]: https://www.npmjs.com/package/netcdfjs\n[ci-image]: https://github.com/cheminfo/netcdfjs/workflows/Node.js%20CI/badge.svg?branch=main\n[ci-url]: https://github.com/cheminfo/netcdfjs/actions?query=workflow%3A%22Node.js+CI%22\n[codecov-image]: https://img.shields.io/codecov/c/github/cheminfo/netcdfjs.svg\n[codecov-url]: https://codecov.io/gh/cheminfo/netcdfjs\n[download-image]: https://img.shields.io/npm/dm/netcdfjs.svg\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheminfo%2Fnetcdfjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheminfo%2Fnetcdfjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheminfo%2Fnetcdfjs/lists"}