Skip to main content

Python toolkit for Urban Data processing

Project description

Metacity

Build Status Coverage Status Pypi version

Toolkit for Urban Data Processing

Installation

Install with:

pip install metacity

This repository relies on system packages CGAL, GDAL, and CMake, please make sure they are installed before trying to install this package. On Ubuntu, you can try something like:

  1. Install GDAL
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install gdal-bin
sudo apt-get install libgdal-dev
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
  1. Install CGAL
sudo apt-get install libcgal-dev
  1. Install CMake
sudo apt-get install cmake

Branches

Branch Status Description
main Build Status protected, merged PRs auto tested and deployed to PyPI
dev Build Status merged PRs auto tested and version bumped if tag present

PR Merge Commit message conventions

Use any of the following tags in the merge commit message title to indicate the type of PR:

In commit message Descrition Branches
action::bump flag to run bump package version dev
action::package flag to run deploy to PyPI main

Dev branch actions (together with action::bump):

In commit message Descrition Branches
version::patch bump version after patch/bug fix/minor change dev
version::minor bump version after new feature/minor change dev
version::major bump version after major change/breaking change dev

If no tag is used, no action runs after the PR is merged. If no version tag is used, the version is bumped as patch.

Project details


Release history Release notifications | RSS feed

This version

0.2.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metacity-0.2.5.tar.gz (647.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page