iskandervito/PROBA-V-S1-S10-product-Matlab-reader

PROBA-V-S1-S10-product-Matlab-reader
ダウンロード: 38
更新 2017/2/19

This is a Matlab script for reading the PROBA-V S1/S10 products in an easy and handy way. It is developed because there was a high need from end users to be able to extract and read the PROBA-V images and convert them to an easy format to work with (e.g standard IDL/ENVI format).
FOLDERS
---------
->bin folder : folder containing the h5dump binary executable for HDF5 data extraction
->cfg folder : folder containing the layers.txt ascii file for the HDF5 layer selection
->input folder : folder to be used as input, all the HDF5 to be converted need to be copied in this folder (two samples are present)
->output folder : folder used by the conversion tool to store the output files
FILES
-------
pv_read.m : Matlab script to convert the PROBA-V S1-TOC, S1-TOA and S10-TOC HDF5 files into IDL/ENVI files
./cfg/layers.txt : ascii file for user HDF5 layer's selection

PROCEDURE
-----------

1- Under the cfg folder, use the layers.txt file to select the layers that need to be extracted from the HDF5 PROBA-V product.
to do that, add simply this character # behind the layer to be ignored
e.g. the layers.txt configuration below will extract only the TOA images from the HDF5 products, all other layers (e.g 'LEVEL3/GEOMETRY/SAA') are ignored

#LEVEL3/GEOMETRY/SAA
#LEVEL3/GEOMETRY/SZA
#LEVEL3/GEOMETRY/SWIR/VZA
#LEVEL3/GEOMETRY/SWIR/VAA
#LEVEL3/GEOMETRY/VNIR/VZA
#LEVEL3/GEOMETRY/VNIR/VAA
#LEVEL3/NDVI/NDVI
#LEVEL3/QUALITY/SM
LEVEL3/RADIOMETRY/BLUE/TOA
LEVEL3/RADIOMETRY/BLUE/TOC
#LEVEL3/RADIOMETRY/RED/TOA
#LEVEL3/RADIOMETRY/RED/TOC
LEVEL3/RADIOMETRY/NIR/TOA
#LEVEL3/RADIOMETRY/NIR/TOC
LEVEL3/RADIOMETRY/SWIR/TOA
#LEVEL3/RADIOMETRY/SWIR/TOC
LEVEL3/TIME/TIME

2- Run the matlab script pv_read.m
3- The output files are stored in the output folder using this convention
./output/PRODUCT-NAME/PRODUCT-NAME-LAYER
4- Enjoy

引用

Iskander Benhadj (2025). iskandervito/PROBA-V-S1-S10-product-Matlab-reader (https://github.com/iskandervito/PROBA-V-S1-S10-product-Matlab-reader), GitHub. に取得済み.

MATLAB リリースの互換性
作成: R2013b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersHDF5 についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.0.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。