Skip to content

Commit

Permalink
update notebook tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
juansensio committed Jun 18, 2024
1 parent f0858b1 commit 03f6e61
Show file tree
Hide file tree
Showing 5 changed files with 28,396 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@
)
from .routers import admin, migrate

<<<<<<< HEAD
VERSION = "2024.05.03"
=======
VERSION = "2024.06.14"
>>>>>>> develop

tags_metadata = [
{
Expand Down
3 changes: 3 additions & 0 deletions eotdl/eotdl/models/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,12 @@ def download_model(
)
if error:
raise Exception(error)
print(gdf)
df = STACDataFrame(gdf)
# df.geometry = df.geometry.apply(lambda x: Polygon() if x is None else x)
df.to_stac(download_path)
print("----")
print(df)
# download assets
if assets:
if verbose:
Expand Down
Loading

0 comments on commit 03f6e61

Please sign in to comment.