JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"netcdf",
"go"
],
"is_fork": false,
"size_kb": 141,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 194532
},
"pushed_at": "2022-02-13T15:45:53Z",
"created_at": "2014-11-14T01:03:13Z",
"owner_type": "User",
"updated_at": "2026-01-13T06:59:32Z",
"description": "Go binding for the netCDF C library.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Fazlul Shahriar",
"type": "User",
"login": "fhs",
"company": null,
"location": "New York, USA",
"followers": 98,
"avatar_url": "https://avatars.githubusercontent.com/u/183501?v=4",
"created_at": "2010-01-16T11:32:32Z",
"is_verified": null,
"public_repos": 82,
"account_age_days": 6039
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2020-12-21T17:37:30Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2020-08-18T16:19:27Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2018-08-29T13:20:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2018-01-12T08:04:29Z"
}
],
"recent_commits": [
{
"oid": "02eb21d4dd94a1900c184465cb097481ce08cd8e",
"body": "* expose the dim id\r\n\r\n* Fix the dimenstions ID function name",
"is_bot": false,
"headline": "Expose the dim id (#21)",
"author_name": "anativ",
"author_login": "anativ",
"committed_at": "2022-02-13T15:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "489c9420e16666292e241240ec96b5e56003399c",
"body": "Ubuntu 20.04 has the version of libnetcdf with in-memory support that we\nwant.",
"is_bot": false,
"headline": "Switch from Travis CI to GitHub Actions",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2020-12-21T17:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5707a0dc1ef2ea4a19357a99b6549cbcf869b5b0",
"body": null,
"is_bot": false,
"headline": "fix: check count dimensions in slices (#19)",
"author_name": "Doron Cohen",
"author_login": "doron-cohen",
"committed_at": "2020-12-21T16:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc59b2435af7f1ca78cb25a35269b6703787c891",
"body": "Add read/write slice and strided slice",
"is_bot": false,
"headline": "Merge pull request #16 from ctessum/array",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2020-08-18T16:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6208ede9c3478dc5dfdab712af684f97e76c1bf4",
"body": null,
"is_bot": false,
"headline": ".travis.yml: update Go versions",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2020-08-18T16:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1b3eb7b8f20f18c3d716958534c4801e66d775",
"body": null,
"is_bot": false,
"headline": "Add read/write slice and strided slice",
"author_name": "Chris Tessum",
"author_login": "ctessum",
"committed_at": "2020-08-16T19:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a470561ba1f7b12b487843c3df5074392bbdfdc",
"body": "Add In-Memory Support",
"is_bot": false,
"headline": "Merge pull request #15 from vcabbage/memio",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2020-04-24T01:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6800ca3fbe6137abc1000b580be16cb61e0f3c4b",
"body": null,
"is_bot": false,
"headline": "Example build in Docker container",
"author_name": "Kale Blankenship",
"author_login": "vcabbage",
"committed_at": "2020-04-23T22:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d779b433f91870ad73399773f65aee91c68c92",
"body": null,
"is_bot": false,
"headline": "Review feedback",
"author_name": "Kale Blankenship",
"author_login": "vcabbage",
"committed_at": "2020-04-23T21:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f393ae0b54ca5abb7d560c028f617c92a3080bf0",
"body": null,
"is_bot": false,
"headline": "Review feedback; rename package, types, and methods",
"author_name": "Kale Blankenship",
"author_login": "vcabbage",
"committed_at": "2020-04-21T22:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac20298594a41d4972479b2f5dccea20a2fbc1e3",
"body": "The current default, Xenial 16.04, has netcdf 4.4 in it's repo. In-memory\nsupport requires at least 4.6, which is available with Bionic.",
"is_bot": false,
"headline": "Use Ubuntu Bionic 18.04 in CI",
"author_name": "Kale Blankenship",
"author_login": "vcabbage",
"committed_at": "2020-04-19T18:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97941ac4cd56f9dac9d82116a96e1eedc7dd5af3",
"body": "…t memory access.\n\n* OpenReader allows for reading an io.Reader into C memory rather than\n requiring to be read into Go memory and copied.\n* Dataset.CloseMemCBytes allows access to the C allocated memory\n directly rather than copying into Go memory as Dataset.CloseMem does.",
"is_bot": false,
"headline": "Add netcdfmem OpenReader and Dataset.CloseMemCBytes for more efficien…",
"author_name": "Kale Blankenship",
"author_login": "vcabbage",
"committed_at": "2020-04-19T17:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2da04be1e339bba758369e987374eed26dd41401",
"body": null,
"is_bot": false,
"headline": "Add support for in-memory datasets.",
"author_name": "Kale Blankenship",
"author_login": "vcabbage",
"committed_at": "2020-04-19T17:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12cca7a48076fea9699343414802e0afb50dcd02",
"body": "Includes tests for setting and reading compression parameters.",
"is_bot": false,
"headline": "Add Compression method to Var",
"author_name": "Kale Blankenship",
"author_login": "vcabbage",
"committed_at": "2019-05-09T00:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "017e68d91951c80280057c97e73f1f8a451b1f88",
"body": null,
"is_bot": false,
"headline": "README.md: add codecov badge",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2019-05-06T23:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "add3bd6dcc06f5ba7059dc093eefd47ddfca101c",
"body": null,
"is_bot": false,
"headline": "Generate coverage report for codecov",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2019-05-06T23:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1ccc71c1a61005743a615be1aba0764367a42d9",
"body": null,
"is_bot": false,
"headline": "Send coverage report to codecov",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2019-05-06T23:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f531bc3b0181cecb21615143ef233749bb2409d",
"body": null,
"is_bot": false,
"headline": "Add go.mod file and update .travis.yml",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2019-05-06T23:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9afe935148b6af16e219f23d4036e51b5c48dde4",
"body": null,
"is_bot": false,
"headline": "Add SetCompression method to Var.",
"author_name": "Kale Blankenship",
"author_login": "vcabbage",
"committed_at": "2019-05-06T23:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9163b07eba600ae32bc477831266e65561fa445",
"body": null,
"is_bot": false,
"headline": "Uncapitalize error strings",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2019-01-08T07:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b923fb7d3bf066e892cb3602840e813e299d9fb0",
"body": "* Support variables without dimensions.\r\n\r\n* Add tests, and fix bug in ReadFloat64At function w/friends\r\n\r\n* reverse order of types to use in checks - from largest to smallest data type\r\n\r\n* return nil instead of empty dimension array\r\n\r\n* Use naked return for zero-length dimesions",
"is_bot": false,
"headline": "Support variables without dimensions. (#8)",
"author_name": "Vegard Bønes",
"author_login": "vegardb",
"committed_at": "2018-08-29T13:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd550c2e30506c1412e1a0d5b1be44f3866e6aea",
"body": "Add ability to write/read using coordinates (incl. tests)",
"is_bot": false,
"headline": "Merge pull request #7 from ucyo/master",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2018-03-14T23:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c90e0c934928c3f872e91e80ce90f304077f07",
"body": null,
"is_bot": false,
"headline": "Cleanup",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-14T18:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d54e6f68670395cf3abda420840ff1304dc540f0",
"body": " - Renamed functions\n - Cleanup of code\n - Reordering of for loops and input checks",
"is_bot": false,
"headline": "Made changes according to change requests of PR #7",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-14T16:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ffe9b57be34a4429c9b483f943f2142f607e8c5",
"body": null,
"is_bot": false,
"headline": "Version bump and Travis run",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-09T11:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3804f1f2c262ad30ac3a38a42f90fd36f56d5e31",
"body": null,
"is_bot": false,
"headline": "Don;t forget the milk",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-07T08:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe856abc36716e327e770b3cf70f475aecda257",
"body": null,
"is_bot": false,
"headline": "Initial .gitignore file",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-07T08:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b588192f17a9ad18c2b6295ab76c7ab315e08c7",
"body": null,
"is_bot": false,
"headline": "Typo",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-07T08:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8854325e5c34228502aa72493d05b92a8f509cc",
"body": " - With this LenDims() can be used directly",
"is_bot": false,
"headline": "Use only positive values for shape",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-06T17:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc741bdacb302f10f4300e68969470c09d18e21f",
"body": null,
"is_bot": false,
"headline": "Write wrapper for testing idx selection and write",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-06T15:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4fd84fdbc6e8848cdaa724a1e9bb104bdbd4df5",
"body": "…nctions",
"is_bot": false,
"headline": "Add changes to generate.go and execute ones to generate appropiate fu…",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-06T15:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "475294769da491b9b4cbab9422ab464704b916d7",
"body": null,
"is_bot": false,
"headline": "Add tests for read values based on index",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-06T14:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bac7601efa2283bb70eeab5f8e92a058178cdb9",
"body": "…based read/write",
"is_bot": false,
"headline": "Add UnravelIndex and product functions for testing purposes of index …",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-06T14:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0be0d6eac5ba1bd5bd0a8dc1f8a7b12058d2350",
"body": null,
"is_bot": false,
"headline": "Add commentary about types",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-06T10:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a91a99721422ffa768142ea912c28ec9aab315e",
"body": null,
"is_bot": false,
"headline": "Add support for index-based read and write",
"author_name": "ucyo",
"author_login": "ucyo",
"committed_at": "2018-03-06T10:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d2128a6d915c715240302e39479012d08a4a1a3",
"body": "Thanks to Jacques Grelet (code sent to me by email)",
"is_bot": false,
"headline": "add Version function",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2018-01-12T08:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26559520950b30f6244abb0a557c0fea42aaaca1",
"body": "Based on PR #4",
"is_bot": false,
"headline": "add String method to Type",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2018-01-12T07:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc62a66a7cadb503ba5b02b9d99d9c2d0469f79e",
"body": "Cherry picked from #4",
"is_bot": false,
"headline": "fix Var NAttrs method",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2018-01-12T07:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ad405e17701ed1dd98964aa0d7c0df3c3c4f2a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'alegag-master'",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2018-01-12T07:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba0661b3d132c643d31c965015d84bbd5495d1ff",
"body": null,
"is_bot": false,
"headline": "test: change fillvalue in example test",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2018-01-12T07:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a49e3e8b39a8406f7f6f12c400db506c233718d3",
"body": null,
"is_bot": false,
"headline": "Removed uneeded tab.",
"author_name": "alegag",
"author_login": "alegag",
"committed_at": "2017-09-25T18:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfa558f91c0c758d3d53710050781d6757a9ea4a",
"body": "As attribute _FillValue is a special case, added example and C++ netCDF documentation excerpt.",
"is_bot": false,
"headline": "Add _FillValue Attribute example",
"author_name": "alegag",
"author_login": "alegag",
"committed_at": "2017-09-18T20:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae6808bd2d8a68211c964fc829252b16fee1df87",
"body": null,
"is_bot": false,
"headline": "document creation of new attribute",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2017-08-24T09:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9824ac32568bbc296663bde1fcd7d6a74a5e70",
"body": "Update #5",
"is_bot": false,
"headline": "export attribute name in Attr",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2017-08-24T09:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf24eb358da90c403314a0e9ab4ed9607e8a72f",
"body": null,
"is_bot": false,
"headline": "add attribute read/write to the example test",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2017-08-24T05:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c3373f06df1cd185a5edb1242c38429da94d569",
"body": "Fixes #2",
"is_bot": false,
"headline": "README.md: discuss C library dependency in installation instruction",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2017-08-24T03:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae00fff73316fec1bb8c59ca9dfba4f2385549e",
"body": "Add Name() method for variables",
"is_bot": false,
"headline": "Merge pull request #3 from ronanj/master",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2016-09-14T14:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2db267beba01999f885a7dc98fbc52ee099b73",
"body": null,
"is_bot": false,
"headline": "Add Name() method for variables",
"author_name": "ronan",
"author_login": "ronanj",
"committed_at": "2016-09-14T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d410542fad01a5aa8408f3004b7b74dcab956986",
"body": "Thanks Jacques Grelet for the fix (submitted in private).",
"is_bot": false,
"headline": "add EndDef method for netCDF-3 files",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2015-06-12T00:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acb5effc6ab1b8b40c201c9672f935f3121e3a9f",
"body": "leaving room for Create similar to os.Create",
"is_bot": false,
"headline": "rename Create to CreateFile",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-20T05:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c6cbf87a98a0b6afc34a894763c98efd5e2653a",
"body": null,
"is_bot": false,
"headline": "replace generate.sh shell script with Go code",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-20T04:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be8bad677d69f8c0ea49b05a06c935545d901930",
"body": null,
"is_bot": false,
"headline": "fix a godoc.org lint warning",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-16T20:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d1dfa83c20063bbc53535f601b143703a9ab4ae",
"body": null,
"is_bot": false,
"headline": "remove stutter from the constants",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-16T07:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed06b87e93593c2d9d5de5548bfef3ff4e777e9f",
"body": null,
"is_bot": false,
"headline": "minor clean up: rename an output variable",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-16T06:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9154cc73d72dfcc4db66f5804c34b8180d7210df",
"body": null,
"is_bot": false,
"headline": "doc: add an example",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-16T06:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93b3721d07a841b6342f47f1118f1cbfe714237",
"body": "probably caused by an older version of libnetcdf?",
"is_bot": false,
"headline": "attempt to fix travis build",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-16T00:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f27a6dc78acb8f38c512fc0c2721bb50aedde32",
"body": "Also, make the types plural, as it should be.\n\nReason to use Go types intead of NetCDF types:\n\n* The NetCDF C library uses C types in the function names\n (e.g. nc_put_var_ulonglong)\n* Allows for better interoperation with other libraries\n (e.g. HDF4 or HDF5) in the future.\n* go vet warnings:\n\n \n[…]\nmethod ReadByte(val []int8) (err error) should have\n signature ReadByte() (byte, error)\n nc_byte.go:60: method ReadByte(val []int8) (err error) should have\n signature ReadByte() (byte, error)",
"is_bot": false,
"headline": "rename ReadX, WriteX, etc. methods to use Go types",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-16T00:15:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f1c8bb1e9b0efb93f25ef3d4fb7643cb08372901",
"body": null,
"is_bot": false,
"headline": "get constant values from C header file",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T23:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45087df323f14e3b440f5cf9593e3cddbd209118",
"body": null,
"is_bot": false,
"headline": "be consistent about tagged/untagged struct literal",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T22:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ad3dced36f1dc96c2ff1a2fa98a19ca6b21d567",
"body": null,
"is_bot": false,
"headline": "rename Var.f to Var.ds",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T22:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a28a012ee0664fd6f9a44803f5ec383685485e50",
"body": "so when we support Groups in the future, they won't be called \"File\".\nDataset.AddGroup() and Dataset.ParentGroup() would return a Dataset.\n\"Dataset\" also matches the terminology used by the NetCDF C library.",
"is_bot": false,
"headline": "rename File to Dataset",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T22:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0d3dc7924491e29513292b14d4a510b1e79f018",
"body": "gofmt -w -r 'Open -> OpenFile' .",
"is_bot": false,
"headline": "rename Open to OpenFile",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T21:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b86b2e597dcb92ad3940e2a878d749b11f53c320",
"body": null,
"is_bot": false,
"headline": "add NAttrs and NVars methods",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T21:32:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd240708a1ab1d9bbcb994e8153f4b505b8dc614",
"body": null,
"is_bot": false,
"headline": "README: adjust godoc URL to point to the package",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T19:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d17fda79dfee891c6a5131265304deefa9003f8",
"body": null,
"is_bot": false,
"headline": "README: add godoc badge",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T19:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50477539c3cfaf8659d2e343984506ee2ff780ce",
"body": null,
"is_bot": false,
"headline": "define Type as C.nc_type instead of int",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T02:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0abb6b493ef04b458512dc37428b026a76ea5bc3",
"body": null,
"is_bot": false,
"headline": "test: test all types of Var",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T02:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b120b2bd91b5078da4e09c85d354b0a502dcc4a1",
"body": null,
"is_bot": false,
"headline": "test: test all types of attributes",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T01:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ba622f1bf7bfafce65d0a9b3fe1e11edc108ccb",
"body": null,
"is_bot": false,
"headline": "add *Reader interface and Get* functions",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-15T00:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ac3fd696462ad856c5a040e65f8fc2d3caa31b0",
"body": null,
"is_bot": false,
"headline": "change Attr.Read* to take buffer like Var.Read*",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T22:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8edf7c18fbd91d71c1425d2213cb74671c4276bb",
"body": null,
"is_bot": false,
"headline": "rename Get/Put methods to Read/Write",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T21:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f789d22be51793d21559855cfc336b1660e2a9",
"body": null,
"is_bot": false,
"headline": "autogenerate Put/Get methods for all types",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T21:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be4b5d04e19936a12c90e8d180373530189a8920",
"body": null,
"is_bot": false,
"headline": "rename methods again (sorry)",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T08:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b4cbfa06b83518ee25c7d646efb89c467c2659",
"body": null,
"is_bot": false,
"headline": "Merge branch 'travis'",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T07:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f4c2c144e9efd29b3e7d7faaa36fcf215ea5520",
"body": null,
"is_bot": false,
"headline": "travis: attempt fix",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T07:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5abfba53ba4776ed9ef2be5762285192910945b3",
"body": null,
"is_bot": false,
"headline": "doc: make it clear File Attr are global attributes",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T07:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e696e4bab3dc66aaa762e2b7fc1fde800f955a1",
"body": null,
"is_bot": false,
"headline": "add travis CI",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T07:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb0d2846845a9c0b933a424cadb4525b8fba524",
"body": null,
"is_bot": false,
"headline": "rename methods",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T07:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e81be29ffa96e0064cce53e6e776f19551e44b2",
"body": null,
"is_bot": false,
"headline": "wrap attribute access functions",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T06:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5078be58adf3aee1dd4cdde0159f8cfa95de045a",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Fazlul Shahriar",
"author_login": "fhs",
"committed_at": "2014-11-14T01:04:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2020-12-21T17:37:30Z",
"latest_release_tag": "v1.2.1",
"releases_from_tags": true,
"days_since_last_push": 1627,
"active_weeks_last_year": 0,
"days_since_latest_release": 2046,
"mean_days_between_releases": 358.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/fhs/go-netcdf",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/fhs/go-netcdf",
"is_deprecated": false,
"latest_version": "v1.2.1",
"repository_url": "https://github.com/fhs/go-netcdf",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2020-12-21T17:37:30Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2046
}
]
},
"popularity": {
"forks": 12,
"stars": 40,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2016-09-14",
"count": 1
},
{
"date": "2017-08-24",
"count": 1
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 33264,
"source_files_sampled": 22,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 4,
"closed_ratio": 0.636,
"closed_issues": 7,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "fhs",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/183501?v=4"
},
{
"type": "User",
"login": "ucyo",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/591458?v=4"
},
{
"type": "User",
"login": "vcabbage",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/10789027?v=4"
},
{
"type": "User",
"login": "alegag",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/21232519?v=4"
},
{
"type": "User",
"login": "ctessum",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6193153?v=4"
},
{
"type": "User",
"login": "doron-cohen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4966182?v=4"
},
{
"type": "User",
"login": "vegardb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/869761?v=4"
},
{
"type": "User",
"login": "anativ",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/616236?v=4"
},
{
"type": "User",
"login": "ronanj",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/640401?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.65
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"CI.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 8/15 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "02eb21d4dd94a1900c184465cb097481ce08cd8e",
"ran_at": "2026-07-30T13:49:52Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2022-02-13T15:45:54Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 10,
"created_at": "2019-04-29T13:39:20Z",
"last_comment_at": "2022-12-30T09:00:50Z",
"last_comment_author": "Azawizi"
},
{
"number": 14,
"created_at": "2020-01-16T13:38:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2020-12-14T05:54:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2021-02-05T14:39:47Z",
"last_comment_at": "2021-02-09T08:00:29Z",
"last_comment_author": "SergeiMelman"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fhs/go-netcdf",
"host": "github.com",
"name": "go-netcdf",
"owner": "fhs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 41 is calibrated to 36 on the published index scale (record calibration 2026-08-02). Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 41,
"calibrated": 36,
"calibration": "2026-08-02"
}
},
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 31,
"inputs": {
"security": 40,
"vitality": 13,
"community": 43,
"governance": 57,
"calibration": "2026-08-02",
"engineering": 53,
"ai_readiness": 44,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"weighted_overall_raw": 41,
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 36,
"overall_after_abandonment_multiplier": 31
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1627,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1627 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1627
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.2.1",
"releases_from_tags": true,
"days_since_latest_release": 2046,
"mean_days_between_releases": 358.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2046 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2046
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~358.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 358.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 4,
"days_since_last_merged_pr": 1633,
"days_since_last_human_commit": 1633,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1633 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1633,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 43,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 12,
"stars": 40,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "40 stars",
"points": 25.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 40
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.65
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 65% of commits",
"points": 7.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 65
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"merged_prs": 10,
"open_issues": 4,
"closed_issues": 7,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.636,
"closed_unmerged_prs": 1,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "64% of issues closed",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 64
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/11 decided PRs merged",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 11
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/15 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 98,
"owner_type": "User",
"is_verified": null,
"owner_login": "fhs",
"public_repos": 82,
"account_age_days": 6039
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "98 followers of fhs",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 98,
"login": "fhs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "82 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 82
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"packages": [
"github.com/fhs/go-netcdf"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2046
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 2046 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2046
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"netcdf",
"go"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/15 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 44,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.237,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "19 of 80 human commits state their intent (structured subject or explanatory body)",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 80
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 80",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 80
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 33264,
"source_files_sampled": 22,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/22 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 5
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "low",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T13:50:10.456206Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fhs/go-netcdf.svg",
"full_name": "fhs/go-netcdf",
"license_state": "standard",
"license_spdx": "MIT"
}