add gdf_zonal_stat to main.py
Hello, I am not sure it's the best way to do this but I would like to propose a function to get the result of the zonal stat directly as a Geodataframe to keep all the properties and the geometry together with the initial vectors CRS. I you think there's a more efficient way to do this I would be happy to ear it.
Good idea for a user experience improvement. I'd like to see a test but we can add that later.
Are you talking about unit test or just an example ?
A unit test would be ideal. Geopandas is included in the CI test runner so it should work.
I am not sure I did it the right way but I added a unit test and updated the function to fit to a file path input