Skip to content

v0.2.6

Compare
Choose a tag to compare
@ks905383 ks905383 released this 26 Jan 20:48
· 121 commits to main since this release
57d9cbf

Bug fixes:

  • #11 pixel_overlaps no longer changes the gdf_in outside of the function

Functionality tweaks

  • added agg.to_geodataframe(), similar to agg.to_dataframe(), but keeping the geometries from the original shapefile
  • adapted xarray's ds.to_dataframe() in agg.to_dataframe(), which has better functionality
  • .csvs now export long instead of wide, using the output from ds.to_dataframe() above