Skip to content

Releases: tonkintaylor/geopins-python

0.1.1

10 Nov 03:49
6fc84ae

Choose a tag to compare

🐞 Bugfixes

Previously, pinning a GeoDataFrame as a GeoPackage file would save it with last-modified metadata (which is inherent to the GeoPackage format). This meant that the default behaviour of .pin_write(..., force_identical_write=False) would not be respected, since the pin hash would change every write (with otherwise identical content). Now, the last-modified field is set to Unix time zero (i.e. 1970-01-01).

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

0.1.0

15 Oct 21:14
aa62dba

Choose a tag to compare

The initial release of geopins! For more information, please see the README.