Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-geostore-routing

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-geostore-routing

PGRouting plugin for django-geostore

  • 0.9.11
  • PyPI
  • Socket score

Maintainers
2

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

https://django-geostore-routing.readthedocs.io/en/latest/

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.11 (2021-03-12)

  • Add message no way when on edge cases
  • Reverse way when waypoints are reversed

0.9.10 (2021-03-09)

  • Add message no way found

0.9.9 (2021-02-18)

  • Fix routing without routes

0.9.8 (2021-02-11)

  • Fix waypoints, remove legs between waypoints and start

0.9.7 (2020-12-15)

  • Add waypoints with coordinates and distance to route

0.9.6 (2020-11-06)

  • Improve compatibility with django-geostore > 0.5.2

0.9.5 (2020-10-30)

  • Fix default routing layer serializer
  • Change way to load signals
  • Improve test coverage

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

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