Anshul Singhvi
Anshul Singhvi
Can you call `geointerface_geomtype` methods from an extension? Those at least need GI traits for dispatch...
Ah, yeah the current method could be kept as a fallback.
A lot of this has been taken over by GeometryOps!
I am on Mac M4 so the font libraries will likely be subtly different. TLDR: we can likely reduce a part of this problem to: ```julia [6] loadglyph(face::FreeTypeAbstraction.FTFont, glyph::UInt64, pixelsize::Int32)...
Hmm that may not be the glyph index - there's probably a way to get that somewhere in the text recipe implementation. But the fact that you get that should...
This particular issue was caused by old compat bounds - fixed by #183
does this approach seem fine @rafaqz @visr? Web merc or wgs84 in this package are singletons so the struct should have the same size and no mutability. This was ai...
GeometryBasics is meant to be a library that just defines types - try https://github.com/JuliaGeo/GeometryOps.jl or its predecessor https://github.com/JuliaGeometry/PolygonOps.jl for geometry algorithms that work with GeometryBasics!
Yeah, that sounds like a good idea - maybe we can commit to Xarray standards here? (specifically `_ARRAY_DIMENSIONS`) Happy to help build this out if we know what we need...
We should probably also support some kind of type-stable reading mode for small binary support! E.g: https://github.com/gbaraldi/SimpleHDF5.jl