Skip to content

Releases: developmentseed/lonboard

v0.9.2

14 May 15:44
2233c68
Compare
Choose a tag to compare

Fixes 🐛

  • Reverse the layer order for automatically split geometry by @RaczeQ in #516

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

07 May 19:06
7fe0f99
Compare
Choose a tag to compare

Fixes 🐛

Version 0.9 will be yanked

Full Changelog: v0.9.0...v0.9.1

v0.9.0

06 May 17:26
9649bbd
Compare
Choose a tag to compare

This version was yanked due to #508. Use 0.9.1 instead.

New! ✨

Fixes 🐛

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

05 Apr 15:26
c8cf2e1
Compare
Choose a tag to compare

New! ✨

Fixes 🐛

Full Changelog: v0.7.1...v0.8.0

v0.7.1

23 Mar 03:11
07dcc3b
Compare
Choose a tag to compare

What's Changed

Fixes 🐛

Full Changelog: v0.7.0...v0.7.1

v0.7.0

21 Mar 20:27
be7b1cb
Compare
Choose a tag to compare

New! ✨

  • There's a new command-line interface (CLI)! Use the lonboard command to quickly visualize one or more data files readable by GDAL! For example: lonboard admins.geojson features.gpkg. By @kylebarron in #379

  • Type hinting for constructors and from_geopandas method. This should make it easier to pass the correct parameters into layers. This has been tested to work in IDEs like VSCode, but unfortunately appears not to work in JupyterLab. By @kylebarron in #399

  • Warn on missing CRS. One of the most common reasons that you might see an empty map is from accidentally visualizing data that is not in EPSG 4326 (longitude-latitude). We now emit a warning for data that doesn't have a CRS defined on the data. By @kylebarron in #395.

  • Lonboard is now on conda-forge! Install with conda install -c conda-forge lonboard. By @giswqs in #223

  • Add PointCloudLayer. By @kylebarron in #396

  • Add fly-to map action to "fly" the map to a new location. By @kylebarron in #408

  • Docs showcase page by @kylebarron in #401

  • Improve default colors in viz. We now attempt to apply some basic styling onto data passed into viz. This will likely further improve in the future. By @kylebarron in #389

Fixes 🐛

Other changes

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

13 Feb 17:53
6ca33a8
Compare
Choose a tag to compare

New! ✨

Fixes 🐛

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

01 Dec 21:32
2210998
Compare
Choose a tag to compare

New Features

Full Changelog: v0.4.2...v0.5.0

v0.4.2

13 Nov 21:23
9937994
Compare
Choose a tag to compare

Fixed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

13 Nov 16:52
338720f
Compare
Choose a tag to compare

Fixed

Full Changelog: v0.4.0...v0.4.1