{"id":40866863,"url":"https://github.com/spbima/centerline-docker","last_synced_at":"2026-01-22T00:32:45.534Z","repository":{"id":94590409,"uuid":"574539792","full_name":"spbima/centerline-docker","owner":"spbima","description":"Docker image with HTTP API for centerline command-line tool centerline.readthedocs.io","archived":false,"fork":false,"pushed_at":"2023-01-12T14:26:32.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-29T20:50:49.001Z","etag":null,"topics":["centerline","centerline-detection","docker","docker-image","gis","spatial-data"],"latest_commit_sha":null,"homepage":"","language":"Python","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/spbima.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}},"created_at":"2022-12-05T14:33:45.000Z","updated_at":"2023-01-12T09:36:50.000Z","dependencies_parsed_at":"2023-03-07T20:15:32.929Z","dependency_job_id":null,"html_url":"https://github.com/spbima/centerline-docker","commit_stats":{"total_commits":10,"total_committers":3,"mean_commits":"3.3333333333333335","dds":0.4,"last_synced_commit":"fb08a6d27861ce9d1ed6c4c30acdf648602317f8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spbima/centerline-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spbima%2Fcenterline-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spbima%2Fcenterline-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spbima%2Fcenterline-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spbima%2Fcenterline-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spbima","download_url":"https://codeload.github.com/spbima/centerline-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spbima%2Fcenterline-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28648460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"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":["centerline","centerline-detection","docker","docker-image","gis","spatial-data"],"created_at":"2026-01-22T00:32:45.025Z","updated_at":"2026-01-22T00:32:45.528Z","avatar_url":"https://github.com/spbima.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Centerline in docker\nDocker image with HTTP API for centerline command-line tool [**centerline.readthedocs.io**](https://centerline.readthedocs.io).\n\nRoads, rivers and similar linear structures are often represented by long and complex polygons. Since one of the most important attributes \nof a linear structure is its length, extracting that attribute from a polygon can prove to be more or less difficult.\n\nThis library tries to solve this problem by creating the the polygon's centerline using the Voronoi diagram.\n\n## Installation\n\nPull docker image from Docker Hub and run container\n\n```bash\n$ docker pull spbima/centerline\n$ docker run -d --name centerline spbima/centerline\n```\n\nOr you can use **docker-compose** for running\n\nCreate file ``docker-compose.yml``\n\n```yaml\nversion: '3'\nservices:\n  centerline:\n    container_name: centerline\n    image: spbima/centerline:0.6.4\n    restart: always\n    ports:\n      - \"8000:8000\"\n```\nAnd run container by command\n\n```bash\n$ docker-compose -f docker-compose.yml up -d\n```\n\n## Usage\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspbima%2Fcenterline-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspbima%2Fcenterline-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspbima%2Fcenterline-docker/lists"}