New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

maplapse

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maplapse

A python library to create animated timelapse of maps

  • 0.0.6b2
  • PyPI
  • Socket score

Maintainers
1

check-status license downloads

maplapse-logo

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.

Key Features

  • Animated choropleth maps
  • Animated proportional circle maps
  • Supports output in .gif and .mp4

Example

The Animator object of maplapse can easily create the animations. Here is a code snippet:

anim = Animator(shape='/county_shape.shp',
                value='/century_data.csv',
                time_column='Year',
                data_column='Value',
                shape_unique_column='ST_CNT',
                map_type='choropleth',
                out_path='/animation.gif')
anim.animate()

Output: maplapse-ex1

maplapse-ex2

Installation

Simply use pip install maplapse.

Problems

If you face any issues with the library, please create an issue by following up the steps here

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc