JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 15521,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 3636,
"Just": 4174,
"Rust": 1056877,
"WGSL": 7462,
"Kotlin": 1041,
"JavaScript": 432
},
"pushed_at": "2026-07-30T11:50:27Z",
"created_at": "2023-12-07T23:29:27Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T11:52:01Z",
"description": "General purpose cross-platform GIS-rendering library written in Rust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Galileo",
"type": "Organization",
"login": "galileo-map",
"company": null,
"location": null,
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/243983903?v=4",
"created_at": "2025-11-14T11:55:47Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 258
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "galileo-egui-v0.2.1",
"kind": "other",
"published_at": "2025-07-11T07:08:55Z"
},
{
"tag": "galileo-v0.2.1",
"kind": "other",
"published_at": "2025-07-11T06:34:12Z"
},
{
"tag": "galileo-mvt-v0.2.1",
"kind": "other",
"published_at": "2025-07-11T06:07:22Z"
},
{
"tag": "galileo-types-v0.2.1",
"kind": "other",
"published_at": "2025-07-11T06:06:41Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-06-27T03:54:49Z"
}
],
"recent_commits": [
{
"oid": "42550766d38faca071805f57e7317c5addf1efc3",
"body": "`FontdbFontProvider::find_best_match` matches `fontdb::Source` exhaustively,\nwhich only holds while `fontdb` is built without its `fs` feature. Cargo unifies\nfeatures across a workspace, so any other dependency enabling `fontdb/fs` adds\n`Source::File` and `Source::SharedFile` and breaks the build:\n\n\n[…]\ntext` and `usvg`,\nwhich both depend on `fontdb`. The provider is wasm-only and already reports\nthat it has no filesystem support, so file-backed sources are treated as\nunusable rather than being read.",
"is_bot": false,
"headline": "fix(text): tolerate fontdb file sources under feature unification",
"author_name": "Baris Palaska",
"author_login": "palaska",
"committed_at": "2026-07-30T11:50:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ba94370cb6ce5b5651274f1768cce761f601f3a",
"body": "DownlevelFlags(UNRESTRICTED_EXTERNAL_TEXTURE_COPIES)",
"is_bot": false,
"headline": "fix the wgpu Validation Error #337",
"author_name": "Anshuman Medhi",
"author_login": "IndianBoy42",
"committed_at": "2026-07-30T11:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d4c4ee67146cbc673cbc09d2a9000576e332d74",
"body": "Reqwest 0.13 uses rustls by default",
"is_bot": false,
"headline": "Update reqwest: 0.12 -> 0.13",
"author_name": "Alexander Koval",
"author_login": "anti-social",
"committed_at": "2026-07-30T10:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5364db982e84758dd9b499a1c624e9c7bb1d8e1c",
"body": "A newer stable clippy fires `question_mark` on this block, which fails the Clippy\njob on every pull request regardless of its contents. The code is unchanged since\n`main` last passed CI, so this is a lint that grew stricter rather than a\nregression.",
"is_bot": false,
"headline": "fix(clippy): use the ? operator in build_contour_path",
"author_name": "Baris Palaska",
"author_login": "palaska",
"committed_at": "2026-07-30T10:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa1c0dcfe57fa960d2f3897018e5ffe06bd2016",
"body": "Decode the symbol-placement value and notify that line labels are not\nsupported yet.",
"is_bot": false,
"headline": "chore: Decode ML label placement",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-04-25T12:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ff690119e6b9fe84d4eff0367be9e313728609",
"body": "There's no mention of this in Maplibre docs but from my testing it seems\nthat Maplibre applies text opacity to the outline also. This commit\napplies this logic when converting Maplibre style into Galileo style\nrules. It also modifies `WithOpacity` expression to blend alpha value\ninsted of replacing it, as it seems to be closer to what Maplibre does.",
"is_bot": false,
"headline": "fix: Apply text opacity to outline in ML",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-04-24T12:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "615daf230b42aed8c3790a60418cf726ba20861b",
"body": "This commit adds basic logic for converting Maplibre labels to Galileo\nones.",
"is_bot": false,
"headline": "feat: Convert Maplibre symbol layers to Galileo labels",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-04-22T15:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c047719b77caee0744a9a56c1447612f724e5f",
"body": null,
"is_bot": false,
"headline": "feat: Convert MP case expressions to Select",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-04-19T09:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f670ebef09edd4bb8007474bae34a4dae4f44e",
"body": "Add `Expr::Select` variant and support conversion of MapLibre `Step`\nexpression into Galileo `Select`.",
"is_bot": false,
"headline": "feat: Select expresssions",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-04-19T09:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c7b2ecf49033aface60ef1b83d8ab3e7945e3e",
"body": null,
"is_bot": false,
"headline": "chore: Remove log noise due to antialias property in ML layers",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-04-19T09:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95cbde69be4a9c63c709a8fad82e89be46156a1c",
"body": null,
"is_bot": false,
"headline": "feat: Allow dasharrays to be expressions",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-04-13T22:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e5338ce5ad1168108e1742f8931409d45965b5",
"body": "Dasharray property is added ot the VT sytle and maplibre layers\nusing it are correctly converted.",
"is_bot": false,
"headline": "feat: Support rendering lines with dasharrays",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-04-01T16:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552923bd9a32bdacd2be8fccbf875b2f6348cb12",
"body": null,
"is_bot": false,
"headline": "Update egui to 0.34",
"author_name": "Alexander Koval",
"author_login": "anti-social",
"committed_at": "2026-03-31T21:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6061f5bc0efdbbcd77fc6859cafab738b50b0753",
"body": null,
"is_bot": false,
"headline": "Fix building galileo-egui without default features",
"author_name": "Alexander Koval",
"author_login": "anti-social",
"committed_at": "2026-03-31T02:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c5e5e22bf63fee407125d848e6a0af867efb5a",
"body": null,
"is_bot": false,
"headline": "fix: Fix !in and $type expressions conversion from maplibre",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-28T10:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8380639bfd91a2cc038320ed0f779529c828dc31",
"body": null,
"is_bot": false,
"headline": "chore: Limit version of web-sys due to breaking change",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-28T10:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ef453a58f32914967162bdd678a2f8bdd82eae",
"body": null,
"is_bot": false,
"headline": "feat: Improve serialization/deserialization of expressions",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-28T10:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b22b491f00a981ddcd4ce0d4866b02112195af6",
"body": null,
"is_bot": false,
"headline": "feat: Implement `not`, `in` and `geom_type` functions in parser",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-28T10:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9efaff483bc975b527b25666c49f5a572abb4282",
"body": null,
"is_bot": false,
"headline": "feat: Support for any and all functions in expr parser",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-28T10:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ff66a24a5cb5da2e2c4a01cfae6dbbe813f802",
"body": "Implement a new expression parser using chumsky crate to produce better\nerror messages on parsing failure.",
"is_bot": false,
"headline": "feat: Use chumsky for expression parsing",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-28T10:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7b0128f3bf41a4c1108b878cec9d90608a0125",
"body": null,
"is_bot": false,
"headline": "fix: Return error if parser find unknown function",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-28T10:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0012cec7b60c7deca25f3ee3080ae5d65714314a",
"body": null,
"is_bot": false,
"headline": "fix: Remove remaining usage of srgb",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-26T14:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb02c8a3017d470793ecd00193102f1636f40ea8",
"body": "We decode images to standard rgba, so making wgpu assume srgb colors\nrenders incorrect result.",
"is_bot": false,
"headline": "fix: Use rgba texture color space instead of srgb",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-25T23:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbeece4283662c81b01a31c3ca37020372d51b0b",
"body": "* Add new Expr::Match expression to select one value from a list\n* Add conversion methods from maplibre match and get expression\n to galileo counterparts",
"is_bot": false,
"headline": "feat: Support match and get maplibre expression",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-22T04:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "694fcc38f14924f199b7f838451a6056739c27b7",
"body": "Make top-level expressions used by the consumers typed, making them\nevaluate to a specific type instead of generic value. Also add type\naliases for the type expressions we use:\n* `ColorExpr`\n* `NumExpr`\n* `BoolExpr`",
"is_bot": false,
"headline": "refactor: Rename ExprDeser to TypedExpr and make them typed",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-21T05:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452f5ba90e146acfef8cdc6e013efbb220995dea",
"body": "Modern GPUs have implement special logic to prevent white linex between\nadjacent textures (a problem called \"texture bleeding\"). The basic\nprincipal is to compare couples of vertices of two faces and if they are\nsame, than consider two textures as having no gap between them, e.g. sew\nthem together.\n\n[…]\ns.\n\nThis changes doesn't produce any unnecessary cloning of textures for\ntiles since texture deduplication logic is still applied to the tile\nimages, and any given \"physical\" tile is loaded only once.",
"is_bot": false,
"headline": "fix: Fix white lines between raster tiles on some GPUs",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-20T15:01:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7fe4b5c81a2ddb88e1d6a7dac276f5cdcc651620",
"body": "This commit adds support for maplibre expressions in style values. It\nalso adds conversion functions for interpolate expressions, making most\nof the interpolated values work as expected for MaplibreLayer.",
"is_bot": false,
"headline": "feat: Convert maplibre style values to expressions",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-20T14:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a06839f21ecc7f6a7587bb129ad84e7917f5c98a",
"body": null,
"is_bot": false,
"headline": "feat: Replace StyleValue with expresssions for VT style properties",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-20T14:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365a85d90982261c84c032be6380d17b65173958",
"body": "Linear expression in maplibre style may have aditional arguments that\nare ignored. This commit fixes parsing of such cases.",
"is_bot": false,
"headline": "fix: Fix maplibre expression parser for linear with extra args",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-18T22:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54a0d6d18a7399caec616e7f5ee333de52810d1",
"body": null,
"is_bot": false,
"headline": "feat: Add simple parser for expression as a POC",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-18T22:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c3836ae82691a2a1c7092cf236cad7ee08712d",
"body": null,
"is_bot": false,
"headline": "feat: Replace property filters with filter expressions",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-18T22:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3743e3e011109c1ad3344c94131b1befd3e75c7",
"body": "Support for some widely used filters in Maplibre layers. Implemented\noperators are `==, !=, >, >=, <, <=, has, !has, in, !in, all`. Only\ncomparing literal values to feature properties is implemented.",
"is_bot": false,
"headline": "feat: Convert ML filters to Galileo",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-16T14:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168b4af72b11f0ab1d675db99c3437f86436b0d5",
"body": "Convert maplibre line layers to Galileo vt style rules. At this point\nonly stroke color and width properties are supported.\n\nAlso, refactored a little how values are parsed.",
"is_bot": false,
"headline": "feat: Support for line layers in MaplibreLayer",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-16T12:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c206d9cd6719a9f39cb6b548e03dfb3c32a666",
"body": "Add `with_fade_in_duration` method to the `VectorTileLayerBuilder` and\napply settings to the created tile.\n\nWe don't expose this config modification methods since the API is not\nfixed yet.\n\nApply 0 fade in to MaplibreLayers, since they use transparent tiles a\nlot which look poorly with fade in.",
"is_bot": false,
"headline": "feat: Add fade_in_duration config to vt layer",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-15T06:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612a8658b944cd9737aa17b8e7a883edfbde0fc9",
"body": "Previous fix had a problem that with large enough zoom speed, the\nscrolling would end far from the limit resolution. This is especially\nvisible with tile layers, where the user wouldn't see the top level of\nthe tiles they configured map to show.\n\nThis fix ensures we always zoom to limit before stopping it.",
"is_bot": false,
"headline": "fix: Zoom to limit before canceling zoom events",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T10:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d20d409cbed8f091144382185278eac84b382a9",
"body": null,
"is_bot": false,
"headline": "fix: Fix typos and zoom bounds checking in MapControllerConfiguration",
"author_name": "igor.gritsenko",
"author_login": "gritsenko",
"committed_at": "2026-03-14T10:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0f49a19870955df26ba827ebda403a71c3f310",
"body": "There was no way to set the order in which features (or layers) of\nvector tiles were drawn. The order was fixed by the contents of the MVT\ntile.\n\nThis commit changes the logic of how vector tiles are drawn:\n1. The style rules are drawn sequentially. E.g. the first rule is drawn\n first, then the se\n[…]\n\n several times (before all features were drawn at most once).\n3. The default rules (the ones without `layer_name` set) are applied to\n all layers, that don't have any other rules applied to them.",
"is_bot": false,
"headline": "feat: Draw vt features in the order of style rules",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T10:20:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9c28b6f949de73af81f15aaf208e098a6ae1b9c",
"body": null,
"is_bot": false,
"headline": "chore: Make maplibre example take style as argument",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1055fc6d3f350aa4e213278ebef6487eadb783a9",
"body": null,
"is_bot": false,
"headline": "feat: Apply min/max zoom and color interpolation to fill layers",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe099d7dea65fb69e12303d3c46b1331d891a979",
"body": null,
"is_bot": false,
"headline": "chore: Use debug log level for unsupported messages",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d151db435319655e977ceee735196ce6adbbca",
"body": "…lue improvements\n\nUpgrade workspace edition to 2024 (mechanical collapsible-if and let-chain\nfixes across codebase, `impl Messenger + use<>` to avoid overcapturing).\n\nCore changes:\n- `VectorTileStyle::background` is now `StyleValue<Color>` instead of `Color`,\n enabling zoom-dependent background fr\n[…]\nyers` simplified: currently only a single source is supported;\n layers referencing additional sources are logged and skipped.\n- `resolve_tilejson_sources` refactored to avoid double-borrow via clone.",
"is_bot": false,
"headline": "feat(maplibre): zoom-dependent background color and maplibre style va…",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f5dbed0997769bc0fcb14fd97d94f9f7064a009",
"body": "Adds a static HTML page (galileo-maplibre/maplibre-ref.html) that renders\na full-page MapLibre GL JS map loaded from CDN, for visual comparison\nagainst the Galileo renderer.\n\nThe `just mljs [STYLE_FILE]` command substitutes VT_API_KEY in the style,\ncopies the page and style to target/mljs/, and serves it with Python's\nhttp.server. Defaults to galileo-maplibre/data/maptiler_fmt.json.",
"is_bot": false,
"headline": "chore: add MapLibre JS reference page and just mljs command",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0ed5f7fb45b64605e490feb2876e179c436ba97",
"body": "…e schema\n\nWhen resolving TileJSON sources, also copy `bounds`, `attribution`, and\n`scheme` into the VectorSource so downstream layer construction can use them.\n\nIn `try_create`, extract tile schema construction into `build_tile_schema`.\nUse `source.scheme` to set the tile schema's y-direction (xyz \n[…]\n` (and all implementors including\n`VectorTileProvider::set_messenger`) now takes `Arc<dyn Messenger>`\ninstead of `Box<dyn Messenger>`, enabling the messenger to be shared\nacross multiple inner layers.",
"is_bot": false,
"headline": "feat(maplibre)!: populate VectorSource from TileJSON and apply to til…",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a6e67e264e1e0499ad964a21531d4e5a28852c6",
"body": "…efore layer init\n\n- Add tiles module with TileJson struct (TileJSON 3.0 spec), parsing via\n serde_ignored (unknown fields logged as warnings)\n- Add data/tiles.json fixture from MapTiler with API key replaced by placeholder\n- MaplibreLayer::from_json/from_style are now async; before building inner\n\n[…]\nnd resolve TileJSON for vector sources that specify a\n url instead of direct tile arrays, using galileo::platform::instance()\n- Update maplibre_style example to create a tokio runtime for async setup",
"is_bot": false,
"headline": "feat(galileo-maplibre): add TileJSON parser and resolve source URLs b…",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c43be3a3fc309bc967aca67101034973834afd4",
"body": "…e_style example\n\n- Replace real API key in maptiler_fmt.json with {VT_API_KEY} placeholder\n message if the variable is not set\n- justfile: remove global VT_API_KEY export; use it as a just variable so\n build_web_example still works without the key set",
"is_bot": false,
"headline": "chore(galileo-maplibre): require VT_API_KEY at build time for maplibr…",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7acbf5857254de5794dfd43a443851afb418e534",
"body": "…ileo::Color directly\n\n- Move CSS color parsing to style/color.rs; remove src/color.rs\n- Add deserialize_opt serde helper for Option<galileo::Color>\n- FillPaint.fill_color/fill_outline_color are now Option<galileo::Color>,\n parsed from CSS strings at JSON deserialization time\n- Remove Color(String) newtype from style/value.rs\n- Simplify vector_tile.rs: fill_color is already a parsed Color",
"is_bot": false,
"headline": "refactor(galileo-maplibre): parse colors at deserialization using gal…",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e829671891eb743a80fb2b89a547b6ebffd80a8",
"body": "MaplibreLayer now groups style layers by source and builds an inner\nVec<Box<dyn Layer>> rendered sequentially. Currently only vector sources\nwith direct tile URLs are attempted; all others are logged as unsupported\nwith a distinct [maplibre:unsupported] prefix for easy discovery.\n\nFor vector sources\n[…]\norted.\n\nAdds:\n- Layer::id(), source(), type_name() helpers on the style layer enum\n- layer/vector_tile.rs submodule for vector tile conversion\n- color.rs using csscolorparser (added to workspace deps)",
"is_bot": false,
"headline": "feat(galileo-maplibre): stub vector tile layer conversion from style",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09ade17e3749a94b00b69245d50cb707e8da689d",
"body": "Introduces MaplibreLayer, a Layer impl that parses a Maplibre style JSON\nand will eventually render it by delegating to internally-owned Galileo\nlayers (one per relevant source). Currently a no-op render stub.\n\nAdds a maplibre_style example and a `just ml` shortcut to run it.",
"is_bot": false,
"headline": "feat(galileo-maplibre): add MaplibreLayer stub and example",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-14T08:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64fcabe9079abb4f92842e15542a7a4c35108925",
"body": null,
"is_bot": false,
"headline": "feat: Maplibre style parser",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-07T02:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "829f3d4850e281f6d8a705447a241fe4e87e6f55",
"body": null,
"is_bot": false,
"headline": "chore: Add just shortcuts for some examples",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-04T14:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f8575050392cb992907d68b296c79d0e249abb3",
"body": "This feature was added with good intentions of reducing compilation time for users that don't need it, but the project in the current state doesn't actually compile without this feature. So we remove it to reduce the complexity of the codebase.",
"is_bot": false,
"headline": "chore: Remove serde feature",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-04T10:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2a1f7c16a02be7086ee86d52adc3155ef7c227",
"body": "For some reason tTexamples missed the default features of galileo in dependencies which made the compilation fail using just commands.",
"is_bot": false,
"headline": "fix: Fix web-exmples crate compilation",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-03-04T10:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d10c671bc0e69e6ab8e4e950ae9e3f2a23076e",
"body": "This replaces the use of resolution for each step with Zlevels",
"is_bot": false,
"headline": "refactor: replaced use of Resolution with Zlevel",
"author_name": "shri-acha",
"author_login": "shri-acha",
"committed_at": "2026-02-14T13:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d806d44ab78c548f67a4b9d7dc289a241c4a5fd0",
"body": "* add: interpolation_base params in interpolation/step exprs\n\n* add: Zlevel and Resolution variants to internal struct *Expression\n\n* * refactor: converted *Expressions to fail when not possible to find suitable zlevel for resolution\n* add: example for resolution/z-level\n\n* add: tests for interpolation of z_levels and remove resolution_z",
"is_bot": false,
"headline": "[feat] Add TileSchema support for expressions. (#304)",
"author_name": "irhs0",
"author_login": "shri-acha",
"committed_at": "2026-02-07T04:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5729009ee8d63d6a2170063c76c921359c2e54b",
"body": null,
"is_bot": false,
"headline": "feat: Add interpolation for text style properties (#302)",
"author_name": "irhs0",
"author_login": "shri-acha",
"committed_at": "2026-01-24T06:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32b10acab9e80602502fa44feee426cf53db7304",
"body": "* feat: Added cubic interpolation\n\n* feat: replaced nr method with bisection\n\n* add: tests for cubic_interpolation",
"is_bot": false,
"headline": " Added support for cubic interpolation (#301)",
"author_name": "irhs0",
"author_login": "shri-acha",
"committed_at": "2026-01-22T10:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "327d03da3344a0e4051d7dfcb631ff6e49c3eac8",
"body": "Add support of values interpolation for vector tile style symbols.\n\n---------\n\nCo-authored-by: Maxim <maxim@gritsenko.biz>",
"is_bot": false,
"headline": "Property value interpolation of color and numbers (#290)",
"author_name": "irhs0",
"author_login": "shri-acha",
"committed_at": "2026-01-07T13:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b169c4b210e11cbe50359db06ba3fd787e9363ab",
"body": "Adds a method `lods` to iterate over all defined lods of a tiles schema.",
"is_bot": false,
"headline": "feat: Lods iterator for tile schema",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-01-02T02:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c95d45e19238ca08c2f955b88547fc3f9d0480",
"body": null,
"is_bot": false,
"headline": "chore: Improve documentation for tile schema",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-01-02T02:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "309f30d1a7a62c49fa341d2a0d0c9e662bebe9b6",
"body": null,
"is_bot": false,
"headline": "chore: Make logarithmic_z_levels public",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-01-02T02:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6c8e84b978184d7d46e367613df7ad07398705",
"body": "For uniformity make all methods to be without `with` prefix.\nAlso add `tile_width` and `tile_height` methods to set size of the tiles\nseparately.",
"is_bot": false,
"headline": "chore: Rename tile schema builder methods without `with`",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-01-02T02:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc1065305817b9fe442181c39f68f93a1eb4881d",
"body": null,
"is_bot": false,
"headline": "feat: Setter for y direction in tile schemas",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-01-02T02:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e4a4ba382a1cdb2de6387f2f466928c7e2835d",
"body": "Add the `world_bounds` methods to the tile schema builder to decouple\nit from the tile bounds. This also fixes the wrapping tile indices\ncalculation when tile bounds do not cover the whole earth.",
"is_bot": false,
"headline": "feat: Make tile schema world bounds configurable",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2026-01-02T00:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b987ba0999376b9c205f553b8a5afe8e77c0116",
"body": null,
"is_bot": false,
"headline": "chore: Make renderer accessible from egui map state",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-25T11:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7111062df027e9afae2003dfb61e530d064ff7a7",
"body": "Add a method to the tile schema builder to set the bounds for which the\ntiles exist. This method when tested revieled a bug in the min/max tile\nindex calcultion which resulted in wrong tiles being selected for the\nspecified bounding box.",
"is_bot": false,
"headline": "fix: Fix min/max tile index calculation for some bounds",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-23T22:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b59437b43e84f166ff340c21f4a8ef0097073d27",
"body": null,
"is_bot": false,
"headline": "feat: Setter for tile schema point of origin",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-23T22:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36840640e059f0116642ee5af759043473cd6f4c",
"body": null,
"is_bot": false,
"headline": "chore: Formatting and modify variable names",
"author_name": "shri-acha",
"author_login": "shri-acha",
"committed_at": "2025-12-18T11:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12174d510baa9a9b827e6410fe2ac8c370d3a611",
"body": "…l checks",
"is_bot": false,
"headline": "feat: replace max/min_zoom with resolution levels and resolution leve…",
"author_name": "shri-acha",
"author_login": "shri-acha",
"committed_at": "2025-12-18T11:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f7dd6133aaa25b81aa5d5e7819c161d5e552c0",
"body": null,
"is_bot": false,
"headline": "feat: Support non-wrappable tile schemas",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-16T22:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53638255d4130e97be6db26b7e580998223b7684",
"body": null,
"is_bot": false,
"headline": "feat: Support custom z-levels in tile schemas",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-15T22:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "702665659b7784e7f6b28458a019c6fb96618b51",
"body": "If the resolution of tiles in some z-level is too small, tile indexes\nmight overflow u64. This commit adds a check into `TileSchemaBuilder` to\nprevent such situation.",
"is_bot": false,
"headline": "fix: Limit the min resolution of tile schema",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-14T14:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d99bc82c3f5fa9bd91b5e8ecf3a5240f4e986bb5",
"body": "This change improves performance of the select lod operation while also\nallowing skipping z-levels in tile schemas.",
"is_bot": false,
"headline": "feat: Use binary searh for selecting lod levels",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-14T14:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8caf70cc85a04411d648e118c53385282de0f4fa",
"body": null,
"is_bot": false,
"headline": "refactor: Remove `Lod` from public API",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-14T14:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc52e4633940f0401c7a6c84da91016251333f1",
"body": "* make `select_lod` method private\n* remove `web` method, use `TileSchemaBuilder::web_mercator` instead\n* move all public methods close to the top",
"is_bot": false,
"headline": "refactor: Simplify `TileSchema` API",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-14T14:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e4d205467b369a91db9bc71a0cb2b43db84702f",
"body": null,
"is_bot": false,
"headline": "core: egui `0.33`",
"author_name": "jk",
"author_login": "sectore",
"committed_at": "2025-12-12T04:10:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd538c9f08f3b5030f0c277b24e2be9cdd5c2b9",
"body": null,
"is_bot": false,
"headline": "Update Discord server link in README",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-02T10:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f477aa0dd5fe66c1c9c5cd577b38e45ba7a627",
"body": "Introduce a `TileSchemaBuilder` to validate the tile schema parameters\nbefore it is used by the map. This commit makes the tile schema\nparameters private so it is harder to construct an invalid schema that\nwill break everything.\n\nThe builder validates parameters when `.build()` is called.",
"is_bot": false,
"headline": "refactor: Construct tile schema through builder",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-02T05:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "729f360149d028b30fb98e9baca2f3ff41546f40",
"body": null,
"is_bot": false,
"headline": "refactor: Remove crs from tile schema",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-02T05:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8894c4f81f6286fb3b10c0cee3dda69885b3aeb8",
"body": "Use hash maps and reduce allocations and number of iterations whereever\npossible in the `update_displayed_tiles` method. This reduces the time\nit takes to execute this method by ~50% in complex cases, which reduces\nthe lag a lot when zooming out with tilted camera.",
"is_bot": false,
"headline": "performance: Optimize tiles iterator in layers",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-01T12:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1063f8b9c5e657ddc071dced28d08e2aa61c059",
"body": "Use vector with direct access to resolution by z-index instead of\nb-tree-set of Lods in tile scheme. This improves performance of the\n`tile_bbox` method by 30%, which is significant since this method can be\ncalled hundreds of thousands of times on every frame.",
"is_bot": false,
"headline": "perf: Optimize getting tile bbox",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-12-01T12:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fc48852d87e8f21dd9ed2f53cf4b7ebd79fdc32",
"body": "This commit adds passing through the touch events to the event_processor\nwhich allows pinch zoom to work on touch devices.",
"is_bot": false,
"headline": "bugfix: Fix zoom on mobile (#273)",
"author_name": "Joshua Milas",
"author_login": "DeepHorizons",
"committed_at": "2025-11-26T12:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab722ce9a870814f39086df62aa828a3176c5f0",
"body": null,
"is_bot": false,
"headline": "chore: Add discord link",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-11-15T04:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f4b171906d1ef3429791215dde092722323655",
"body": null,
"is_bot": false,
"headline": "fix: Fix font names in the labels example",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-11-14T12:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c12a254237c6181f77f58a0db6fd418aad655462",
"body": "Support comparison operators for vector tile style rules.",
"is_bot": false,
"headline": "!feat: Improve vector tile styling",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-11-14T12:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "907e047875f28199715bdce2c09868c604e34ffd",
"body": "Fix configuring fade in duration for raster tile layers.",
"is_bot": false,
"headline": "fix(regression): Fix raster tiles fade in setting",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-11-06T13:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10b1f7000fbd27f056252292d007cfcfc80e3d6e",
"body": null,
"is_bot": false,
"headline": "feat: Enable selection of the TLS backend for reqwest",
"author_name": "nazo6",
"author_login": "nazo6",
"committed_at": "2025-10-14T13:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e12ca9b27d266bd12c87b53fcb9843892414b0df",
"body": null,
"is_bot": false,
"headline": "chore: Allow unused code in common example library",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-10-14T13:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc70cc3034e58cf304a1e8ad1f95473b6b01c55c",
"body": null,
"is_bot": false,
"headline": "chore: Derive Default instead of manual implementation",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-10-14T13:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617ba5ab4241a886e83ca0fe3399014dba2cd46e",
"body": "When an image we are trying to get from the renderer does not have\nwidth divisible by 64 the operation failed because WGPU requires\nbuffer width to be aligned to 256 bytes. So we need to align the\nbuffer size and copy bytes to a pixel buffer of requested size later.",
"is_bot": false,
"headline": "fix: Use aligned buffer when copying buffers from texture",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-09-13T10:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1429e884911059c21b772034e2f749013d61fe52",
"body": null,
"is_bot": false,
"headline": "* feat(cache): add default `remove_parameters_modifier` function",
"author_name": "Jens Krause",
"author_login": "sectore",
"committed_at": "2025-08-01T05:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e48532f36e1f4e5ab753c0f4f420629b28a490",
"body": "In addition to #253",
"is_bot": false,
"headline": "doc examples for `_modifier` functions",
"author_name": "jk",
"author_login": "sectore",
"committed_at": "2025-08-01T05:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "367844996b7198279d848db801daca4e4914c5ca",
"body": null,
"is_bot": false,
"headline": "perf: Do not duplicate same vector tiles in GPU memory",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-07-30T21:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3565fe738edd9654f9f2519a002191c2d7c19e03",
"body": null,
"is_bot": false,
"headline": "refactor: Remove ScreenSetInstance in favour of common DisplayInstance",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-07-30T21:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6ae8c5ad09a4030abd561ba85cce2507eb1ad4a",
"body": null,
"is_bot": false,
"headline": "feat: Allow providing offset to render bundles for drawing",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-07-30T21:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed029cb3b56771a5221e1650625b656a356f1ce",
"body": "in `raster_tiles_switch` example. In addtition to #253.",
"is_bot": false,
"headline": "fix(example): remove query from file path",
"author_name": "jk",
"author_login": "sectore",
"committed_at": "2025-07-30T20:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac1fd97215ac2aedbc10df2f4f87511c319d7917",
"body": "---------\n\nCo-authored-by: Alex Boehm <alexboehm@systemli.org>\nCo-authored-by: Maxim <maxim@gritsenko.biz>",
"is_bot": false,
"headline": "feat: support HiDPI scaling in galileo-egui (#220)",
"author_name": "Alex Boehm",
"author_login": "fourlexboehm",
"committed_at": "2025-07-29T20:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11ac5563937fd2c3954ef54f265b389f65e15cd",
"body": null,
"is_bot": false,
"headline": "fix(examples): remove file cache for vt layers in examples",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-07-28T19:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb4416abe4435d5095651fa26a48bf8bb709871",
"body": null,
"is_bot": false,
"headline": "fix(example): fix vector tiles style switch",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-07-28T19:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6802c5c8e58e98ff30ef1e7ef51f4729d03fcb83",
"body": null,
"is_bot": false,
"headline": "feat: provide a way to get messenger from egui map state",
"author_name": "Maxim",
"author_login": "Maximkaaa",
"committed_at": "2025-07-28T18:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "046b92df78edc3d01927d1bcdf6a740e9ab9f43a",
"body": null,
"is_bot": false,
"headline": "feat(example) switch tile layers at runtime",
"author_name": "jk",
"author_login": "sectore",
"committed_at": "2025-07-28T18:52:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 90,
"latest_release_at": "2025-07-11T07:08:55Z",
"latest_release_tag": "galileo-egui-v0.2.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 27,
"days_since_latest_release": 384,
"mean_days_between_releases": 3.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "galileo",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"gis",
"map",
"rendering"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/galileo",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/Maximkaaa/galileo",
"versions_count": 5,
"total_downloads": 7323,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 338,
"first_published_at": "2024-01-13T20:58:52.153443Z",
"latest_published_at": "2025-07-11T06:34:01.203224Z",
"latest_version_yanked": false,
"days_since_latest_publish": 384
},
{
"name": "galileo-mvt",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"gis",
"map",
"rendering"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/galileo-mvt",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/Maximkaaa/galileo",
"versions_count": 5,
"total_downloads": 8205,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 379,
"first_published_at": "2024-01-13T20:52:12.892455Z",
"latest_published_at": "2025-07-11T06:07:13.562644Z",
"latest_version_yanked": false,
"days_since_latest_publish": 384
},
{
"name": "galileo-egui",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"gis",
"map",
"rendering"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/galileo-egui",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/Maximkaaa/galileo",
"versions_count": 2,
"total_downloads": 1798,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 242,
"first_published_at": "2025-06-26T14:09:57.369736Z",
"latest_published_at": "2025-07-11T07:08:49.278868Z",
"latest_version_yanked": false,
"days_since_latest_publish": 384
},
{
"name": "galileo-types",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"gis",
"map",
"rendering"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/galileo-types",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/Maximkaaa/galileo",
"versions_count": 5,
"total_downloads": 8827,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 404,
"first_published_at": "2024-01-13T20:45:14.356001Z",
"latest_published_at": "2025-07-11T06:06:33.878910Z",
"latest_version_yanked": false,
"days_since_latest_publish": 384
}
]
},
"popularity": {
"forks": 61,
"stars": 626,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2024-01-11",
"count": 2
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-28",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-15",
"count": 3
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-26",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-09-18",
"count": 2
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-12-29",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 60,
"total_forks": 61
},
"star_history": null,
"open_issues_and_prs": 39
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"android_examples/raster_tiles/app/build.gradle.kts",
"android_examples/raster_tiles/build.gradle.kts",
"android_examples/raster_tiles/rust/Cargo.toml",
"galileo-egui/Cargo.toml",
"galileo-maplibre/Cargo.toml",
"galileo-mvt/Cargo.toml",
"galileo-types/Cargo.toml",
"galileo/Cargo.toml",
"web-example/Cargo.toml"
],
"largest_source_bytes": 67139,
"source_files_sampled": 175,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"galileo-egui/Cargo.toml",
"galileo-maplibre/Cargo.toml",
"galileo-mvt/Cargo.toml",
"galileo-types/Cargo.toml",
"galileo/Cargo.toml",
"web-example/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 5,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "egui",
"manifest": "galileo-egui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "egui-wgpu",
"manifest": "galileo-egui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "eframe",
"manifest": "galileo-egui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "env_logger",
"manifest": "galileo-egui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "galileo",
"manifest": "galileo-egui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "galileo-egui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tokio",
"manifest": "galileo-egui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "csscolorparser",
"manifest": "galileo-maplibre/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "galileo",
"manifest": "galileo-maplibre/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "galileo-maplibre/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "galileo-maplibre/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_ignored",
"manifest": "galileo-maplibre/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "galileo-maplibre/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bytes",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "galileo-types",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "geozero",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "nalgebra",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "prost",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "strfmt",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "galileo-mvt/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "approx",
"manifest": "galileo-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "geo-types",
"manifest": "galileo-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "geodesy",
"manifest": "galileo-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "geojson",
"manifest": "galileo-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "nalgebra",
"manifest": "galileo-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "num-traits",
"manifest": "galileo-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "galileo-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "galileo-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ahash",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "base64",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bytemuck",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bytes",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "cfg-if",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chumsky",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "either",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "futures-intrusive",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "galileo-mvt",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "galileo-types",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "geojson",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "geozero",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "image",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "itertools",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lyon",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "nalgebra",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "num-traits",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ordered-float",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ordered_hash_map",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "parking_lot",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "quick_cache",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "raw-window-handle",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "regex",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rustybuzz",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "strfmt",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "web-time",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "winit",
"manifest": "galileo/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bincode",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "console_error_panic_hook",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "csv",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "eframe",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "egui",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "galileo",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "galileo-egui",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "galileo-types",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "geozero",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "geo-types",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "nalgebra",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "num-traits",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "parking_lot",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "wasm-bindgen",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "getrandom",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "web-example/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "winit",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "android-activity",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "android_logger",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "openssl-sys",
"direct": false,
"version": "0.9.92",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 3,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 193,
"open_issues": 35,
"closed_ratio": 0.69,
"closed_issues": 78,
"closed_unmerged_prs": 12
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Maximkaaa",
"commits": 257,
"avatar_url": "https://avatars.githubusercontent.com/u/6412426?v=4"
},
{
"type": "User",
"login": "sectore",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/47693?v=4"
},
{
"type": "User",
"login": "frewsxcv",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/416575?v=4"
},
{
"type": "User",
"login": "shri-acha",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/119833580?v=4"
},
{
"type": "User",
"login": "apekros",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/43776524?v=4"
},
{
"type": "User",
"login": "lennart",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/28988?v=4"
},
{
"type": "User",
"login": "alexkirsz",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1621758?v=4"
},
{
"type": "User",
"login": "aethertap",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2141800?v=4"
},
{
"type": "User",
"login": "anti-social",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/305899?v=4"
},
{
"type": "User",
"login": "palaska",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/9432368?v=4"
}
],
"contributors_sampled": 23,
"top_contributor_share": 0.811
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"check.yml",
"release-plz.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": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "21 out of 21 merged PRs checked by a CI test -- score normalized to 10",
"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": 2,
"reason": "Found 6/21 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 16 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": 4,
"reason": "4 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4",
"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": "42550766d38faca071805f57e7317c5addf1efc3",
"ran_at": "2026-07-31T05:03:27Z",
"aggregate_score": 4.2,
"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": "2026-07-30T11:54:03Z",
"oldest_open_prs": [
{
"number": 228,
"created_at": "2025-07-13T19:01:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 339,
"created_at": "2026-07-28T10:14:51Z",
"last_comment_at": "2026-07-30T11:41:01Z",
"last_comment_author": "Maximkaaa"
},
{
"number": 341,
"created_at": "2026-07-28T14:26:41Z",
"last_comment_at": "2026-07-30T11:46:35Z",
"last_comment_author": "Maximkaaa"
},
{
"number": 342,
"created_at": "2026-07-28T14:27:02Z",
"last_comment_at": "2026-07-28T14:29:16Z",
"last_comment_author": "palaska"
}
],
"last_merged_pr_at": "2026-07-30T11:50:27Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2023-12-09T11:45:37Z",
"last_comment_at": "2024-01-16T15:44:18Z",
"last_comment_author": "shujaatak"
},
{
"number": 6,
"created_at": "2023-12-14T14:00:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2023-12-29T09:33:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2024-01-10T06:23:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 12,
"created_at": "2024-01-11T09:25:11Z",
"last_comment_at": "2024-01-11T09:38:06Z",
"last_comment_author": "Maximkaaa"
},
{
"number": 18,
"created_at": "2024-01-13T03:30:17Z",
"last_comment_at": "2024-10-21T07:08:40Z",
"last_comment_author": "prabirshrestha"
},
{
"number": 27,
"created_at": "2024-01-18T21:41:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2024-02-04T21:52:56Z",
"last_comment_at": "2024-05-05T15:19:29Z",
"last_comment_author": "lennart"
},
{
"number": 48,
"created_at": "2024-02-10T08:51:47Z",
"last_comment_at": "2025-02-14T13:04:19Z",
"last_comment_author": "Maximkaaa"
},
{
"number": 62,
"created_at": "2024-03-03T08:32:02Z",
"last_comment_at": "2024-03-03T12:11:20Z",
"last_comment_author": "Maximkaaa"
},
{
"number": 71,
"created_at": "2024-05-28T05:39:27Z",
"last_comment_at": "2024-05-28T08:27:18Z",
"last_comment_author": "kylerchin"
},
{
"number": 76,
"created_at": "2024-06-19T03:39:40Z",
"last_comment_at": "2024-06-19T03:40:43Z",
"last_comment_author": "Maximkaaa"
},
{
"number": 79,
"created_at": "2024-07-02T18:03:15Z",
"last_comment_at": "2024-07-09T06:42:26Z",
"last_comment_author": "Maximkaaa"
},
{
"number": 80,
"created_at": "2024-07-08T10:59:01Z",
"last_comment_at": "2024-07-17T02:42:17Z",
"last_comment_author": "Maximkaaa"
},
{
"number": 97,
"created_at": "2025-01-12T15:04:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 107,
"created_at": "2025-01-18T15:04:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 108,
"created_at": "2025-01-18T15:16:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 121,
"created_at": "2025-01-30T06:46:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 129,
"created_at": "2025-02-02T13:20:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 138,
"created_at": "2025-02-11T12:56:38Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/galileo-map/galileo",
"host": "github.com",
"name": "galileo",
"owner": "galileo-map"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 54,
"vitality": 73,
"community": 66,
"governance": 50,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 90,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 27
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "90 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 90
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 68,
"inputs": {
"releases_count": 5,
"latest_release_tag": "galileo-egui-v0.2.1",
"releases_from_tags": false,
"days_since_latest_release": 384,
"mean_days_between_releases": 3.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 384 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 384
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.5
}
}
],
"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": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 66,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"forks": 61,
"stars": 626,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "626 stars",
"points": 45.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 626
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "61 forks",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 61
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 13.5,
"status": "met",
"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": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 23,
"top_contributor_share": 0.811
},
"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 81% of commits",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "23 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 23
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 193,
"open_issues": 35,
"closed_issues": 78,
"issue_closed_ratio": 0.69,
"closed_unmerged_prs": 12
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "69% of issues closed",
"points": 32.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 69
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "193/205 decided PRs merged",
"points": 36,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 193,
"decided": 205
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/21 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"followers": 5,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "galileo-map",
"public_repos": 5,
"account_age_days": 258
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "5 followers of galileo-map",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "galileo-map"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~0 yr old",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "21 out of 21 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "21 out of 21 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 6/21 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 16 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": "4 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 5 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 5,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"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": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.92,
"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": "92 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 92,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"android_examples/raster_tiles/app/build.gradle.kts",
"android_examples/raster_tiles/build.gradle.kts",
"android_examples/raster_tiles/rust/Cargo.toml",
"galileo-egui/Cargo.toml",
"galileo-maplibre/Cargo.toml",
"galileo-mvt/Cargo.toml",
"galileo-types/Cargo.toml",
"galileo/Cargo.toml",
"web-example/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 67139,
"source_files_sampled": 175,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/175 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 175,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example",
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"crates package 'galileo' points at a different repository (https://github.com/Maximkaaa/galileo); excluded from ecosystem scoring",
"crates package 'galileo-mvt' points at a different repository (https://github.com/Maximkaaa/galileo); excluded from ecosystem scoring",
"Could not fetch crates package 'galileo-web-example' from its registry",
"crates package 'galileo-egui' points at a different repository (https://github.com/Maximkaaa/galileo); excluded from ecosystem scoring",
"crates package 'galileo-types' points at a different repository (https://github.com/Maximkaaa/galileo); excluded from ecosystem scoring",
"Could not fetch crates package 'galileo-maplibre' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-31T05:03:50.903012Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/galileo-map/galileo.svg",
"full_name": "galileo-map/galileo",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}