Skip to content

Usage

Currently, the geospatial package only helps you install commonly used packages for geospatial analysis and data visualization with only one command, making it easier to set up a conda environment for geospatial analysis and avoid dependency conflicts during installation. The geospatial package itself does not have any meaningful functions yet. After installation, you can continue to the commonly used geospatial packages as usual. For example:

1
2
3
import leafmap
m = leafmap.Map()
m

Last update: 2024-03-18