{"id":24527210,"url":"https://github.com/souravbhadra/maplapse","last_synced_at":"2025-03-15T16:28:02.597Z","repository":{"id":62210157,"uuid":"529982354","full_name":"souravbhadra/maplapse","owner":"souravbhadra","description":"A python library to create animated timelapse of maps","archived":false,"fork":false,"pushed_at":"2022-08-29T07:16:13.000Z","size":34555,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T20:36:26.482Z","etag":null,"topics":["animation","data-visualization","geospatial-visualization","gif","gis","map","mapping","python","spatial-data","video"],"latest_commit_sha":null,"homepage":"https://maplapse.readthedocs.io","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/souravbhadra.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":"2022-08-28T21:20:42.000Z","updated_at":"2023-01-04T18:51:52.000Z","dependencies_parsed_at":"2022-10-28T13:30:25.405Z","dependency_job_id":null,"html_url":"https://github.com/souravbhadra/maplapse","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravbhadra%2Fmaplapse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravbhadra%2Fmaplapse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravbhadra%2Fmaplapse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravbhadra%2Fmaplapse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/souravbhadra","download_url":"https://codeload.github.com/souravbhadra/maplapse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243756244,"owners_count":20343055,"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":["animation","data-visualization","geospatial-visualization","gif","gis","map","mapping","python","spatial-data","video"],"created_at":"2025-01-22T06:17:11.498Z","updated_at":"2025-03-15T16:28:02.565Z","avatar_url":"https://github.com/souravbhadra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![check-status](https://img.shields.io/github/checks-status/souravbhadra/maplapse/main)\n![license](https://img.shields.io/github/license/souravbhadra/maplapse)\n![downloads](https://img.shields.io/github/downloads/souravbhadra/maplapse/total)\n\n\n![maplapse-logo](https://raw.githubusercontent.com/souravbhadra/maplapse/master/docs/images/logo.gif)\n\n`MapLapse` is a Python-based library to create animated timelapse maps from given shapefiles. It is mainly built on top of `geopandas` and `matplotlib`, along with other open-source geospatial packages.\n\n## Key Features\n- Animated **choropleth** maps\n- Animated **proportional circle** maps\n- Supports output in `.gif` and `.mp4`\n\n## Example\nThe `Animator` object of `maplapse` can easily create the animations. Here is a code snippet:\n\n```\nanim = Animator(shape='/county_shape.shp',\n                value='/century_data.csv',\n                time_column='Year',\n                data_column='Value',\n                shape_unique_column='ST_CNT',\n                map_type='choropleth',\n                out_path='/animation.gif')\nanim.animate()\n```\nOutput:\n![maplapse-ex1](https://raw.githubusercontent.com/souravbhadra/maplapse/master/docs/images/corn_yield.gif)\n\n![maplapse-ex2](https://raw.githubusercontent.com/souravbhadra/maplapse/master/docs/images/covid.gif)\n\n## Installation\nSimply use `pip install maplapse`.\n\n## Problems\nIf you face any issues with the library, please create an issue by following up the steps [here](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouravbhadra%2Fmaplapse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsouravbhadra%2Fmaplapse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouravbhadra%2Fmaplapse/lists"}