Skip to content

Commit 19311f9

Browse files
committed
Update documentation
1 parent 50ee887 commit 19311f9

209 files changed

Lines changed: 20928 additions & 246675 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d4a0a2a6b4cb94cd1f5ee028f7e57228
3+
config: 273d9aa2da45586da9304820f782d4f2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_downloads/1907feeabc6c03859417b98892d18134/itslive_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def read_in_s3(http_url: str, chunks: Union[None, str, dict] = "auto") -> xr.Dataset:
99
"""
10-
Reads a zarr datacube given an S3 URL using
10+
Reads a zarr data cube given an S3 URL using
1111
xarray and returns it as a xr.Dataset.
1212
1313
Parameters

_downloads/3f3ecbe135489e4234845ed30876882f/s1_tools.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def extract_granule_id(filepath):
267267

268268

269269
# metadata wrangling processor
270-
def metadata_processor(vv_path: str, vh_path: str, ls_path: str, timeseries_type: str = "full"):
270+
def metadata_processor(vv_path: str, vh_path: str, ls_path: str, rtc_path:str, timeseries_type: str = "full"):
271271
cwd = pathlib.Path.cwd()
272272

273273
# Read VRTs
@@ -280,7 +280,8 @@ def metadata_processor(vv_path: str, vh_path: str, ls_path: str, timeseries_type
280280
ds_ls = ds_ls.rename({"band_data": "ls"})
281281
# make file paths lists for each variable
282282

283-
s1_asf_data = pathlib.Path(f"../data/raster_data/{timeseries_type}_timeseries/asf_rtcs")
283+
#s1_asf_data = pathlib.Path(f"../data/raster_data/{timeseries_type}_timeseries/asf_rtcs")
284+
s1_asf_data = pathlib.Path(rtc_path)
284285
# Make file path lists for vv, vh, ls
285286
variables_ls = ["vv", "vh", "ls_map", "readme"]
286287
filepaths_dict = create_filenames_dict(s1_asf_data, variables_ls)
Binary file not shown.
Binary file not shown.

_images/6b557ddb4d0818e900a86456ac3a58001abb6d6c11229cacb06f3986683591f2.png renamed to _images/14f6550aa35f0d7a478b73de5dfd521b1e459f499a30cb0bef7f0a16a4d99d2a.png

32.6 KB

_images/db11119a51a965c8e429c7abe0209326e7ab05a4f59ed4ead026c4abace5e417.png renamed to _images/14fb4f01e7a73e642892ec612c24c59a0ce0e0c4ebc216e01214c3b403dcb933.png

314 KB

_images/5c92972442e2ec5616d3dd2a1210110d4d4223fa7b4d41f0ff1c2c83369cd6b3.png renamed to _images/18a4d585cd8d60d8a539db9162576c496abd35d0b6f73f54d176fdd7bc04e665.png

61 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)