Bailey Heading

Results 48 comments of Bailey Heading

Did you try making an environment with python 3.11 to test your own theory? also, what platform are you on?

> Is there an update to this? Or at least a way for the Linux users to access the fixed version? to respond quickly, a way you can access them...

You can turn off a bunch of stuff that you don't need yes through the CMakeList parameters. I also found it a bit tricky to make it choose the right...

the python bindings will build into here (for reference) ``` valhalla/build/src/bindings/python/valhalla ``` You can turn these two off as I believe they are basically making routing tiles and the http...

It seems this is on the GitHub roadmap for Q4 2023 https://github.com/github/roadmap/issues/528 ![image](https://github.com/gis-ops/pyvalhalla/assets/69223649/c1003c07-6015-4535-9e76-b0979ad5536a)

I basically just pip installed PyValhalla for Mac Intel, built Valhalla for Mac ARM, then copied the PyValhalla site_packages stuff from python Intel env into a new python arm env...

Things can get a bit messy if you have different environments (I like to use Conda) and Rosetta intel + arm environments. I had such a hard time getting it...

@nilsnolde would the bindings produced in valhalla be able to receive the GeoTIFF format? is it just a string in the response for isochrone instead of the contours? **EDIT:** Upon...

I confirmed that the error can be avoided by commenting out this. Wish I had a better way to debug this than rebuilding it all to a static library for...

I believe the segfault occurs in this line: ` auto geotiff_dataset = geotiff_driver->Create(name.c_str(), ext_x, ext_y, nbands, GDT_UInt16, geotiff_options);` I added this in for my debugging. It hasn't found a gdal...