Daniel Jahn (dahn)

Results 31 comments of Daniel Jahn (dahn)

For me, it was enough to add the folder with `libfluidsynth.dylib` into the `DYLIB_LIBRARY_PATH` environmental variable. In my case specifically, this meant adding the following line into my `~/.zshrc`: ```bash...

A very rough pointer that will hopefully be helpful to whoever works on implementing this. I don't know the Drive API well, but this is what I got from quickly...

Hi @hsbsid the issue here is that the subprocesses spawned by joblib do not `import h3pandas`. Joblib will import `geopandas` as the passed object is a `GeoDataFrame`, but it doesn't...

Closing as this was likely answered. Feel free to reopen if you have further questions!

Hi @KoalaGeo glad you like the library! Currently, I have no such plans. What behaviour would you expect these functions to have in H3-Pandas? `compact` and `uncompact` are set operations...

Hi @bwcastillo, glad you're enjoying the library! At [resolution 13](https://h3geo.org/docs/core-library/restable/), the hexagons themselves will be less then 10m in diameter. It is possible that what you're seeing is all the...

Closing this as it was likely answered, feel free to reopen.

It's also possible to compile with mex using the setting -compatibleArrayDims, like so: `mex(filename.c,'-compatibleArrayDims')` Though Matlab might stop supporting that option in the future. More in [the documentation](https://de.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html)

The problem happens when you have matplotlib version `3.1` or later, instead of `2.2.4` as noted in the requirements. I fixed this by using scipy's griddata instead, i.e. replacing `from...

Hi @joshmoore, thanks for trying to add it in! Talk about stringent requirements! I tried to follow some of the guidelines but got stuck at the [linter](https://github.com/sindresorhus/awesome-lint) that puts restrictions...