Skip to content

Releases: jrasband-dev/pandas-geojson

pandas-geojson 2.2.1

13 May 15:55
e294901
Compare
Choose a tag to compare
  • Updated Package (#12)

Thank you to all our contributors for making this release possible!
@jrasband-dev

pandas-geojson 2.2.0

01 May 06:25
f3e66c7
Compare
Choose a tag to compare

✨ Enhancements

  • Improved Geometry Classes

🕷 Bug fixes

  • Fixed issue with GeoJSON Compliance (#10)

⚠️ Deprecations

  • Removed from_coordinates functions
  • Removed add_feature function in favor of add_features functionality
  • Removed GeoJSONFeature Class in favor of other Geometry Classes (such as Point, LineString Polygon, etc)

@jrasband-dev

pandas-geojson 2.1.0

24 Apr 03:34
Compare
Choose a tag to compare

✨ Enhancements

  • Added GeoJSON Geometry Classes (#7)

Thank you to all our contributors for making this release possible!
@jrasband-dev

pandas-geojson 2.0.1

23 Apr 02:33
Compare
Choose a tag to compare

✨ Enhancements

  • GeoJSON object
  • add_feature Function

⚠️ Deprecations

  • renamed function to_geojson to from_dataframe
  • renamed write_geojson to save_geojson