https://github.com/opengeos/solara-geemap
An Earth Engine web app developed using Solara and geemap
https://github.com/opengeos/solara-geemap
earthengine earthengine-apps geemap geopython geospatial solara
Last synced: 7 months ago
JSON representation
An Earth Engine web app developed using Solara and geemap
- Host: GitHub
- URL: https://github.com/opengeos/solara-geemap
- Owner: opengeos
- License: mit
- Created: 2023-07-06T12:37:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T22:55:31.000Z (over 1 year ago)
- Last Synced: 2025-04-04T18:01:46.826Z (about 1 year ago)
- Topics: earthengine, earthengine-apps, geemap, geopython, geospatial, solara
- Language: Jupyter Notebook
- Homepage: https://huggingface.co/spaces/giswqs/solara-geemap
- Size: 43 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: Solara Geemap
emoji: 🏃
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
app_port: 8765
---
## Earth Engine Web Apps
### Introduction
**A collection of Earth Engine web apps developed using [Solara](https://github.com/widgetti/solara) and geemap**
- Web App:
- GitHub:
- Hugging Face:
### How to deploy this app on Hugging Face Spaces
1. Go to and duplicate the space to your own space.

2. You need to set `EARTHENGINE_TOKEN` in order to use Earth Engine. The token value should be copied from the following file depending on your operating system:
```text
Windows: C:\\Users\\USERNAME\\.config\\earthengine\\credentials
Linux: /home/USERNAME/.config/earthengine/credentials
MacOS: /Users/USERNAME/.config/earthengine/credentials
```
Simply open the file and copy **ALL** the content to the `EARTHENGINE_TOKEN` environment variable.


Alternatively, you can run the following code to retrieve your Earth Engine token:
```python
import geemap
geemap.get_ee_token()
```
Copy all the content of the printed token and set it as the `EARTHENGINE_TOKEN` environment variable.
3. After the space is built successfully, click the `Embed this Space` menu and find the `Direct URL` for the app, such as .


4. Add your own apps (\*.py) to the `pages` folder.
5. Commit and push your changes to the repository. Wait for the space to be built successfully.