Skip to main content

PGRouting plugin for django-geostore

Project description

Build codecov Maintainability Documentation Status

Python Version Django Version

django-geostore-routing

  • PGRouting plugin for django-geostore
  • Add topology creation and update on Linestring based layers
  • Add custom fields and endpoint in django-geostore API to compute routing

Requirements

General

  • Python 3.6+
  • Postgresql 10+
  • PostGIS 2.4+
  • PgRouting 2.5+

Libraries

these are debian packages required

  • libpq-dev (psycopg2)
  • gettext (translations)
  • binutils (django.contrib.gis)
  • libproj-dev (django.contrib.gis)
  • gdal-bin (django.contrib.gis)

recommended

  • postgresql-client (if you want to use ./manage.py dbshell command)

Installation

from PYPI

pip install django-geostore-routing

from GitHub

git clone https://github.com/Terralego/django-geostore-routing.git
cd django-geostore-routing
python3 setup.py install

in your project settings

INSTALLED_APPS = (
    'geostore',
    'geostore_routing',
)

Development

with docker :

docker-compose build
docker-compose up
docker-compose run web ./manage.py test

with pip :

python3.6 -m venv venv
source activate venv/bin/activate
pip install -e .[dev]

CHANGELOG

0.9.4 (2020-10-28)

  • Improve compatibility with django-geostore > 0.5.0

0.9.3 (2020-10-27)

  • Fix release

0.9.2 (2020-10-27)

  • Require django-geostore 0.5.0 minimum

0.9.1 (2020-10-27)

  • Wrong release

0.9.0 (2020-10-27)

  • First release

Project details


Download files

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

Source Distribution

django-geostore-routing-0.9.4.tar.gz (10.0 kB view details)

Uploaded Source

File details

Details for the file django-geostore-routing-0.9.4.tar.gz.

File metadata

  • Download URL: django-geostore-routing-0.9.4.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.12

File hashes

Hashes for django-geostore-routing-0.9.4.tar.gz
Algorithm Hash digest
SHA256 b8da9aa09ac49ffd4fd7b651a0a5ef2f68bf7011f196450212d1207058e8e608
MD5 2e1ab5f95a3f6e41c08efdfb810c1991
BLAKE2b-256 bf76c3434ec80d4be3b5e7fdd949cb2231a8f1894476fbbca7ebe2e1e2c72b4d

See more details on using hashes here.

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