from google.colab import drive drive.mount('/content/drive') Google Colaboratryにデフォルトでないライブラリをインストール input[2] !pip install pygeos !pip install rasterio import input[3] import os os.environ['USE_PYGEOS'] = '0' import numpy as np import geopandas as gpd impor...
443ef7f..357cde9 master -> origin/master Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Requirement already satisfied: ipython in /usr/local/lib/python3.8/dist-packages (7.9.0) Collecting thop>=0.1.1 Downloading thop-0.1.1.post2209072238...
Google Earth EngineとGoogle Colabによる人工衛星画像解析 〜無料で始める衛星画像解析(入門編)〜では、Google Earth Engine (GEE)とGoogle Colabを利用した衛星画像の取得方法を紹介しました 本記事では、GEEで利用できる代表的な人工衛星データ(光学画像・植生指数・地表面温度)の解析方法を紹介します...
sudo update-alternatives --config python3 このような出力が出てくるので、python3.6に変更したい場合は、「Press to keep the current choice[*], or type selection number:」の後に1を入力する。 There are 2 choices for the alternative python3 (providing /usr/bin/python3). Selection Path Priorit...