Daniel Jahn (dahn)

Results 10 comments of Daniel Jahn (dahn)

> Please can you help. For which object to use the fix function? when i use it for **gdf**, i get an error _AttributeError: 'GeoSeries' object has no attribute 'coords'_...

Hi João, that definitely sounds interesting! I like the idea of working towards integrating GeoPandas with the various geospatial indexing systems. I took a quick look at [BabelGrid](https://github.com/EL-BID/BabelGrid), which I'm...

@Fil This is amazing! There should be a link to this in the documentation. I was trying to wrap my head around Uber's oddities for some time now and suddenly...

@michaz > The Route that we calculate has its own idea of how fast it is, and we currently put that information in the output. This information does not show...

I was wondering about the same, so tried to quickly write `encode` in [Numba](https://numba.pydata.org/) ```python import numpy as np import numba __base32 = '0123456789bcdefghjkmnpqrstuvwxyz' @numba.njit() def encode_numba(latitude, longitude): precision =...

There also appears to be some recent effort to refactor and speed up PyGeohash here: https://github.com/tastatham/gsoc_dask_geopandas_2021/issues/2

@brendancol does the linked notebook actually contain the implementation? The notebook refers to an "external module": ```python import idw # external module located next to notebook ``` but there's no...

Hi @CarlosGrohmann, thank you for the comments! The paper looks very nice, I will take a proper look at it. I agree with using DEM as a generic term and...

I have finished reading the terminology paper, thank you for sending it. It's a great overview of many of the considerations one should be aware of with DEMs. I think...

Closed by https://github.com/DahnJ/H3-Pandas/pull/24 released as [0.2.6](https://github.com/DahnJ/H3-Pandas/releases/tag/0.2.6) 🎉