iboates
iboates
What is your graphics card model?
I am having trouble installing - I tried doing what was suggested in this issue and I am still getting: `-- POSTGRESQL_LIBRARIES: POSTGRESQL_LIBRARIES-NOTFOUND` I also noticed that there are two...
I installed postgresql-server-dev-9.6 because it said that it was missing when running cmake. After that, it seemed to let cmake run correctly, but now it says that: `-- POSTGRESQL_INCLUDE_DIR: /usr/include/postgresql`...
Just replying to say that I fixed my issue by completely reinstalling postgresql + postgis + pgrouting. For some reason my `POSTGRESQL_LIBRARIES` still says `-- POSTGRESQL_LIBRARIES: /usr/lib/x86_64-linux-gnu/libpq.so` which doesn't look...
@cvvergara Unfortunately I don't have that information anymore. All I know is that totally reinstalling postgresql / postgis / pgrouting worked.
Thanks, @cvvergara I will let you know how it goes
After headache after headache I have decided that I will put off trying to use bounding boxes on overpass to collect data. Despite the very general query of `[out:xml]; way({0},{1},{2},{3});...
@dkastl I used this command: `osmosis/bin/osmosis --read-xml data/routing_data.osm bounding-box top={0} left={0} right={0} bottom={0} --write-xml data/routing_data_bb.osm` The {0} are the extent values that get automatically inserted.
If there is going to be a major overhaul of `.to_postgis()` then I suggest that some consideration be given to better handling of the target schema and how it relates...
My bad. I developed and tested only in a Linux environment where there is (basically) no file path limit. Of course it fails due to the Windows file name limit...