Anshul Singhvi

Results 1166 comments of Anshul Singhvi

IMO IO I think should specifically be the exception to that, its too complicated otherwise

I think GeoDataFrames already has a backend system so that would just surface with direct forwarding.

Zipped shapefile? Probably needs a specific hook

> 2. It's defined in the extension, in which case yes it's not just an empty piece of code. The nice thing here is that would handle some dependency issues,...

The definition of your EPSG is UTM zone 33N, so you can adapt the line from the README: ```julia points_lla::Vector{LLA{Float64}} utm_from_lla = UTMfromLLA(33, true, wgs84) # Zone 33N points_utm =...

If you want general transformations to and from arbitrary EPSG then look up Proj.jl.

If you were depending on RNG outputs to remain stable then Julia 1.11 broke them, that also probably extends to nightly!

LinearRing does IIRC, but you can pass a LineString which does not into a GI.Polygon and it just works.

This would be a place that FilePathsBase.jl integration could work nicely, if there were more support for web paths.