Johannes Drönner

Results 5 issues of Johannes Drönner

rust-geo still has the `ToGeo ` trait in traits.rs. Is this trait still required? I guess the conversion traits are the way to go.

geo-types
geo-types breaking change

Spatial data is always represented in a spatial / coordinate reference system. While most data, e.g. from GPS sensors, is represented in WGS84 (LatLon) this is not always the case....

**Describe the bug** We have a Github repository with code coverage run through tarpaulin. A new [PR](https://github.com/geo-engine/geoengine/pull/550) results in a [failing CI](https://github.com/geo-engine/geoengine/runs/6723819631?check_suite_focus=true) with the following message: "Jun 03 10:19:23.427 ERROR...

The state of the documentation in this crate is not as it should be. This is a task is also ideal for new contributors. Most of the time the docs...

enhancement

run valgrind with: CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="valgrind --num-callers=100 --track-origins=yes --leak-check=full --time-stamp=yes" cargo test current report is attached [rustgdal_valgrind.txt](https://github.com/georust/gdal/files/6924869/rustgdal_valgrind.txt) The "Syscall param statx(file_name) points to unaddressable byte(s)" message is not a real error.