Python for Raw Sentinel-2 data (PyRawS) is an open-source software providing utilities to open and process Sentinel 2 RAW data, which corresponds to a decompressed version of Level-0 data with additional metadata. The software is demonstrated on the first Sentinel-2 dataset containing raw data for warm temperature hotspots detection/classification.
According to Issue #6 , the "Sat" column is missing. This is supposed to be.
The "Sat" column is retrieved from thraws_db. cvs. However, there were some other issues.
Fixes:
Missing import on matplotlib.
New versions of pandas do not support "append" anymore. Changed to use pd.concat
Added installation and import of sns
Fixing SAT retrieval from the database.
Changing nomenclature of not_events (from event_NE_XX to event_XX_NE) broke this notebook. Fixing issue.
According to Issue #6 , the "Sat" column is missing. This is supposed to be. The "Sat" column is retrieved from thraws_db. cvs. However, there were some other issues.
Fixes: