Microsoft Planetary Computer (MPC): Install Geemap on MPC

        This title is so true that Microsoft employees shed tears when they read it, and Google's stuff is installed on their products.

        But to be honest, it is true to install geemap on MPC! special! Don't! Silk! slip! Because he has a GPU, and the server is in Europe, so downloading any package is just a flash.

        You only need to run four lines of code to get everything done. Remember to enter it in Terminal mode! The Terminal mode is opened like this:

conda create -n gee python
conda activate gee
conda install -c conda-forge mamba
mamba install -c conda-forge geemap pygis

        Then just confirm the installation all the way, and click y twice in total.

        It looks like this when you're done:

        Because it is just installed, there is one thing that needs to be done: configure the license. This should be written in jupyter notebook mode. It is also done with two lines of code:

import ee
ee.Authenticate()

        Refer to this article for specific operations: http://t.csdn.cn/id83N

        The whole process will be done in five minutes!

        Mr. Wu specially wrote a tutorial to teach you how to use geemap on MPC: https://geemap.org/common/?h=getinfo

Guess you like

Origin blog.csdn.net/weixin_46812066/article/details/128594259