Skip to content

Save Object Polygons

Compare
Choose a tag to compare
@antarcticrainforest antarcticrainforest released this 24 Jan 10:24
· 122 commits to main since this release
546c645

The release adds the following features:

  • save the polygon edges of the tracked objects.
  • attach a map projection to the data.

The tracked objects are not saved in pandas DataFrames but in georeference DataFrames. Geopandas is used to create the new DataFrames. This allows for data analysis like with pandas and adds the ability to process geo-spatial information.