-
Notifications
You must be signed in to change notification settings - Fork 7
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
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e03b414 - Browse repository at this point
Copy the full SHA e03b414View commit details
Commits on Jul 10, 2024
-
now writes all geometric relations in the same way as the original co…
…de, but code is still a bit hacked together
Configuration menu - View commit details
-
Copy full SHA for cd513e9 - Browse repository at this point
Copy the full SHA cd513e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eaef1e - Browse repository at this point
Copy the full SHA 9eaef1eView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dfb7df - Browse repository at this point
Copy the full SHA 0dfb7dfView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 18ec71b - Browse repository at this point
Copy the full SHA 18ec71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0df57 - Browse repository at this point
Copy the full SHA 5e0df57View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cf03cd - Browse repository at this point
Copy the full SHA 4cf03cdView commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 956c56f - Browse repository at this point
Copy the full SHA 956c56fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c1aa5 - Browse repository at this point
Copy the full SHA d8c1aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfba5f1 - Browse repository at this point
Copy the full SHA dfba5f1View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6ae50e - Browse repository at this point
Copy the full SHA c6ae50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4c099 - Browse repository at this point
Copy the full SHA 0a4c099View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4d8112 - Browse repository at this point
Copy the full SHA b4d8112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bedc1 - Browse repository at this point
Copy the full SHA 14bedc1View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 349422a - Browse repository at this point
Copy the full SHA 349422aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d39d297 - Browse repository at this point
Copy the full SHA d39d297View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6912dc1 - Browse repository at this point
Copy the full SHA 6912dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f0d3e3 - Browse repository at this point
Copy the full SHA 8f0d3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for edda9af - Browse repository at this point
Copy the full SHA edda9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2968e6a - Browse repository at this point
Copy the full SHA 2968e6aView commit details
Commits on Sep 30, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for f9f6a8e - Browse repository at this point
Copy the full SHA f9f6a8eView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 925f2f7 - Browse repository at this point
Copy the full SHA 925f2f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fceb39 - Browse repository at this point
Copy the full SHA 8fceb39View commit details
Commits on Oct 8, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b4bbe5f - Browse repository at this point
Copy the full SHA b4bbe5fView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 233bdd6 - Browse repository at this point
Copy the full SHA 233bdd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa8129 - Browse repository at this point
Copy the full SHA 8aa8129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 820576b - Browse repository at this point
Copy the full SHA 820576bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0151bce - Browse repository at this point
Copy the full SHA 0151bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c23941 - Browse repository at this point
Copy the full SHA 0c23941View commit details -
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>).
Configuration menu - View commit details
-
Copy full SHA for dc5e680 - Browse repository at this point
Copy the full SHA dc5e680View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2883b2 - Browse repository at this point
Copy the full SHA d2883b2View commit details
Commits on Oct 10, 2024
-
change usage of templated geometry types to their typedef counterpart…
…s as suggested by Axel
Configuration menu - View commit details
-
Copy full SHA for caf7d0e - Browse repository at this point
Copy the full SHA caf7d0eView commit details