Skip to content

Tutorial Notes

Danny Knowles edited this page Mar 2, 2022 · 4 revisions

True Color (Sharpening) https://ftp.ssec.wisc.edu/pub/willemm/Creating_Reprojected_True_Color_MODIS_Images_A_Tutorial_process.pdf

Show How To Mask on a region

  1. Drawing a polygon
  2. Export/Import region shapefile
  3. Add in water depth

Notes: 3 types of Mask (MATHS, RANGE, GEOMETRY)

Installers

What is ocrvc acronym? What does "Clean Install" do? Deletes files and redownloads?

manifest.json example: "l2bin_defaults_CYAN.par": { "checksum": "08a263fa55fdbde1889b33779fae185da785b188ded97a07dc2a57a18eaa74c8", "mode": 33204, "size": 199, "tag": "v3.1.0-rc" },

wc -m l2bin_defaults_CYAN.par 199 l2bin_defaults_CYAN.par

size is number of characters in the file.

./install_ocssw --install_dir $OCSSWROOT --tag V2022.0 --seadas

Installing (1 of 6) - bin_macosx_intel Installing (2 of 6) - lib_macosx_intel Installing (3 of 6) - opt_macosx_intel Installing (4 of 6) - root Installing (5 of 6) - common Installing (6 of 6) - ocrvc Installing lut - common

--seadas (bundle group): --bin (bin_macosx_intel, lib_macosx_intel)
--opt (opt_macosx_intel) --root --common --ocrvc --luts (common)

Example 1:

GUI command

Screen Shot 2022-03-02 at 10 19 11 AM

Command Line

./install_ocssw --install_dir $OCSSWROOT --tag V2022.0 --seadas --modisa --src --viirsdem

Clone this wiki locally