Install

From PyPI

pip install mappymatch

Warning

Some users have reported problems installing GDAL (a dependency of geopandas) on windows. Here are two possible solutions:

1) Install GDAL from source This is the most difficult solution, but is trusted.

Before installing the required dependencies, install GDAL into the system. This process is documented by UCLA.

2) Install GDAL from binary wheel This is the easiest solution, but it is from an untrusted source and is not to be used in sensitive environments.

A precompiled binary wheel is provided by Christoph Gohlke of the Laboratory for Fluorescence Dynamics at the University of California. If you use this approach, both GDAL and Fiona wheels need to be installed.

  1. Download the correct GDAL and Fiona wheels for your architecture and Python version

  2. Install the GDAL wheel into the virtual environment pip install <path_to_GDAL_whl>

  3. Install the Fiona wheel into the virtual environment pip install <path_to_Fiona_whl>

  4. Use pip to install the remaining packages pip install <path/to/mappymatch>

From Conda

🚧 We’re currently working on a Conda package for mappymatch.