Updated GEOS/GDAL links in docs and comments.

This commit is contained in:
Moritz Duchêne 2022-01-17 16:00:14 +01:00 committed by Mariusz Felisiak
parent 4a8ac604b1
commit ba9de2e74e
4 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ class DataSource(GDALBase):
self._write = 1 self._write = 1
else: else:
self._write = 0 self._write = 0
# See also https://trac.osgeo.org/gdal/wiki/rfc23_ogr_unicode # See also https://gdal.org/development/rfc/rfc23_ogr_unicode.html
self.encoding = encoding self.encoding = encoding
Driver.ensure_registered() Driver.ensure_registered()

View File

@ -57,7 +57,7 @@ def load_geos():
# Getting the GEOS C library. The C interface (CDLL) is used for # Getting the GEOS C library. The C interface (CDLL) is used for
# both *NIX and Windows. # both *NIX and Windows.
# See the GEOS C API source code for more details on the library function calls: # See the GEOS C API source code for more details on the library function calls:
# https://geos.osgeo.org/doxygen/geos__c_8h_source.html # https://libgeos.org/doxygen/geos__c_8h_source.html
_lgeos = CDLL(lib_path) _lgeos = CDLL(lib_path)
# Here we set up the prototypes for the initGEOS_r and finishGEOS_r # Here we set up the prototypes for the initGEOS_r and finishGEOS_r
# routines. These functions aren't actually called until they are # routines. These functions aren't actually called until they are

View File

@ -17,7 +17,7 @@ implements the OpenGIS `Simple Features for SQL`__ spatial predicate functions
and spatial operators. GEOS, now an OSGeo project, was initially developed and and spatial operators. GEOS, now an OSGeo project, was initially developed and
maintained by `Refractions Research`__ of Victoria, Canada. maintained by `Refractions Research`__ of Victoria, Canada.
__ https://trac.osgeo.org/geos/ __ https://libgeos.org/
__ https://sourceforge.net/projects/jts-topo-suite/ __ https://sourceforge.net/projects/jts-topo-suite/
__ https://www.ogc.org/standards/sfs __ https://www.ogc.org/standards/sfs
__ http://www.refractions.net/ __ http://www.refractions.net/

View File

@ -213,8 +213,8 @@ Configure, make and install::
If you have any problems, please see the troubleshooting section below for If you have any problems, please see the troubleshooting section below for
suggestions and solutions. suggestions and solutions.
__ https://trac.osgeo.org/gdal/ __ https://gdal.org/
__ https://trac.osgeo.org/gdal/wiki/GdalOgrInPython __ https://gdal.org/api/python.html
.. _gdaltrouble: .. _gdaltrouble: