We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95ea53 commit 4e36a32Copy full SHA for 4e36a32
docs/gotchas.rst
@@ -232,6 +232,18 @@ Here is an example of that:
232
>>> crs_epsg == crs_deprecated
233
False
234
235
+
236
+SQLite error on SELECT
237
+----------------------
238
239
+The PROJ database is based on the EPSG database. With each release,
240
+there is a good chance that there are database updates. If you have multiple
241
+versions of PROJ installed on your systems and the search path for
242
+the data directory becomes mixed up, you may see an error message like:
243
+`SQLite error on SELECT`. This is likely due to a version of PROJ
244
+attempting to use an incompatible database.
245
246
247
.. _upgrade_transformer:
248
249
Upgrading to pyproj 2 from pyproj 1
0 commit comments