Giter VIP home page Giter VIP logo

Comments (10)

giswqs avatar giswqs commented on May 22, 2024

@ChrisHarrod Thank you for the suggestion. I should be able to implement early next week. Stay tuned.

from streamlit-geospatial.

ChrisHarrod avatar ChrisHarrod commented on May 22, 2024

from streamlit-geospatial.

giswqs avatar giswqs commented on May 22, 2024

Source code has been implemented in geemap. Will add to the streamlit web app soon.

import geemap
geemap.ee_initialize()
title = "Gulf of Mexico - Sea Surface Temperature", 
geemap.modis_ocean_color_timelapse("Aqua", "2020-01-01", "2021-01-01", bands=["sst"], frequency="week", title=title, out_gif="modis.gif")

https://github.com/giswqs/geemap/blob/0b5b51cd90a30819a55112f410921a325e94caf1/geemap/timelapse.py#L3121-L3130


modis

from streamlit-geospatial.

giswqs avatar giswqs commented on May 22, 2024

It has been implemented. Try it out at https://streamlit.gishub.org

image

from streamlit-geospatial.

giswqs avatar giswqs commented on May 22, 2024

A colorbar will be added to the timelapse soon. #24

import geemap
import geemap.colormaps as cm 
geemap.save_colorbar(vis_params={'min': 20, "max":40, 'palette': cm.get_palette("coolwarm")}, tick_size=12, label="Surface temperature")

image

from streamlit-geospatial.

ChrisHarrod avatar ChrisHarrod commented on May 22, 2024

from streamlit-geospatial.

giswqs avatar giswqs commented on May 22, 2024

A colorbar can now be added automatically based on the selected palette. Try it out at https://streamlit.gishub.org. Feel free to let me know if you run into any issues.

from streamlit-geospatial.

ChrisHarrod avatar ChrisHarrod commented on May 22, 2024

from streamlit-geospatial.

giswqs avatar giswqs commented on May 22, 2024

I just added an option for entering visualization parameters. You can enter something like {'min': 23, 'max': 32}. See the sceenshot below. The colorbar will change accordingly.

Screenshot_20220103_155416

modis

from streamlit-geospatial.

ChrisHarrod avatar ChrisHarrod commented on May 22, 2024

from streamlit-geospatial.

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.