{"id":18542205,"url":"https://github.com/heremaps/quantized-mesh-decoder","last_synced_at":"2025-07-25T00:06:17.041Z","repository":{"id":57115752,"uuid":"145858141","full_name":"heremaps/quantized-mesh-decoder","owner":"heremaps","description":"JavaScript decoder for the Quantized Mesh format","archived":false,"fork":false,"pushed_at":"2020-10-21T09:07:37.000Z","size":265,"stargazers_count":43,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-14T18:59:37.124Z","etag":null,"topics":["3d","cesiumjs","quantized-mesh","terrain"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heremaps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-23T13:34:01.000Z","updated_at":"2025-03-08T10:03:54.000Z","dependencies_parsed_at":"2022-08-22T22:20:10.126Z","dependency_job_id":null,"html_url":"https://github.com/heremaps/quantized-mesh-decoder","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/heremaps/quantized-mesh-decoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fquantized-mesh-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fquantized-mesh-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fquantized-mesh-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fquantized-mesh-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heremaps","download_url":"https://codeload.github.com/heremaps/quantized-mesh-decoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fquantized-mesh-decoder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265536301,"owners_count":23784220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","cesiumjs","quantized-mesh","terrain"],"created_at":"2024-11-06T20:07:44.694Z","updated_at":"2025-07-25T00:06:16.961Z","avatar_url":"https://github.com/heremaps.png","language":"JavaScript","readme":"Quantized Mesh Decoder\n===========================================\n\nJavaScript decoder for the [Quantized Mesh format](https://github.com/AnalyticalGraphicsInc/quantized-mesh).\n\nNote: This is experimental code, expect changes. \n\n## Installation\n\n### In Node.js\n\nThe module is installable via yarn (or npm):\n\n```sh\nyarn add @here/quantized-mesh-decoder\n```\n\n```sh\nnpm install @here/quantized-mesh-decoder\n```\n\n### API Reference\n\n```javascript\nimport decode from '@here/quantized-mesh-decoder'\n\ndecode(buffer, options)\n```\n\n* buffer: [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)\n* options: [DecoderOptions](#decoderoptions)\n\n##### DecoderOptions\n\n* maxDecodingStep: Number  \n  Limits how deep decoder should go.  Takes of the properties of the `DECODING_STEPS` map. See `import { DECODING_STEPS } from '@here/quantized-mesh-decoder' `.   \n  Default: `DECODING_STEPS.extensions`.\n\n\n### Links\n\n* [Quantized Mesh Specification](https://github.com/AnalyticalGraphicsInc/quantized-mesh)\n* [Quantized Mesh Viewer](https://github.com/heremaps/quantized-mesh-viewer)\n* [TIN Terrain](https://github.com/heremaps/tin-terrain) — tool that generates Quantized Mesh tiles out of GeoTIFF\n\n### Sample Tiles Attribution\n\n- `./src/assets/tile-with-extensions.terrain`: [Cesium World Terrain from Cesium ion](https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/index.html?src=Terrain.html)\n- `./src/assets/tile-opentin.terrain`: [Open data](ftp://geoftp.ibge.gov.br//modelos_digitais_de_superficie/modelo_digital_de_elevacao_mde/rj25/tif/mde_27453ne_v1.zip) from brazilian government [IBGE](https://ww2.ibge.gov.br/english/), processed using [TIN Terrain](https://github.com/heremaps/tin-terrain)\n\n### License\n\nCopyright (C) 2018-2019 HERE Europe B.V.\n\nSee the [LICENSE](LICENSE) file in the root of this project for license details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheremaps%2Fquantized-mesh-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheremaps%2Fquantized-mesh-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheremaps%2Fquantized-mesh-decoder/lists"}