ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
49 stars 14 forks source link

Satpy readers only version of SIFT #3

Closed ColinDuff closed 4 years ago

ColinDuff commented 6 years ago

When opening products SATPY readers should be used. Satpy is well supported and and have a number of product readers so should be used to open files and have SIFT should have no independent product readers.

djhoese commented 6 years ago

SatPy is already used with the Open File Wizard. The only change to make a satpy readers only version of sift would be to remove the File->Open menu option.

ColinDuff commented 6 years ago

Hi , i had already changed File Open to now use Satpy readers but what about your own data that you needed the File Open for - are these now all in Satpy

djhoese commented 6 years ago

The basic reading of data is probably implemented for each (really just ABI and AHI in L1B format) in SatPy, but may not produce all of the necessary metadata that SIFT would need. We would not want to remove File->Open until at least version 1.1 of SIFT.

djhoese commented 5 years ago

To provide an update on this issue: Satpy will be the only reader tool used in SIFT 1.1. The main issue I'm running in to now is deciding what Satpy readers should be enabled by default. There is currently no support for non-gridded data out of the box although that would be a nice future feature.

@ColinDuff @sjoro What readers do you need for the work you are doing? @gerritholl What readers are you interested in?

gerritholl commented 5 years ago

@djhoese I want use sift to play around using GOES-16 ABI CONUS data.

sjoro commented 5 years ago

@djhoese SEVIRI L1B and all L2, FCI L1B + L2, LI L2 as a starter. But in the end we need them all, also LEO satellites.

djhoese commented 4 years ago

This is available in version 1.1 which I will release shortly...at least as a python package.