Python
    Top
    環境 - Environment └─ 仮想環境 - Virtual environment 基本 - Base ├─ インポート - Import ├─ リスト - List └─ Class名・関数名の取得 - Getting name of class or function I/O - I/O ├─ コマンドライン引数 - Command line argument ├─ 標準入力 - Standard input ├─ 文字列長 - Length of String ├─ プレーンバイナリ - Plain binary ├─ NetCDF ├─ Shapefile ├─ NumPy独自のバイナリ - Binary for numpy ├─ テキスト - Text │ ├─ 書式指定 - Formatting │ └─ JSON └─ OSM (Open Street Map) numpy ├─ 配列 - Array │ ├─ 一般 - General │ ├─ 抜き出し(Index) - Extraction │ ├─ 抜き出し(Bool) - Extraction │ ├─ マスク - Masking │ └─ 結合 - Concatenate └─ 乱数 - Random number scipy └─ ndimage pyproj └─ 座標変換 - Coordinate conversion 描画 - Plotting ├─ 一般 - General │ ├─ 描画領域 - Plotting area │ ├─ 軸 - Axis │ ├─ カラーバー - Colorbar │ └─ 複数の図 - Multiple images ├─ グラフ (matplotlib.pyplot) - Graph │ ├─ 線グラフ - Line │ ├─ 棒グラフ - Bar graph │ ├─ 2次元マップ - 2D map │ ├─ 塗りつぶし - Fill │ ├─ ハッチング - Hatching │ ├─ 文字列 - Text │ └─ 凡例 - Legend ├─ 色 (matplotlib.colors) - Color │ ├─ カラーマップ - Colormap │ └─ カラーマップのサンプル - Colormap samples ├─ 地図 (mpl_toolkits.basemap.Basemap) - Map │ ├─ 一般 - General │ ├─ 海のマスク - Mask oceans │ ├─ 解像度変換 - Change resolution │ └─ 河川を消す - Removing rivers ├─ 地図 (cartopy) - Map │ └─ インストール - Installation └─ 応用 - Application ├─ ラスター格子の描画 - Drawing raster grid └─ 格子線の描画 - Drawing grid lines 日付・時間 - Date and time ├─ 一般 - General └─ 日付-DOY間の変換 - Conversion between date and DOY