Questions tagged [geos]

A topology processing library: Geometry Engine - Open Source

From GEOS homepage:

GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).

It has at least Python bindings: geoDjango.

GEOS has multiple other meanings in computing, starting from a graphical operating system for Commodore C64, but they are less relevant to SO today.

228 questions
0
votes
1 answer

Upgrading libspatialite for Spatialite Android

Hi I looked at this http://code.google.com/p/spatialite-android/ about using the spatialite for android. I tried it and works fine. Is it possible to upgrade the examples to use libspatialite-4.0.0 instead of libspatialite-amalgamation-3.0.1? If…
dtheo
  • 123
  • 5
-1
votes
1 answer

pip install geos or basemap - fail to install

Can anyone help please, I'm trying to install geos and basemap in jupyter notebooks but getting the same error for both. Selections of output posted below. × Running setup.py install for lxml did not run successfully. │ exit code: 1 ╰─> [93…
Tez
  • 45
  • 2
  • 7
-1
votes
2 answers

Postgis ERROR: could not load library "postgis-2.3.so"

I am relatively new to postgres and postgis, and I am trying to retrieve data from a database based on a column named coordinates and how close those coordinates are from a point (x,y) I use this query: SELECT * FROM myTable WHERE…
1 2 3
15
16