Vicky Vergara

Results 65 issues of Vicky Vergara

Topic derived friom #64 Tags needed to detect "road" segments Tags needed to assign default lua values, that are on roads (highway, residential, paved) Tags needed to assign default lua...

Discussion

Origin of issue osm files can be big, users might have world, continent, country, states, county/municipalities, or might just have a small bbox download of osm data. difficulty: Unknown but...

Discussion

To be able to use multiple cores, probably using threads might do the trick, you might want to see how boost::threads works. http://www.boost.org/doc/libs/1_58_0/doc/html/thread.html Here are some examples of how to...

Discussion

When generating a presentation. This does not happen with sphinx 4.3.2 and docutils 0.17 # the error message: ``` # Sphinx version: 5.1.0 # Python version: 3.8.10 (CPython) # Docutils...

bug
question

# some tasks - [x] remove `-dev` from build - [ ] action update from 3.x works ok - [x] action ubuntu works ok - [x] consistency of deprecated function...

Documentation
Administrative

`pgr_base_graph.hpp` has a lot of unused code First step before cleaning up - get rid of the enumeration and use `bool` instead @pgRouting/admins

Enhancement
C/C++

Currently we only test on macos-latest Add macos-14 to the CI https://github.com/pgRouting/pgrouting/issues/2616#issuecomment-1941441178 @sanak do we have the problem on main? we are about to make a new release

While trying to use clang-tidy Tidying headers: ``` $ clang-tidy -header-filter=./include include/a*/*.h* -- -I/home/path/to/repo/include -isystem /usr/include/postgresql/15/server -I/usr/include/boost/ -I/usr/include 2 errors generated. Error while processing /home/path/to/repo/include/alphaShape/pgr_alphaShape.h. 2 errors generated. Error while...

Enhancement
C/C++

After #2607 was merged, reported by @sanak https://github.com/pgRouting/pgrouting/pull/2607#issuecomment-1921719270

MacOS

Looks like I forgot to change the script for the updates when bdAstar was modified https://github.com/pgRouting/pgrouting/actions/runs/5697767982 On main there is no problem: https://github.com/pgRouting/pgrouting/actions/runs/5701814839

bug