Christopher Tessum
Christopher Tessum
I mean, AllocCheck is pretty clear about where it's happening, line 494 of Proj.jl. I just don't know why it's a dynamic dispatch, or how it would be fixed.
If nothing else, the error messages could be made more informative :) One thing here is that it looks like it's not actually testing whether it's SI units or not,...
So to answer my own question, one can't use non-SI units because it tests for `if d isa DQ.Dimensions`, and custom-created units are not `DQ.Dimensions`, but they are a subtype...
+1 for finishing this!
Would it be possible to create a release that includes this change? Thanks!
Does this have to do with implementing an R-Tree? If so, there is already (what looks like) a good one here: http://godoc.org/github.com/dhconnelly/rtreego In order for this package and that package...
In the meantime, I've created a kludge that does this by parsing the output from ToWKT(): https://bitbucket.org/ctessum/geos2rtree