Giter Club home page Giter Club logo

eefolium's Introduction

Qiusheng Wu

GitHub Badge Twitter Badge Google Scholar Badge UTK Badge YouTube Badge LinkedIn Badge CV Badge Donate Badge Visitor Badge

Dr. Qiusheng Wu is an Associate Professor in the Department of Geography & Sustainability at the University of Tennessee, Knoxville. In addition, he holds positions as an Amazon Visiting Academic and a Senior Research Fellow at the United Nations University. Specializing in geospatial data science and open-source software development, Dr. Wu is particularly focused on leveraging big geospatial data and cloud computing to study environmental changes, with an emphasis on surface water and wetland inundation dynamics. He is the creator of several open-source packages designed for advanced geospatial analysis and visualization, including geemap, leafmap, and segment-geospatial. For a closer look at his open-source contributions, please visit his GitHub repositories at https://github.com/opengeos.


Open-source Projects


Latest Blog Posts


github stats Top Langs

eefolium's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

eefolium's Issues

eefolium

Hi

l am trying import eefolium by GEE. but it shows ModuleNotFoundError: No module named 'geemap.eefolium'

import geemap
Map = geemap.Map(center=[40,-100], zoom=4)
Map

import geemap.eefolium as emap
Map = emap.Map(center=[40,-100], zoom=4)
Map

image

No split map function

  • eefolium version:
  • Python version: 0.2.0
  • Operating System: Windows 11

Description

I was trying to implement a split_map function using eefolium as described in the documentation similar to what is implemented on geemap.
Although the documentation on eefolium indicates there is a Map.split_map( ) function, this does not seem to be the case as I keep receiving an AttributeError: Map object has no attribute 'split_map'.

I think it will be a great idea to include the implementation of a split_map function similar to what is available on geemap. I am especially using eefolium over geemap because it allows me to serialize the map object using; Map._repr_html_() function which is an important feature for me.

What I Did

class_vis_params = {'palette': ['#008000', ' #0000ff', ' #ff0000', ' #ffff00'], 'min': 1.0, 'max': 4.0, 'opacity': 1.0,}
from eefolium import Map
Map = eefolium.Map()

left_layer = geemap.ee_tile_layer(lulc_start, class_vis_params, "lulc_start")
right_layer = geemap.ee_tile_layer(lulc_end, class_vis_params, "lulc_end")

Map.split_map(left_layer, right_layer)

Crash

Crash:
AttributeError                            Traceback (most recent call last)
Cell In[54], line 8
      5 left_layer = geemap.ee_tile_layer(lulc_start, class_vis_params, "lulc_start")
      6 right_layer = geemap.ee_tile_layer(lulc_end, class_vis_params, "lulc_end")
----> 8 Map.split_map(left_layer, right_layer)
     10 Map

AttributeError: 'Map' object has no attribute 'split_map'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.