You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. note:: adding the `is_geospatial` cmdline flag, when paired with a spatial-database ala PostGIS (e.g., is_spatial is meaningless with sqllite), will take longer to load...but will create geometry columns for both rendering and calculating nearest distances, etc...
46
+
.. note:: adding the `is_geospatial` cmdline flag, when paired with a spatial-database ala PostGIS (e.g., is_spatial is meaningless with sqlite), will take longer to load...but will create geometry columns for both rendering and calculating nearest distances, etc...
47
47
48
48
#. view db ( example: https://sqliteonline.com )
49
49
50
50
The best way to get gtfsdb up and running is via the 'zc.buildout' tool. Highly recommended to first install
51
51
buildout (e.g., pip install zc.buildout) before doing much of anything else.
52
52
53
-
Postgres users, gtfsdb requires the psycopg2-binary database driver. Installing that via `pip install psychopg2-binary` will relieve gtfsdb from re-installing locally as part of the build. And if after the fact, you see *exceptions* mentioning
53
+
Postgres users, gtfsdb requires the psycopg2-binary database driver. Installing that via `pip install psycopg2-binary` will relieve gtfsdb from re-installing locally as part of the build. And if after the fact, you see *exceptions* mentioning
54
54
55
-
.. note:: if you get the message "ImportError: No module named psycopg2", then 'pip install psychopg2-binary' should fix things. (Assumes you have postgres also installed on the machine you're trying to use the pg driver).
55
+
.. note:: if you get the message "ImportError: No module named psycopg2", then 'pip install psycopg2-binary' should fix things. (Assumes you have postgres also installed on the machine you're trying to use the pg driver).
0 commit comments