Skip to content

Commit

Permalink
Improve the common module by default (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Nov 28, 2024
1 parent a69197f commit e5740ec
Showing 1 changed file with 1 addition and 74 deletions.
75 changes: 1 addition & 74 deletions leafmap/leafmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,80 +18,7 @@
from . import osm
from . import pc
from . import plot
from .common import (
add_crs,
array_to_image,
basemap_xyz_tiles,
bbox_to_gdf,
cog_bands,
cog_bounds,
cog_center,
cog_tile,
convert_lidar,
create_legend,
create_mosaicjson,
csv_to_df,
csv_to_geojson,
csv_to_shp,
download_file,
download_from_url,
download_ned,
filter_bounds,
find_files,
gdf_to_df,
gdf_to_geojson,
gedi_download_files,
gedi_search,
geojson_to_gdf,
geojson_to_pmtiles,
get_3dep_dem,
get_api_key,
get_census_dict,
get_overture_data,
get_nhd_basins,
get_wbd,
image_comparison,
image_metadata,
image_to_numpy,
map_tiles_to_geotiff,
maxar_child_collections,
maxar_items,
netcdf_to_tif,
numpy_to_cog,
planet_monthly_tiles,
planet_quarterly_tiles,
planet_tiles,
plot_raster,
plot_raster_3d,
pmtiles_metadata,
pmtiles_style,
read_lidar,
read_netcdf,
read_raster,
read_rasters,
save_colorbar,
search_qms,
search_xyz_services,
set_api_key,
show_html,
show_youtube_video,
stac_assets,
stac_bands,
stac_bounds,
stac_center,
stac_info,
stac_search,
stac_stats,
stac_tile,
start_server,
vector_set_crs,
vector_to_gif,
view_lidar,
write_lidar,
zonal_stats,
WhiteboxTools,
whiteboxgui,
)
from .common import *


basemaps = Box(xyz_to_leaflet(), frozen_box=True)
Expand Down

0 comments on commit e5740ec

Please sign in to comment.