Metadata-Version: 2.1
Name: stactools-sentinel3
Version: 0.2.0
Summary: Stactools package for Sentinel-3 OLCI (level 1 EFR, ERR and level 2 LFR, LRR, WFR), SLSTR (level 1 RBT and level 2 FRP, LST, WST), SRAL (level 2 LAN, WAT), and SYNERGY (level 2 AOD, SYN, V10, VG1, VGP) scenes.
Home-page: https://github.com/chorng/sentinel3
Author: Chung-Xiang Hong & William Ray
Author-email: chung.horng@sinergise.com, william.ray@sinergise.com
License: UNKNOWN
Project-URL: Issues, https://github.com/chorng/sentinel3/issues
Keywords: stactools,pystac,catalog,STAC,sentinel,OLCI,EFR,ERR,LFR,LRR,WFR,SLSTR,RBT,FRP,LWT,WST,SRAL,LAN,WAT,SYNERGY,AOD,SYN,V10,VG1,VGP
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# stactools-sentinel3

- Name: sentinel3
- Package: `stactools.sentinel3`
- PyPI: https://pypi.org/project/stactools-sentinel3/
- Owner: @chorng & @willrayeo
- Dataset homepage: https://registry.opendata.aws/sentinel-3/
- STAC extensions used:
  - [eo](https://github.com/stac-extensions/eo)
  - [proj](https://github.com/stac-extensions/projection/)
  - [sat](https://github.com/stac-extensions/sat)

This repository will assist you in the generation of STAC files for Sentinel 3 OLCI (level 1 EFR, ERR and level 2 LFR, LRR, WFR), SLSTR (level 1 RBT and level 2 FRP, LST, WST), SRAL (level 2 LAN and WAT), and SYNERGY (level 2 AOD, SYN, V10, VG1, VGP) datasets.

## Examples

### STAC

- [OLCI Level 1 EFR Item](examples/S3A_OL_1_EFR____20210820T103153_20210820T103453_20210820T124206_0179_075_222_2160_LN1_O_NR_002.json)
- [OLCI Level 1 ERR Item](examples/S3B_OL_1_ERR____20210902T054142_20210902T062554_20210903T103126_2652_056_262______LN1_O_NT_002.json)
- [OLCI Level 2 LFR Item](examples/S3A_OL_2_LFR____20180105T002409_20180105T002540_20180106T053045_0090_026_216_2069_LN1_O_NT_002.json)
- [OCLI Level 2 LRR Item](examples/S3B_OL_2_LRR____20210902T054142_20210902T062554_20210903T103456_2652_056_262______LN1_O_NT_002.json)
- [OLCI Level 2 WFR Item](examples/S3A_OL_2_WFR____20201006T012547_20201006T012847_20201007T100122_0180_063_302_3060_MAR_O_NT_002.json)
- [SLSTR Level 1 RBT Item](examples/S3A_SL_1_RBT____20210827T074336_20210827T074636_20210827T094954_0179_075_320_3060_LN2_O_NR_004.json)
- [SLSTR Level 2 FRP Item](examples/S3A_SL_2_FRP____20201104T001225_20201104T001525_20201105T060455_0179_064_330_1800_LN2_O_NT_004.json)
- [SLSTR Level 2 LST Item](examples/S3A_SL_2_LST____20180104T004105_20180104T022205_20180930T071122_6059_026_202______LR1_R_NT_003.json)
- [SLSTR Level 2 WST Item](examples/S3A_SL_2_WST____20190505T045344_20190505T063444_20190506T134130_6059_044_204______MAR_O_NT_003.json)
- [SRAL Level 2 LAN Item](examples/S3A_SR_2_LAN____20201003T195855_20201003T204924_20201028T210401_3029_063_270______LN3_O_NT_004.json)
- [SRAL Level 2 WAT Item](examples/S3A_SR_2_WAT____20190326T011836_20190326T020243_20190420T170416_2647_043_017______MAR_O_NT_003.json)
- [SYNERGY Level 2 AOD Item](examples/S3A_SY_2_AOD____20201119T153545_20201119T162000_20201120T223531_2655_065_168______LN2_O_NT_002.json)
- [SYNERGY Level 2 SYN Item](examples/S3A_SY_2_SYN____20190202T004600_20190202T004900_20190203T142947_0179_041_045_2700_LN2_O_NT_002.json)
- [SYNERGY Level 2 V10 Item](examples/S3A_SY_2_V10____20191216T110000_20191226T110000_20200105T114106_ASIAN_ISLANDS_____LN2_O_NT_002.json)
- [SYNERGY Level 2 VG1 Item](examples/S3A_SY_2_VG1____20200609T120000_20200610T120000_20200615T121610_CENTRAL_AMERICA___LN2_O_NT_002.json)
- [SYNERGY Level 2 VGP Item](examples/S3B_SY_2_VGP____20210213T192726_20210213T201112_20210215T060438_2626_049_099______LN2_O_NT_002.json)

### Command-line usage

Description of the command line functions

```bash
$ stac sentinel3 create-item source destination
```

Use `stac sentinel3 --help` to see all subcommands and options.


