{"id":19258800,"url":"https://github.com/outdooractive/mvt-postgis","last_synced_at":"2026-06-15T12:31:52.636Z","repository":{"id":223279322,"uuid":"756934730","full_name":"Outdooractive/mvt-postgis","owner":"Outdooractive","description":"Postgis extensions for mvt-tools","archived":false,"fork":false,"pushed_at":"2025-08-25T12:54:45.000Z","size":87,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-23T01:41:52.389Z","etag":null,"topics":["geojson","geospatial","gis","mapnik","mvt","postgis","swift","vector-map","vector-tiles"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/Outdooractive.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-13T15:39:11.000Z","updated_at":"2025-08-25T12:54:44.000Z","dependencies_parsed_at":"2024-02-19T12:40:54.221Z","dependency_job_id":"75206803-52e0-4c9d-a11e-f3341ff33294","html_url":"https://github.com/Outdooractive/mvt-postgis","commit_stats":null,"previous_names":["outdooractive/mvt-postgis"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/Outdooractive/mvt-postgis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Outdooractive%2Fmvt-postgis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Outdooractive%2Fmvt-postgis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Outdooractive%2Fmvt-postgis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Outdooractive%2Fmvt-postgis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Outdooractive","download_url":"https://codeload.github.com/Outdooractive/mvt-postgis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Outdooractive%2Fmvt-postgis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34363538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["geojson","geospatial","gis","mapnik","mvt","postgis","swift","vector-map","vector-tiles"],"created_at":"2024-11-09T19:14:24.108Z","updated_at":"2026-06-15T12:31:52.621Z","avatar_url":"https://github.com/Outdooractive.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FOutdooractive%2Fmvt-postgis%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/Outdooractive/mvt-postgis)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FOutdooractive%2Fmvt-postgis%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/Outdooractive/mvt-postgis)\n\n# MVTPostgis\n\nCreates vector tiles from Postgis databases.\n\n## Requirements\n\nThis package requires Swift 5.10 or higher (at least Xcode 14), and compiles on macOS (\\\u003e= macOS 14) as well as Linux.\n\n## Installation with Swift Package Manager\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/Outdooractive/mvt-postgis\", from: \"1.2.4\"),\n],\ntargets: [\n    .target(name: \"MyTarget\", dependencies: [\n        .product(name: \"MVTPostgis\", package: \"mvt-postgis\"),\n    ]),\n]\n```\n\nThis project uses to other libraries that handle the hard work, please have a look at them as well:\n- https://github.com/Outdooractive/gis-tools\n- https://github.com/Outdooractive/mvt-tools\n\n## Features\n\nTODO\n\n## Usage\n\nPlease see also the [API documentation](https://swiftpackageindex.com/Outdooractive/mvt-postgis/main/documentation/mvtpostgis).\n\nTODO\n\n## Contributing\n\nPlease create an issue or open a pull request with a fix\n\n## TODOs and future improvements\n\n- Restart queries after timeout\n- Explore ST_AsMVTGeom\n- Documentation (!)\n- Tests\n\n## Links\n\n- Libraries\n    - https://github.com/Outdooractive/gis-tools\n    - https://github.com/Outdooractive/mvt-tools\n\n- Mapnik Postgis documentation:\n    - https://github.com/mapnik/mapnik/wiki/PostGIS\n    - https://github.com/mapnik/mapnik/wiki/OptimizeRenderingWithPostGIS\n\n- Mapnik files:\n    - https://github.com/mapnik/mapnik/blob/master/test/unit/datasource/postgis.cpp\n    - https://github.com/mapnik/mapnik/blob/master/plugins/input/postgis/postgis_datasource.cpp\n\n- Other:\n    - https://github.com/plarson/fluent-postgis\n    - https://github.com/koher/swift-image\n    - https://github.com/t-ae/swim\n    - https://github.com/GEOSwift/GEOSwift\n\n## License\n\nMIT\n\n## Author\n\nThomas Rasch, Outdooractive\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutdooractive%2Fmvt-postgis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutdooractive%2Fmvt-postgis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutdooractive%2Fmvt-postgis/lists"}