Skip to content

meracan/mshapely

Repository files navigation

MERACAN Shapely (MShapely)

MShapely is a Shapely wrapper to enhance shapely functionalities and to manipulate spatial data for Marine Energy Resource Assessment Canada.

It provides extra functionality such as complex resampling, simplification, nearest nodes, etc. MShapely was mainly developed to help the development of complex 2-dimensional meshes for free-surface hydrodynamic models in coastal regions.

Installation

This package was developed,tested and built using conda. MShapely uses shapely,numpy,scipy,fiona and matplotlib. Only tested with python >=3.6

conda create -n mshapely python=3.8
conda activate mshapely
conda install -c meracan mshapely

Local installation

conda create -n mshapely python=3.8
conda activate mshapely
conda install -c conda-forge numpy scipy fiona shapely pyproj requests geojson tqdm matplotlib
git clone https://github.com/meracan/mshapely.git
pip install -e ./mshapely

Usage, user guide and examples

Docs

Testing

Docs

License

License