Fabion Kauker
Fabion Kauker
When running pipelines on geodata often you want to transform the data into h3 hexagons to then unify across datasets. **Describe the solution you'd like** Similar to these integrations you...
When reading files create by [openpyxl](https://openpyxl.readthedocs.io/en/stable/usage.html) the command line below fails: ``` (xlsxbug) ➜ pandasxl xlsx2csv test.xlsx test.csv Traceback (most recent call last): File "/Users/fabion/anaconda3/envs/xlsxbug/bin/xlsx2csv", line 318, in _convert sheet.to_csv(writer)...
When reading data with Geopandas the coords are flipped. This does not give any errors and just gives back empty results. Repro ``` usa = gpd.read_file('https://raw.githubusercontent.com/scdoshi/us-geojson/master/geojson/nation/US.geojson') usa = list(usa.geometry.iloc[0].geoms)[0] coords...
When reading some geojson files there are 3 coords, x, y, and z. This breaks the call in: ```h3.h3shape_to_cells``` It is however still possible to make a ```h3.H3Poly``` ## Repro...
just getting setup and this seems to have changed