Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 18, 2024
1 parent a382d20 commit 646e803
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 0 deletions.
52 changes: 52 additions & 0 deletions notebooks/01_classification.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"cells": [
{
"cell_type": "raw",
"metadata": {},
"source": [
"---\n",
"title: Classification\n",
"author: Pikall Nikolas\n",
"keep-ipynb: true\n",
"---"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"outputs": [],
"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)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "01_classification",
"language": "python",
"name": "01_classification"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Loading

0 comments on commit 646e803

Please sign in to comment.