Towards A Framework For Offering Remote Sensing Data In An Analysis-Ready Format

Jianghua Zhao,Xuezhi Wang,Yuanchun Zhou,Qiming Qin
DOI: https://doi.org/10.1109/IGARSS.2018.8518458
2018-01-01
Abstract:Diverse storage formats, archive dispersal, and inconsistent naming make it difficult for researchers and the general public to find and access remote sensing data. To facilitate the use of remote sensing data, this paper provides an integrated framework for direct reading remote sensing data in a widely compatible and analysis-ready format, NumPy ndarray. The framework is composed of two main components. One is the raster data processing and storage model. All the operational gridded remote sensing data are split into tiles, and reorganized in n-dimensional array. Then the N-Dimensional data array is serialized into netCDF and stored into distributed file system. The other is the spatiotemporal filter to achieve parallel query, and it has been encapsulated into Internet-accessible application programming interfaces (APIs). The scenario of calculating NDVI of a specified spatiotemporal range given at last illustrate the efficiency and convenience of our platform provided for remote sensing data analysis.
What problem does this paper attempt to address?