{"id":35316639,"url":"https://github.com/yugniro/geotiff-canvas","last_synced_at":"2026-04-07T07:02:40.677Z","repository":{"id":57088407,"uuid":"117228134","full_name":"yugniro/geotiff-canvas","owner":"yugniro","description":"Draw .tiff image on openlayer web map using geotiff format parsing on javascript","archived":false,"fork":false,"pushed_at":"2018-01-12T12:04:35.000Z","size":361,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-21T08:12:17.930Z","etag":null,"topics":["geotiff","geotiff-layer","geotiff-raster-layer","javascript","library","ol4","openlayers4","tiff"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/yugniro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-12T10:32:05.000Z","updated_at":"2024-03-23T00:02:43.000Z","dependencies_parsed_at":"2022-08-20T15:30:10.608Z","dependency_job_id":null,"html_url":"https://github.com/yugniro/geotiff-canvas","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yugniro/geotiff-canvas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugniro%2Fgeotiff-canvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugniro%2Fgeotiff-canvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugniro%2Fgeotiff-canvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugniro%2Fgeotiff-canvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yugniro","download_url":"https://codeload.github.com/yugniro/geotiff-canvas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugniro%2Fgeotiff-canvas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31503394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geotiff","geotiff-layer","geotiff-raster-layer","javascript","library","ol4","openlayers4","tiff"],"created_at":"2025-12-30T18:38:13.925Z","updated_at":"2026-04-07T07:02:40.669Z","avatar_url":"https://github.com/yugniro.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Geotiff-canvas\n\nGeotiff-canvas - openlayer4 library for real-time draw .tif (.tiff) images from qgis/arcgis/etc raster layer export on web map. Library parse geotiff image binary and add canvas layer on map in real time.\n\n![Alt text](demo.png?raw=true \"Example image\")\n\n### Live demo\n[Open Web Demo](https://yugniro.github.io/geotiff-canvas/example.html)\n\n### Requirement\n - [OpenLayers4](https://openlayers.org/)\n\n### Installation\n\ncomposer\n```bash\ncomposer require yugniro/geotiff-canvas\n```\n\n\n### Use example\n\nThe first you should import libraries in header:\n\n```html\n\u003cscript src=\"dist/js/geotiff-format-parser.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"dist/js/openlayer4-geotiff.js\"\u003e\u003c/script\u003e\n```\n\nand then after ```map``` openlayer object is initialized you should make:\n\n```javascript\nvar layer = new GeoCanvas(map, 'binary/kriging-interpolation-qgis.tif', {\n    opacity: 0.7\n});\nlayer.init();\n```\n\nIf you looking for working example look at ```example.html```.\n\n### Browser support\n\n  - Chrome \u003e= 50\n  - Firefox\n  - IE \u003e= 11\n  - Edge \u003e= 40\n  - Safari \u003e= 11\n \n### Author\n\nPyatinskiy Mihail, 2018.\n\n### License\n\nMIT License\n\nCopyright (c) 2018 YugNIRO\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugniro%2Fgeotiff-canvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyugniro%2Fgeotiff-canvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugniro%2Fgeotiff-canvas/lists"}