Skip to content

Commit 0d45f71

Browse files
committed
Update documentation
1 parent cd5ee3e commit 0d45f71

145 files changed

Lines changed: 4726 additions & 781668 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: bb0945d3c7fa4c7a6bc2ef05821ab00a
3+
config: 09c14233a7ac1123f0887f00d633f6b9
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_downloads/1907feeabc6c03859417b98892d18134/itslive_tools.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ def find_granule_by_point(input_point: list) -> str:
7575
str
7676
The URL of the granule containing the specified point.
7777
"""
78-
catalog = gpd.read_file(
79-
"https://its-live-data.s3.amazonaws.com/datacubes/catalog_v02.json"
80-
)
78+
catalog = gpd.read_file("https://its-live-data.s3.amazonaws.com/datacubes/catalog_v02.json")
8179

8280
# make shapely point of input point
8381
p = gpd.GeoSeries([Point(input_point[0], input_point[1])], crs="EPSG:4326")
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
246 KB

0 commit comments

Comments
 (0)