Responses

Joseph Thuha

I did the same in Ubuntu and it worked, but after migrating the project to windows, I got an error module 'ee' has no attribute Initialize()

  • Aug 31, 2020 |

Admin

Dear Joseph, Please go through this link for windows setup for GEE https://bikeshbade.com.np/tutorials/Detail/?title=Introduction%20to%20the%20Google%20Earth%20Engine%20Python%20API&code=10

  • Sep 04, 2020 |

DeepS

Thank you very much for this post. Your blog is great and is helping me immensely. I have a Javascript GEE code with a lot of UI. I need to make a web App. Should I include the UI (ipywidgets+geeMap) in views.py? I am an absolute beginner to both GEE, Python API and Python Web Apps. Could you please give me a workflow for how to go about it? I would be very grateful. Thanks.

  • Dec 29, 2020 |

Admin

Thanks for making use of my blog. About your questions, geeMap is a new python module that is based on the GEE python API. I won't suggest geemap for a web application as it's more like a notebook focus and has less flexibility. when you have a GEE core python API that is more flexible why use a secondary package. For a web application, I would prefer Django+ GEE API +(ipywidgets or folium)+ Postgres +posgis.

  • Jan 14, 2021 |

collins

How do i link gee to postgress database of the django project

  • Jul 07, 2021 |

Admin

Collins, linking Postgres in the Django project with GEE is quite similar to liking Postgres in Django. Just need to change the database in setting.py. are you thinking to link GEE imagery to postgres?

  • Jul 15, 2021 |

navid

Hello, Your site and your post are really amazing. I want to integrate GEE and Django rest api to implement the back-end of an app. I don't know how to do this.Would please give me some hints and pictures of the way

  • Sep 03, 2022 |

chris

Hi navid, am looking for something similar to your implementation. any progress?

  • Nov 26, 2022 |

Leave your comment