forked from ESA-EarthCODE/polar_hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
118 lines (117 loc) · 4.95 KB
/
Copy pathmyst.yml
File metadata and controls
118 lines (117 loc) · 4.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
title: Polar Hackathon
description: Guided notebooks for discovering Antarctic datasets, converting them into cloud-native formats, combining them into analysis-ready collections, and using them in scientific workflows.
authors:
- name: European Space Agency
affiliations:
- id: ESA
institution: ESA
ror: https://ror.org/03wd9za21
github: https://github.com/ESA-EarthCODE/polar_hackathon
open_access: true
license:
content: CC-BY-4.0
code: MIT
copyright: "2026"
toc:
- file: 0_Introduction/intro.ipynb
- title: Introduction
children:
- file: 0_Introduction/agenda.md
- file: 0_Introduction/setup.md
- file: 0_Introduction/discourse.md
- file: 0_Introduction/Polar-TEP/polar-tep.md
children:
- file: 0_Introduction/Polar-TEP/dask-gateway.ipynb
- file: 1_Datasets/datasets_sumary.ipynb
children:
- file: 1_Datasets/ai4ais/access.ipynb
title: AI4AIS Larsen C cube
- file: 1_Datasets/albatros/access.ipynb
title: ALBATROS tidal elevation
- file: 1_Datasets/basal_melt/access.ipynb
title: Ice shelf basal melt
- file: 1_Datasets/bedrock_topography/access.ipynb
title: BedMachine Antarctica
- file: 1_Datasets/calving_fronts/access.ipynb
title: Calving fronts
- file: 1_Datasets/csao/access.ipynb
title: CS+AO sea ice thickness
- file: 1_Datasets/groundlines/access.ipynb
title: Grounding lines
- file: 1_Datasets/ice_temp/access.ipynb
title: Ice temperature profiles
- file: 1_Datasets/ice_velocity/access.ipynb
title: Ice velocity
- file: 1_Datasets/sec/access.ipynb
title: Surface elevation change
- file: 1_Datasets/sofresh/access.ipynb
title: SOFRESH sea surface salinity
- file: 1_Datasets/subglacial_lakes/access.ipynb
title: Subglacial lakes
- file: 1_Datasets/supraglacial_lakes/access.ipynb
title: Supraglacial lakes
- file: 2_Datacube/0_intro.ipynb
children:
- file: 2_Datacube/1_remote_cube_access.ipynb
title: Remote cube access
- file: 2_Datacube/2_build_single_cube_demo.ipynb
title: Build a single cube
- file: 2_Datacube/3_large_area_processing.ipynb
title: Large-area processing
- file: 2_Datacube/accessing_external_datasets/0_intro.md
title: Accessing external datasets
children:
- file: 2_Datacube/accessing_external_datasets/1_example_access_sentinel_data.ipynb
title: Access Sentinel-2 data
- file: 2_Datacube/accessing_external_datasets/2_example_access_era5_data.ipynb
title: Access ERA5 data
- file: 3_File_formats_and_metadata/0_intro.ipynb
children:
- file: 3_File_formats_and_metadata/cog/cog.md
children:
- file: 3_File_formats_and_metadata/cog/1_cog_from_nc.ipynb
title: Create COGs from NetCDF
- file: 3_File_formats_and_metadata/cog/1_cog_from_tiff.ipynb
title: Create a COG from GeoTIFF
- file: 3_File_formats_and_metadata/cog/2_cog_metadata.ipynb
title: COG STAC metadata
- file: 3_File_formats_and_metadata/parquet/parquet.md
children:
- file: 3_File_formats_and_metadata/parquet/1_parquet_from_nc.ipynb
title: NetCDF point data to GeoParquet
- file: 3_File_formats_and_metadata/parquet/1_parquet_from_shp.ipynb
title: Shapefile to GeoParquet
- file: 3_File_formats_and_metadata/parquet/2_parquet_metadata.ipynb
title: GeoParquet STAC metadata
- file: 3_File_formats_and_metadata/zarr/zarr.md
children:
- file: 3_File_formats_and_metadata/zarr/1_zarr_from_cog.ipynb
title: COGs to Zarr
- file: 3_File_formats_and_metadata/zarr/1_zarr_from_nc_1.ipynb
title: NetCDF to Zarr
- file: 3_File_formats_and_metadata/zarr/1_zarr_from_nc_2.ipynb
title: SOFRESH NetCDF to Zarr
- file: 3_File_formats_and_metadata/zarr/1_zarr_from_parquet(vector).ipynb
title: Rasterise GeoParquet to Zarr
- file: 3_File_formats_and_metadata/zarr/2_zarr_metadata.ipynb
title: Zarr STAC metadata
- title: Visualizations
children:
- file: 4_Visualisation/1_cog_visualisations.ipynb
title: COG visualizations
- file: 4_Visualisation/2_geozarr_conversion.ipynb
title: GeoZarr conversion
- file: 5_Hackathon_Code/0_intro.md
title: 5_Hackathon
subject: earth and related environmental sciences
site:
template: book-theme
options:
logo: static/EarthCODE_kv_transparent.png
actions:
- title: Learn about EarthCODE
url: https://earthcode.esa.int
domains: []