Skip to content Skip to sidebar Skip to footer
Showing posts with the label Geodjango

Configuring A Postgresql Postgis Database

First off, I am new to django. I am trying to use GeoLite(GeoIP2) datasets in my POSTGIS database i… Read more Configuring A Postgresql Postgis Database

Extract The Coordinates From The Linestringfield

I've this simple model from GeoDjango for a line vector: from django.contrib.gis.db import … Read more Extract The Coordinates From The Linestringfield

Pointfield With Geodjango, Javascript And Google Maps

I'm trying to display and plot a line from lattitude and longitude points stored in my database… Read more Pointfield With Geodjango, Javascript And Google Maps

Getting "django.core.exceptions.improperlyconfigured: Geos Is Required And Has Not Been Detected." Although Geos Is Installed

I'm running Django 1.8 and Python 3.4 on Ubuntu 14.04 LTS. Just recently, my Django app has bee… Read more Getting "django.core.exceptions.improperlyconfigured: Geos Is Required And Has Not Been Detected." Although Geos Is Installed

3d Distance Calculations With Geodjango

I am using python 2.7.12 django 1.10.6 postgreSQL 9.5.6 postGIS 2.2.2 First question I need to… Read more 3d Distance Calculations With Geodjango

Geodjango Query: All Point That Are Contained Into A Multi Polygon

I have two models: Model_A that contains a GeoDjango Point; Model_B that contains a GeoDjnago Mult… Read more Geodjango Query: All Point That Are Contained Into A Multi Polygon

Fastest Way To Get Nearest Geometry To A Point In Geodjango

I've got a large number of points (~1.5 million) in the WGS84 coordinate system. The points spa… Read more Fastest Way To Get Nearest Geometry To A Point In Geodjango

Relate Two Models By Geometry Intersection In Geodjango

In GeoDjango with two have two models which contain geometry fields: from django.contrib.gis.db imp… Read more Relate Two Models By Geometry Intersection In Geodjango