David Wheeler
Results
2
issues of
David Wheeler
I migrated a script that has been working fine under the system Python (3.6.8) to a venv (also based on system Python 3.6.8 but with its own site packages). One...
## Expected behavior and actual behavior. Attempting to save a GeoPandas dataframe using: ``` with fiona.Env(): gdf.to_file(kml_path, driver='KML', NameField='name') ``` produces a KML file in which the value for ``...
bug
resolved