Skip to content

Releases: ks905383/xagg

v0.2.6

26 Jan 20:48
57d9cbf
Compare
Choose a tag to compare

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

0.2.5

24 Jul 22:08
76501e9
Compare
Choose a tag to compare

Bug fixes, including:

  • allowing dataarray inputs into xa.pixel_overlaps()
  • fixing issue when the inputted gdf has its own existing index

0.2.4

14 May 16:36
d8f9be0
Compare
Choose a tag to compare

Fresh start in a fresh repo. v0.2.4 should fix many teething problems.