Hello,
I have a Dataset with around 42k observation points from various meteorological stations. I run a
Query[All,DateObject[{#year,#month,#day}]]@ds
and it's around 0.25 seconds.
Now I run
Query[All,GeoPosition[{#latitude,#longitude}]]@ds
and it's a stunning 20 seconds! What's wrong with that? Is it that complex to create a geoposition object? I don't see this mentioned in the docs.
Best,
Przemek