Lonboard Versions Save

A Python library for fast, interactive geospatial vector data visualization in Jupyter.

v0.7.1

1 month ago

What's Changed

Fixes :bug:

Full Changelog: https://github.com/developmentseed/lonboard/compare/v0.7.0...v0.7.1

v0.7.0

1 month ago

New! :sparkles:

Fixes :bug:

Other changes

New Contributors

Full Changelog: https://github.com/developmentseed/lonboard/compare/v0.6.0...v0.7.0

v0.6.0

3 months ago

New! :sparkles:

Fixes :bug:

New Contributors

Full Changelog: https://github.com/developmentseed/lonboard/compare/v0.5.0...v0.6.0

v0.5.0

5 months ago

New Features

Full Changelog: https://github.com/developmentseed/lonboard/compare/v0.4.2...v0.5.0

v0.4.2

6 months ago

v0.4.1

6 months ago

v0.4.0

6 months ago

[0.4.0] - 2023-11-10

New Features

  • New HeatmapLayer
  • New experimental module, with new layers (ArcLayer, TextLayer) and "layer extensions" (BrushingExtension, CollisionFilterExtension).
  • New "migration" notebook using the experimental ArcLayer.

Fixed

Full Changelog: https://github.com/developmentseed/lonboard/compare/v0.3.0...v0.4.0

v0.3.0

6 months ago

New Features

Fixed

Full Changelog: https://github.com/developmentseed/lonboard/compare/v0.2.0...v0.3.0

v0.2.0

6 months ago

Breaking Changes

  • Layers no longer render a map object. Instead, pass one or more layer instances into a lonboard.Map and display that.

New Features

  • Support multiple layers on a single map.
  • Tooltip with data information on hover.
  • Allow hex string color input to ColorAccessor.
  • Versioned documentation website
  • New examples
  • Experimental API to change map height

Fixed

New Contributors

Full Changelog: https://github.com/developmentseed/lonboard/compare/v0.1.2...v0.2.0