ISPRS Journal of Photogrammetry and Remote Sensing
Emails: skrisliu@gmail.com, shixi5@mail.sysu.edu.cn
Preprint via this link
We've generated a new product of the whole Pearl River Delta region (9+2 cities), available here
Tiff file is available here (only core urban areas included)
Download Training and Testing Data from Google Drive or email me
Region | City |
---|---|
The Greater Bay Area | Guangzhou, Foshan, Shenzhen, Dongguan, Huizhou, Zhuhai, Zhongshan, Jiangmen, Macau, Hong Kong 广州,佛山,深圳,东莞,惠州,珠海,中山,江门,澳门,香港 |
The Shanghai Metropolis | Shanghai, Hangzhou, Shaoxing 上海,杭州,绍兴 |
The Beijing Metropolis | Beijing, Tianjin, Tangshan 北京,天津,及部分唐山 |
Download Pretrained Model from Google Drive.
The size of input is 64 × 64 with 10 channels
The channel order is (channel & Sentinel-2 band): [0,1,2,3,4,5,6,7,8,9] = [2,3,4,5,6,7,8,11,12,8A]
Please use the following normalization when applying the model.
The subimage should be
import keras modelfile = 'modelpath' model = keras.models.load_model(modelfile) data = np.float32(data) data = data/5000.0 for subimage in data: model.predict(subimage)
Please cite this paper as:
Shengjie Liu and Qian Shi, "Local Climate Zone Mapping as Remote Sensing Scene Classification Using Deep Learning: A Case Study of Metropolitan China," ISPRS Journal of Photogrammetry and Remote Sensing, 2020.
@article{liu2020lcz, title={Local Climate Zone Mapping as Remote Sensing Scene Classification Using Deep Learning: A Case Study of Metropolitan China}, author={Shengjie Liu and Qian Shi}, journal={ISPRS Journal of Photogrammetry and Remote Sensing}, volume={167}, pages={26--40}, year={2020}, publisher={Elsevier}, doi={10.1016/j.isprsjprs.2020.04.008} }