Skip to content

Commit

Permalink
add .nc as lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
corentinmusard committed Aug 23, 2024
1 parent 969099b commit 677d163
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.nc filter=lfs diff=lfs merge=lfs -text
Binary file modified assets/data/example_satellite_data.nc
Binary file not shown.
6 changes: 3 additions & 3 deletions sdks/python/xarray.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ print(satellite_data.sun_elevation[0])
<xarray.DataArray 'sun_elevation' ()> Size: 8B
array(44.19904463)
Coordinates:
ingestion_time datetime64[ns] 8B 2024-07-22T09:06:43.558629
id <U36 144B '01807eaa-86f8-2a72-1a03-794e7a556271'
time datetime64[ns] 8B 2022-05-01T08:09:06.552000
ingestion_time datetime64[ns] 8B 2024-07-22T09:06:43.558629
id <U36 144B '01807eaa-86f8-2a72-1a03-794e7a556271'
time datetime64[ns] 8B 2022-05-01T08:09:06.552000
```

You can see in the preceding output that the first sun elevation value is `44.19904463`, but the output is not just a plain
Expand Down

0 comments on commit 677d163

Please sign in to comment.