Maarten Pronk

Results 147 comments of Maarten Pronk

Hmm, if I pass a label to the first plot, you get 10 labels, implicating our recipes is sending 10 series of a single(?) point to the backend. edit: If...

Relates to https://github.com/JuliaPlots/Plots.jl/issues/3880 Simple fix passing colors as an adjoint: `plot(geom, seriestype=:scatter, marker_z=rand(10)')`

> 1. Which package checks the crs trait (Proj?) or is that backend deoendent? Proj is the logical candidate yes, and we might need a package extension to GeoFormatTypes for...

> For 2. I wonder if GeoFormatTypes can allow storing the trait in CRS? We'd have to break the type signature probably, or just accept it's runtime for now. Note...

It's down to who's responsible. GeometryOps doesn't have geometries/crs and thus doesn't define any Projected/GeographicTraits. It just works with them, why would it warn? I'm not questioning how an object...

Thanks for reporting! I agree that the data is flipped in the GDAL ecosystem sense, as it expects a negative y spacing. But it shouldn't be wrong, especially not in...

Showing is often no problem, but some GDAL command line tools refuse to work with them.

## Review checklist for @evetion ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no COIs...

Thanks for the submission, it's an interesting read and package! I have completed my review, and in my opinion it requires major revisions. My feedback follows below, per item that...