Closed nlehuby closed 10 months ago
Your code is perfectly correct.
The problem: from_mercator()
is documented, but we haven't actually implemented it yet. Sorry about that, I'll make it a priority item, we'll include in v0.1.6 (which should come out by Monday).
I'm not sure to understand how the
from_mercator
function is to be used.Here is my use case :
the last line returns an array of None
even applied on a
geodesk.Features
with for instance[geodesk.from_mercator(elem.shape) for elem in streets]
, it returns an array of None.What I am doing wrong ? :thinking: