Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use libspatialjoin for geometric relations, drop Boost dependency #92

Merged
merged 32 commits into from
Oct 10, 2024

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    e03b414 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. now writes all geometric relations in the same way as the original co…

    …de, but code is still a bit hacked together
    patrickbr committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cd513e9 View commit details
    Browse the repository at this point in the history
  2. commit updated spatialjoin

    patrickbr committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9eaef1e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    0dfb7df View commit details
    Browse the repository at this point in the history
  2. remove option for osm2rdf-style geom relation triples (not supported …

    …by spatialjoin), also remove option for "reduced" geo triple output (also not supported by spatialjoin)
    patrickbr committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    18ec71b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e0df57 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    4cf03cd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    956c56f View commit details
    Browse the repository at this point in the history
  2. fix compilation of tests

    patrickbr committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d8c1aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfba5f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    c6ae50e View commit details
    Browse the repository at this point in the history
  2. update libspatialjoin

    patrickbr committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0a4c099 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b4d8112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14bedc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. update libspatialjoin

    patrickbr committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    349422a View commit details
    Browse the repository at this point in the history
  2. Add --add-hascentroid switch to add geo:hasCentroid triples

    * Uses ::util::geo::centroid for centroid calculation
    * Replace usage of X<double> types with DX in osm2rdf::osm namespace
    lehmann-4178656ch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d39d297 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    6912dc1 View commit details
    Browse the repository at this point in the history
  2. update libspatialjoin

    patrickbr committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8f0d3e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edda9af View commit details
    Browse the repository at this point in the history
  4. update libspatialjoin

    patrickbr committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2968e6a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. decrease output buffer size to 50 MB, parallelize final flush on Outp…

    …ut close(), decrease BZ2 block size factor from 6 to 3, same compression on my local tests, but around 40% faster
    patrickbr committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f9f6a8e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. remove debug output

    patrickbr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    925f2f7 View commit details
    Browse the repository at this point in the history
  2. update libspatialjoin

    patrickbr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8fceb39 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix a large number of tests, drop extra space from WKT, copy tests di…

    …r to binary dir to fix issues with running the tests
    patrickbr committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b4bbe5f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix the tests

    patrickbr committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    233bdd6 View commit details
    Browse the repository at this point in the history
  2. remove Generic.h

    patrickbr committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8aa8129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    820576b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0151bce View commit details
    Browse the repository at this point in the history
  5. fix tests again

    patrickbr committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0c23941 View commit details
    Browse the repository at this point in the history
  6. Add option --aux-geo-file to supply one or multiple auxiliary geo fil…

    …es (#95)
    
    The auxiliary geo files will be used in the computation of the geometric triples. The expected format is exactly the same as for spatialjoin (lines of <ID><TAB><WKT>).
    patrickbr authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    dc5e680 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2883b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. change usage of templated geometry types to their typedef counterpart…

    …s as suggested by Axel
    patrickbr committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    caf7d0e View commit details
    Browse the repository at this point in the history