Júlio Hoffimann
Júlio Hoffimann
> I was still unable to find the point in the source where the meters unit magically joined my mesh coordinates--will need to check it more deeply. The units are...
@kramsretlow the option should be available now. Please update the environment. I will leave the issue open because there some other formats also support the option, but we didn't have...
/bounty $20
@mobley-trent it is partially fixed. The option is not available in the formats listed above in a check list.
The option is passed to the inner functions, but it is being currently ignored. See the csvread for example: https://github.com/JuliaEarth/GeoIO.jl/blob/8201229c6987924fb73ab49b3753b037d2ee1203/src/extra/csv.jl#L5 The option is not used inside the function.
Fixed for all backends.
That is interesting. The EPSG.org website has the following entry for the code: https://epsg.org/crs_5614/KOC-WD-depth-ft.html It is a 1-dimensional coordinate system with a single vertical coordinate in feet. Historically, 3D coordinate...
> Possibly this should be reported to epsg.org. We could gather more information, but this may be intended given the limitations of widely used software. > * EPSG-CRS-5614.wkt > *...
Thank you for reporting @nsajko. Is there a substitute code for the PlateCarree CRS? I believe we only have the bandwidth to support WKT2 strings of non-deprecated codes. If a...
We handle this case with an informative error message: https://github.com/JuliaEarth/CoordRefSystems.jl/blob/98e298e37016fef6df023b5d2d1f593d11de99f9/src/codes.jl#L38-L41