dtacs
DTACS: Onboard atmospheric correction emulator for S2 and PhiSat
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: ieee.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Repository
DTACS: Onboard atmospheric correction emulator for S2 and PhiSat
Basic Info
- Host: GitHub
- Owner: spaceml-org
- License: gpl-3.0
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://spaceml-org.github.io/DTACSNet/
- Size: 610 MB
Statistics
- Stars: 15
- Watchers: 7
- Forks: 2
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
DTACSNet: Onboard Cloud Detection and Atmospheric Correction With Efficient Deep Learning Models
Cesar Aybar§, Gonzalo Mateo-García§, Giacomo Acciarini§, Vit Ruzicka, Gabriele Meoni, Nicolas Longepe, Luis Gómez-Chova § development contribution
This repo contains an open implementation to run inference with DTACSNet models for atmospheric correction. This repo and trained models are released under a Creative Commons non-commercial licence

Install ⚙️:
bash
pip install dtacs
Run:
```python from dtacs.modelwrapper import ACModel modelatmosphericcorrection = ACModel(modelname="CNNcorrectorphisat2") modelatmosphericcorrection.load_weights()
acoutput = modelatmosphericcorrection.predict(l1ctoa_s2) ```
The figure above shows a sample of Sentinel-2 level 1C, DTACSNet model output and Sentinel-2 level 2A in the RGB (first row) and in the SWIR, NIR, Red (last row) composites.
Tutorials:
* Sentinel-2 inference tutorial.
* PhiSat II inference tutorial.
Citation
If you find this work useful for your research, please consider citing our work:
bibtex
@article{aybar_onboard_2024,
title = {Onboard {Cloud} {Detection} and {Atmospheric} {Correction} {With} {Efficient} {Deep} {Learning} {Models}},
volume = {17},
issn = {2151-1535},
url = {https://ieeexplore.ieee.org/abstract/document/10716772},
doi = {10.1109/JSTARS.2024.3480520},
urldate = {2024-11-12},
journal = {IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing},
author = {Aybar, Cesar and Mateo-García, Gonzalo and Acciarini, Giacomo and Růžička, Vít and Meoni, Gabriele and Longépé, Nicolas and Gómez-Chova, Luis},
year = {2024},
note = {Conference Name: IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing},
pages = {19518--19529}
}
Acknowledgments
DTACSNet has been developed by Trillium Technologies. It has been funded by ESA Cognitive Cloud Computing in Space initiative project number D-TACS I-2022-00380.
Owner
- Name: SpaceML
- Login: spaceml-org
- Kind: organization
- Website: spaceml.org
- Repositories: 19
- Profile: https://github.com/spaceml-org
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Mateo-Garcia" given-names: "Gonzalo" orcid: "https://orcid.org/0000-0002-0569-393X" affiliation: "Universitat de Valencia" title: "dtacs" version: 1.0.9 doi: 10.1109/JSTARS.2024.3480520 date-released: 2024-12-01 url: "https://github.com/spaceml-org/DTACSNet"
GitHub Events
Total
- Release event: 1
- Watch event: 2
- Member event: 1
- Push event: 16
- Create event: 2
Last Year
- Release event: 1
- Watch event: 2
- Member event: 1
- Push event: 16
- Create event: 2
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Gonzalo Mateo García | g****8@g****m | 28 |
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 19 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: dtacs
🛰️ Cloud Detection and Atmospheric Correction With Efficient Deep Learning Models
- Homepage: https://github.com/spaceml-org/DTACSNet
- Documentation: https://spaceml-org.github.io/DTACSNet/
- License: GPL-3.0
-
Latest release: 1.0.1
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- numpy *
- rasterio *
- segmentation_models_pytorch *
- torch >=1.13