Skip to content

Commit

Permalink
Quarto output
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 19, 2024
1 parent 2727678 commit 82184fe
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 0 deletions.
59 changes: 59 additions & 0 deletions notebooks/01_classification.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---\n",
"title: Classification\n",
"author: Pikall Nikolas\n",
"jupyter: \n",
" kernelspec:\n",
" name: \"01_classification\"\n",
" language: \"python\"\n",
" display_name: \"01_classification\"\n",
"---"
]
},
{
"cell_type": "code",
"metadata": {},
"source": [
"#| echo: true\n",
"#| code-fold: true\n",
"# Imports\n",
"import os\n",
"import xarray as xr\n",
"import numpy as np\n",
"import datetime as dt\n",
"import cmcrameri as cmc\n",
"import folium\n",
"from dotenv import dotenv_values\n",
"\n",
"from eodag import EODataAccessGateway, SearchResult, setup_logging\n",
"from rasterio.crs import CRS\n",
"\n",
"# Setup logging\n",
"setup_logging(0)"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Lorum ipsum"
]
}
],
"metadata": {
"kernelspec": {
"name": "01_classification",
"language": "python",
"display_name": "01_classification"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Loading

0 comments on commit 82184fe

Please sign in to comment.