georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
321 stars 30 forks source link

geozero-cli: HTTP FGB can write to any output #172

Closed michaelkirk closed 9 months ago

michaelkirk commented 10 months ago

Previously only SVG and json outputs were allowed.

There was a separate code path for handling http input, and we (myself included) failed to keep that code path updated as new output formats were added. This PR combines the code paths.

michaelkirk commented 10 months ago

The build failure (new clippy lints from latest rust, unrelated to this PR) addressed in #173

pka commented 9 months ago

Remark: With the latest https://github.com/pka/http-range-client we could now read all formats over HTTP (or at least single file formats). But that's another PR.