Giter VIP home page Giter VIP logo

Comments (7)

giswqs avatar giswqs commented on May 21, 2024 2

Added search control and geocoding.

from geemap.

giswqs avatar giswqs commented on May 21, 2024 1

@stefanocudini I have not pushed the update to pypi and conda-forge yet. You will need to install the latest update from github using pip install git+https://github.com/giswqs/geemap. Then you can use the following lines within Jupyter notebook to create a map. Once the map is created, you should see the search button on the upper left corner.

import geemap
m = geemap.Map()
m

from geemap.

giswqs avatar giswqs commented on May 21, 2024 1

Unfortunately, Google Colab currently doesn’t support ipyleaflet. See here. I have another repo of 360+ jupyter notebooks that can be used on Colab with limited functionality using the folium package. Binder has security risks for Earth Engine.

When a user authenticates to the Earth Engine servers (i.e. uses ee.Authenticate), a 'credentials' file is created in a subfolder of the user's home directory. For example: ~/.config/earthengine/credentials. Anyone who gets access to this file will have access to your Earth Engine data, due to the very significant permissions you have granted (i.e. 1. View and manage your Google Earth Engine data; 2. Manage your data and permissions in Google Cloud Storage). This is fine on a computer that you control like your local machine or a cloud VM that you have created (and secured), but creating this file on a remote server that you don't control is a security risk. You are trusting that the organization or individual who manages the server will prevent others from accessing your credentials file. Binder instances are examples of these remote servers where your credentials file may be created.

from geemap.

giswqs avatar giswqs commented on May 21, 2024 1

Implemented.

from geemap.

stefanocudini avatar stefanocudini commented on May 21, 2024

hi!
where can I find a working demo?

from geemap.

stefanocudini avatar stefanocudini commented on May 21, 2024

you should publish a public working notebook on google colab or mybinder ;-)
for users who are not programmers

from geemap.

stefanocudini avatar stefanocudini commented on May 21, 2024

great!

from geemap.

Related Issues (20)

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.