{"id":37081415,"url":"https://github.com/pikhovkin/dash-geoman","last_synced_at":"2026-01-14T09:53:23.748Z","repository":{"id":44356634,"uuid":"512224634","full_name":"pikhovkin/dash-geoman","owner":"pikhovkin","description":"leaflet-geoman component for Dash","archived":false,"fork":false,"pushed_at":"2022-12-09T18:12:35.000Z","size":109,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-08T03:16:43.613Z","etag":null,"topics":["dash","geoman","leaflet","leaflet-geoman","leaflet-map","leaflet-plugin","map","plotly","plotly-dash"],"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/pikhovkin.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":"2022-07-09T15:49:15.000Z","updated_at":"2023-07-12T17:06:50.000Z","dependencies_parsed_at":"2023-01-25T15:30:10.912Z","dependency_job_id":null,"html_url":"https://github.com/pikhovkin/dash-geoman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pikhovkin/dash-geoman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikhovkin%2Fdash-geoman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikhovkin%2Fdash-geoman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikhovkin%2Fdash-geoman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikhovkin%2Fdash-geoman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pikhovkin","download_url":"https://codeload.github.com/pikhovkin/dash-geoman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikhovkin%2Fdash-geoman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dash","geoman","leaflet","leaflet-geoman","leaflet-map","leaflet-plugin","map","plotly","plotly-dash"],"created_at":"2026-01-14T09:53:23.075Z","updated_at":"2026-01-14T09:53:23.741Z","avatar_url":"https://github.com/pikhovkin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dash-geoman\n\n[![PyPI](https://img.shields.io/pypi/v/dash-geoman.svg)](https://pypi.org/project/dash-geoman/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dash_geoman.svg)\n[![NPM](https://img.shields.io/npm/v/dash-geoman.svg)](https://www.npmjs.com/package/dash-geoman)\n[![PyPI - License](https://img.shields.io/pypi/l/dash-geoman.svg)](./LICENSE)\n\nWrapper of [leaflet-geoman][] components for Plotly [Dash][]\n\n### Getting started\n\nThe easiest way to get started is to install the latest version of Dash and dash-geoman via pip.\n\n```bash\npip install dash==2.0.0\npip install dash-geoman\n```\n\nOnce the installation is completed, paste the following lines of code into a .py file and run it.\n\n```python\nimport dash\nimport dash_leaflet as dl\nimport dash_geoman as dgm\n\napp = dash.Dash()\napp.layout = dl.Map(children=[\n    dl.TileLayer(),\n    dgm.Geoman(),\n], style={'width': '1000px', 'height': '500px'})\n\nif __name__ == '__main__':\n    app.run_server()\n```\n\nIf you visit http://127.0.0.1:8050/ in your browser, you should see a `leaflet` map and `dash-geoman`'s edit controls.\n\n### Documentation\n\n\n### Build instructions\n\nStart by cloning this repository,\n\n```bash\ngit clone git@github.com:pikhovkin/dash-geoman.git\ncd dash-geoman\n```\n\nNext, create a virtual environment and install the python dependencies,\n\n```bash\npython3 -m venv venv \u0026\u0026 . venv/bin/activate\npip install -r requirements.txt\n```\n\nFinally, install packages via npm (ignore errors) and run the build script,\n\n```bash\nnpm i --ignore-scripts\nnpm run build\n```\n\n### License\n\nMIT\n\n[leaflet-geoman]: https://github.com/geoman-io/leaflet-geoman\n[Dash]: https://github.com/plotly/dash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpikhovkin%2Fdash-geoman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpikhovkin%2Fdash-geoman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpikhovkin%2Fdash-geoman/lists"}