opengeos / leafmap

A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
https://leafmap.org
MIT License
3.23k stars 388 forks source link

Improve points_from_xy function #978

Closed giswqs closed 1 week ago

giswqs commented 1 week ago
  1. Change default xy column names to None, accepting default column names, such as latitude, lat, y.
  2. Allow connect_points_as_lines to generate multiple lines.