nielsr HF Staff commited on
Commit
631193f
·
verified ·
1 Parent(s): 39442d4

Add task category, paper link, and GitHub link to dataset card

Browse files

This PR improves the dataset card by adding the `task_categories: object-detection` metadata tag, a link to the associated paper, and a link to the GitHub repository. These additions enhance discoverability and provide essential context for users exploring the dataset on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - object-detection
5
+ tags:
6
+ - methane-detection
7
+ - hyperspectral
8
+ - satellite-imagery
9
+ ---
10
+
11
+ This repository contains two ML-ready datasets, comprising orthorectified and unorthorectified hyperspectral images from the Earth Surface Mineral Dust Source Investigation (EMIT) sensor, for methane detection. This dataset supports the research presented in the paper [Towards Methane Detection Onboard Satellites](https://huggingface.co/papers/2509.00626).
12
+
13
+ **Paper:** [Towards Methane Detection Onboard Satellites](https://huggingface.co/papers/2509.00626)
14
+ **Code:** https://github.com/spaceml-org/plume-hunter