publicmatt
publicmatt
Any help with this issue would be appreciated!
Bump! Setting up gcamdata has been a struggle on our machines. Is there a docker image used internally that could be made available to the public?
I'm having the same trouble with an env value that is a int, but when it's loaded into the config, it's a string. So I think there's a potential need...
In case anyone is visiting this trying to get a GDF into duckdb, I've found the following works: ``` gdf['geometry'] = gdf['geometry'].to_wkt() out = duckdb.sql(""" SELECT * FROM gdf """).df()...
> Can you also add tests to ensure coverage? [Here](https://github.com/tr11/python-configuration/blob/main/CONTRIBUTING.md#running-the-tests) are the instructions on how to do that. Otherwise, I can take a look at it next weekend. I've installed...