Skip to content

Commit

Permalink
DOC: Add gotcha section for SQLite exceptions (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored May 2, 2020
1 parent c95ea53 commit 4e36a32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/gotchas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,18 @@ Here is an example of that:
>>> crs_epsg == crs_deprecated
False
SQLite error on SELECT
----------------------

The PROJ database is based on the EPSG database. With each release,
there is a good chance that there are database updates. If you have multiple
versions of PROJ installed on your systems and the search path for
the data directory becomes mixed up, you may see an error message like:
`SQLite error on SELECT`. This is likely due to a version of PROJ
attempting to use an incompatible database.


.. _upgrade_transformer:

Upgrading to pyproj 2 from pyproj 1
Expand Down

0 comments on commit 4e36a32

Please sign in to comment.