Skip to content

Commit

Permalink
add version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsleh committed Jan 24, 2025
1 parent b918d42 commit e3a3206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions torchgeo/datasets/ai4arctic_sea_ice.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
class AI4ArcticSeaIce(NonGeoDataset):

Check failure on line 27 in torchgeo/datasets/ai4arctic_sea_ice.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (I001)

torchgeo/datasets/ai4arctic_sea_ice.py:6:1: I001 Import block is un-sorted or un-formatted
"""AI4Artic Sea Ice Dataset.
The Sea Ice Challenge Dataset contains Sentinel-1 SAR imagery, passive microwave radiometer observations
The `AI4ArcticSea Ice Challenge Dataset <https://data.dtu.dk/articles/dataset/Ready-To-Train_AI4Arctic_Sea_Ice_Challenge_Dataset/21316608>`_ contains Sentinel-1 SAR imagery, passive microwave radiometer observations
from AMSR2, and numerical weather prediction data from the ECMWF Reanalysis v5 (ERA5) dataset - all
gridded to match the Sentinel-1 SAR scenes geometrically. As label data, the dataset contains ice charts
manually produced by the ice analysts at the Greenland Ice Service and the Canadian Ice Service.
manually produced by the ice analysts at the Greenland Ice Service and the Canadian Ice Service. This is the
"Ready-To-Train" version of the dataset (Version 3).
Dataset features:
Expand Down

0 comments on commit e3a3206

Please sign in to comment.