├── LICENSE ├── README.md ├── assets ├── GaofenBatch.gif ├── app_icon.ico └── app_icon.png ├── data ├── AtmosphericCorrectionParameter.yaml ├── GMTED2km.tif └── RadiometricCorrectionParameter.json ├── index.html ├── main.js ├── main.py └── package.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/README.md -------------------------------------------------------------------------------- /assets/GaofenBatch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/assets/GaofenBatch.gif -------------------------------------------------------------------------------- /assets/app_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/assets/app_icon.ico -------------------------------------------------------------------------------- /assets/app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/assets/app_icon.png -------------------------------------------------------------------------------- /data/AtmosphericCorrectionParameter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/data/AtmosphericCorrectionParameter.yaml -------------------------------------------------------------------------------- /data/GMTED2km.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/data/GMTED2km.tif -------------------------------------------------------------------------------- /data/RadiometricCorrectionParameter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/data/RadiometricCorrectionParameter.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/main.js -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/main.py -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/HEAD/package.json --------------------------------------------------------------------------------