Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue committed Feb 1, 2024
1 parent 59b454a commit f045cab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cloud-optimized-geotiffs/cogs-overview_resampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,14 @@
}
],
"source": [
"import subprocess\n",
"import os\n",
"\n",
"import earthaccess\n",
"\n",
"import matplotlib.pyplot as plt\n",
"\n",
"import rasterio as rio\n",
"from rasterio.session import AWSSession\n",
"from rasterio.plot import show\n",
"from rio_cogeo import cog_translate, cog_profiles\n"
"from rio_cogeo import cog_translate, cog_profiles"
]
},
{
Expand Down

0 comments on commit f045cab

Please sign in to comment.