About 51 results
Open links in new tab
  1. Solution to installing GDAL/PROJ/GEOS in windows 10 for …

    Apr 12, 2022 · 10 For geoDjango to work it needs some free Geospatial libraries, which it uses in the inbuilt django.contrib.gis app and I will be showing you how to install it. Step 1: Downloading osgeo4w

  2. python - GeoDjango on Windows: "Could not find the GDAL library ...

    Mar 7, 2018 · With this installed I hope to be able to create a project with geodjango locally before putting it in the cloud. I have been working with Django for a little while now on my local machine with …

  3. python - GeoDjango - FileNotFoundError: Could not find module 'C ...

    Aug 23, 2022 · GeoDjango - FileNotFoundError: Could not find module 'C:\OSGeo4W\bin\gdal304.dll' (or one of its dependencies) Ask Question Asked 3 years, 6 months ago Modified 1 year ago

  4. gdal - Geodjango: OSError: [WinError 127] The specified procedure …

    May 15, 2020 · I have followed the geodjango documentation for windows. I have installed OSGeo4W 64bit installer and also set the environment variables as said in the documentation.

  5. GeoDjango: How can I get the distance between two points?

    Aug 19, 2015 · location = models.PointField(geography=True, dim=2, srid=4326) I'd like to calculate the distance between the two of these locations (taking into account that the Earth is a spheroid) using …

  6. OSError in Geodjango: [WinError 127] : The specified procedure could ...

    Aug 14, 2018 · Im trying to use Django with Geodjango, I followed all documentation steps, but still got this error when trying to make migrations: OSError: [WinError 127] : The ...

  7. GeoDjango: Determine the area of a polygon - Stack Overflow

    In my model I have a polygon field defined via polygon = models.PolygonField(srid=4326, geography=True, null=True, blank=True) When I want to determine the area of the polygon, I call

  8. How to display data using openlayers with OpenStreetMap in …

    Feb 18, 2009 · Geodjango appears to use a special openlayers.js file to do it's magic in the admin. Is there a good way to interface with this? How can I write a view/template to display the geodjango …

  9. How do I convert kilometres to degrees in Geodjango/GEOS?

    I'm using the "buffer" method from the GEOS API to create a circle based on a point and a radius in GeoDjango, according to this answer: GeoDjango: How to create a circle based on point and radius ...

  10. Problem with install GeoDjango Could not find the GDAL library

    Aug 2, 2022 · Problem with install GeoDjango Could not find the GDAL library Ask Question Asked 3 years, 7 months ago Modified 3 years, 6 months ago