{"id":13784312,"url":"https://github.com/TimSC/mbtiles-cpp","last_synced_at":"2025-05-11T19:32:43.137Z","repository":{"id":145814852,"uuid":"66118632","full_name":"TimSC/mbtiles-cpp","owner":"TimSC","description":"MBTiles reader and Mapbox Vector Tiles 2.0/2.1 reader/writer in C++","archived":false,"fork":false,"pushed_at":"2019-10-31T02:41:50.000Z","size":108,"stargazers_count":35,"open_issues_count":0,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-17T20:48:23.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/TimSC.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-08-19T23:41:24.000Z","updated_at":"2024-10-05T23:23:29.000Z","dependencies_parsed_at":"2024-02-08T02:42:51.610Z","dependency_job_id":"cf85af2c-1c10-478b-8e0c-17a39436422f","html_url":"https://github.com/TimSC/mbtiles-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSC%2Fmbtiles-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSC%2Fmbtiles-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSC%2Fmbtiles-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimSC%2Fmbtiles-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimSC","download_url":"https://codeload.github.com/TimSC/mbtiles-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253621291,"owners_count":21937500,"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":[],"created_at":"2024-08-03T19:00:39.794Z","updated_at":"2025-05-11T19:32:42.838Z","avatar_url":"https://github.com/TimSC.png","language":"C++","funding_links":[],"categories":["Uncategorized","Parsers \u0026 Generators"],"sub_categories":["Uncategorized"],"readme":"\n# mbtiles-cpp\nMBTiles reader and vector map pbf v2.0/2.1 reader/writer. C++ library for encoding and decoding of mbtiles and vector data into function callbacks. It can be integrated by compiling it inline with your code by adding appropriate files to your project.\n\nThe MBTiles spec is at https://github.com/mapbox/mbtiles-spec\n\nVector tile spec is at https://github.com/mapbox/vector-tile-spec\n\nUTFGrid spec is at https://github.com/mapbox/utfgrid-spec\n\nMBTiles available at https://openmaptiles.org/ and https://www.mapbox.com/\n\nThis software may be redistributed under the MIT license.\n\n    git clone --recursive git@github.com:TimSC/mbtiles-cpp.git\n\n    sudo apt-get install libsqlite3-dev g++ libprotobuf-dev zlib1g-dev\n\n    mkdir build\n\n    cd build\n\n    cmake ..\n\n    make\n\nUpdate pbf files\n----------------\n\nTo update the protobuf files, get vector_tile.proto from https://github.com/mapbox/vector-tile-spec, remove the line \"option optimize_for = LITE_RUNTIME;\", then\n\n    mkdir vector_tile21\n\n    protoc vector_tile.proto --cpp_out vector_tile21\n\nprotobuf lite is avoided because it doesn't contain SerializeToOstream functionality.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTimSC%2Fmbtiles-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTimSC%2Fmbtiles-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTimSC%2Fmbtiles-cpp/lists"}