Skip to content

K0gata/SGLI_Python_Open_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPOT: SGLI Python Open Tool

SPOT provides the reading interface, graphic output interface and map-projection function of GCOM-C/SGLI level-1 and level-2 product data on Python 3.

  • Latest Version (Master branch): alpha 1.0

Requirements


Usage

Quick Visualization

import spot

iwpr_data = spot.File('GC1SG1_YYYYMMDDhhmmsPPPSS_L2SG_IWPRK_vvvvv.h5')
chla_data = iwpr_data.get_product_data('CHLA')
spot.saveimg(iwpr_data, outpath='hoge.png')

For more detail, please see the wiki.

Installation

Installation on the current version provides manually only.

  1. Download
  2. Import the SPOT module on your script
import sys
sys.path.append('Directory path for the SPOT')
import spot

The PyPI and Conda packages are being prepared.

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details.

SPOT Implementation Status

for JAXA Standard Products (HDF5 format):

  • Level-1B
Product Status Remark
L1B VNR Completed -
L1B IRS Working -
L1B POL Waiting -
  • Level-2 Ocean
Product Status Remark
SST Completed -
NWLR Completed -
IWPR Completed -
  • Level-2 Terrestrial
Product Status Remark
LTOA Testing -
RSRF Testing -
VGI_ Testing -
LAI_ Testing -
AGB_ Testing -
LST_ Testing -
  • Level-2 Atmosphere
Product Status Remark
CLFG Working -
CLPR Working -
ARNP Testing -
ARPL Testing -
  • Level-2 Cryospher
Product Status Remark
OKID Working Not supported
SICE Working Not supported
SIPR Testing -
  • Level-2 Global
    Waiting (Not supported)

  • Level-3
    *Waiting (Not supported)

for JAXA/EORC JASMES Semi-Realtime Data (NetCDF4 format):
Waiting (Not supported)

Future Update Plan

Author

K. Ogata

About

SGLI Python Open Tool (SPOT) provides the reading interface, graphic output interface and map-projection function of GCOM-C/SGLI level-1 and level-2 product data on Python 3.

Topics

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages