Pirmin Kalberer
Pirmin Kalberer
> if your CityGML file has srs, you will need to manually specify that srs via the --crs option. It is still unstable to convert CityGML directly. But then it...
CityGML Frankfurt Airport (EPSG:25832): [LoD2_Flughafen.zip](https://github.com/user-attachments/files/21602241/LoD2_Flughafen.zip)
I'm not against an additional argument in `dataset_begin`, but also not sure if it's worth it...
I'm still unsure about `GeozeroDatasource` trait implementations. It's going into `ogr2ogr` territory, but because processing with the geozero callback model is very difficult to parametrize, it will never be on...
@sunny-g You've closed your PR shortly after submitting it. Does that mean, this issue can be closed, too?
I would have expected support for compressed tiffs, since it depends on the `tiff` crate for reading. `tiff ` has deflate, jpeg and lzw compresseion as default features. But maybe...
Sure, help is always welcome! I don't know much about cargo-binstall, but it worked for me automatically after publishing on crates.io and releasing binaries on Github with cargo-dist. So I...
> @pka - do you recall why you forked shapefile-rs into geozero-shp rather than adding a geozero integration that leveraged the existing shapefile-rs crate? I can't remember the reasons, sorry....
To answer https://github.com/maplibre/maplibre-gl-js/issues/168#issuecomment-2339258734: All code for using Equal Earth projection with MapLibre is published on https://equal.bbox.earth/ It's not using a fork of MapLibre but kind of a trick: it uses...
Fair question. Since the reader state is stored directly in the reader struct, internal data (read position, data buffer) is updated when reading. That said, Rust has a pattern called...