#author("2022-06-21T10:21:15+09:00","default:Miyashita","Miyashita")
#author("2022-07-11T16:16:45+09:00","default:Miyashita","Miyashita")
*Get started [#db2d2077]
Google Earth Engine のことを GEE と略記する場合があります.~
~

**Sign up [#yc5d4389]
ブラウザで [[Google Earth Engine>https://earthengine.google.com/]] のページから sign up をする.~
諸々の情報を入力する必要がある.~
商用利用を検討している場合は特別な何かが必要らしい.ここでは関係ないのでチェックボタンを押さずに sign upした.~
~

**エディタ? [#y7c913b5]
エディタというか IDE 的な何かには [[code.earthengine.google.com>https://code.earthengine.google.com/]] から.~
~

**データセット [#yaa3bb4c]
[[Earth Engine Data Catalog>https://developers.google.com/earth-engine/datasets/catalog]] にたくさんデータが転がっていて,GEE でインポートするコードも書いてある.~
~

** Python API [#i7b6ca4d]
たぶん手作業でやってられなくなるので,Python API をインストールしておく.
#codeprettify{{
python3 -m pip install --user google-api-python-client pyCrypto oauth2client earthengine-api
python3 -m pip install --user google-api-python-client pyCrypto oauth2client earthengine-api geeup
}}

Front page   Edit Diff Attach Copy Rename Reload   New List of pages Search Recent changes   Help   RSS of recent changes