8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Elixir 挑戦記 - 衛星データからNDVI算出

Last updated at Posted at 2023-02-20

Elixir 挑戦記

  • 統合的アプローチによる学習
  • とりあえず手を動かしてみるシリーズ
  • 調べたり取り組んだりした内容をひたすら書いていく
  • あとで整理してまとめたい

やりたいこと

衛星データからNDVIを算出

mixプロジェクトの作成

kmlの読み込み

Tellus APIからのデータ取得~NDVI算出

Livebook -> exs へのエクスポートで適宜module化していきたい

Phoenix + LiveViewで可視化

NDVIはjsonに吐き出して参照するなどして、プロジェクトをわけてもいいかも

開発環境構築

dockerで構築

とりあえず必要そうなものは入れてしまう?

Elixir自体やライブラリのインストールについて学ぶため、ubuntuで試してみるのもありか?

リモートサーバの開発用コンテナで作業する

以下でお手軽接続

  • VSCode
    • Remote Explorer
    • Dev Containers

なるべく軽量化したい(後から)

以下が参考になりそう

デプロイも試してみたい

8
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?