Skip to content

Commit 2da09be

Browse files
Apply suggestions from code review
Co-authored-by: Elias <[email protected]>
1 parent c993893 commit 2da09be

File tree

2 files changed

+2
-51
lines changed

2 files changed

+2
-51
lines changed

notebooks/Sec_01_Load_and_Examine.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"cell_type": "code",
193-
"execution_count": 22,
193+
"execution_count": null,
194194
"id": "9cdbd267",
195195
"metadata": {},
196196
"outputs": [

notebooks/Sec_05_RegionExtraction.ipynb

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -106,56 +106,7 @@
106106
"execution_count": null,
107107
"id": "c914e991-5400-4912-9771-db367b9058f8",
108108
"metadata": {},
109-
"outputs": [
110-
{
111-
"name": "stdout",
112-
"output_type": "stream",
113-
"text": [
114-
"\u001b[31mSignature:\u001b[39m\n",
115-
"BBox.__init__(\n",
116-
" self,\n",
117-
" lons: \u001b[33m'ArrayLike'\u001b[39m,\n",
118-
" lats: \u001b[33m'ArrayLike'\u001b[39m,\n",
119-
" ellps: \u001b[33m'str | None'\u001b[39m = \u001b[33m'WGS84'\u001b[39m,\n",
120-
" c: \u001b[33m'int | None'\u001b[39m = \u001b[32m256\u001b[39m,\n",
121-
" triangulate: \u001b[33m'bool | None'\u001b[39m = \u001b[38;5;28;01mFalse\u001b[39;00m,\n",
122-
") -> \u001b[33m'None'\u001b[39m\n",
123-
"\u001b[31mDocstring:\u001b[39m\n",
124-
"Create 3-D geodesic bounding-box to extract enclosed mesh, lines or point.\n",
125-
"\n",
126-
"The bounding-box region is specified in terms of its four corners, in\n",
127-
"degrees of longitude and latitude. As the bounding-box is a geodesic, it\n",
128-
"can only ever at most enclose half of an ellipsoid.\n",
129-
"\n",
130-
"The geometry of the bounding-box may be specified as either an open or\n",
131-
"closed longitude/latitude geometry i.e., 4 or 5 longitude/latitude values.\n",
132-
"\n",
133-
"Parameters\n",
134-
"----------\n",
135-
"lons : ArrayLike\n",
136-
" The longitudes (degrees) of the bounding-box, in the half-closed interval\n",
137-
" ``[-180, 180)``. Note that, longitudes will be wrapped to this interval.\n",
138-
"lats : ArrayLike\n",
139-
" The latitudes (degrees) of the bounding-box, in the closed interval\n",
140-
" ``[-90, 90]``.\n",
141-
"ellps : str, optional\n",
142-
" The ellipsoid for geodesic calculations. See\n",
143-
" :func:`pyproj.list.get_ellps_map`. Defaults to :data:`ELLIPSE`.\n",
144-
"c : float, optional\n",
145-
" The bounding-box face geometry will contain ``c**2`` cells.\n",
146-
" Defaults to :data:`BBOX_C`.\n",
147-
"triangulate : bool, optional\n",
148-
" Specify whether the bounding-box faces are triangulated. Defaults to\n",
149-
" ``False``.\n",
150-
"\n",
151-
"Notes\n",
152-
"-----\n",
153-
".. versionadded:: 0.1.0\n",
154-
"\u001b[31mFile:\u001b[39m ~/.conda/envs/everyday/lib/python3.13/site-packages/geovista/geodesic.py\n",
155-
"\u001b[31mType:\u001b[39m function"
156-
]
157-
}
158-
],
109+
"outputs": [],
159110
"source": [
160111
"?BBox.__init__"
161112
]

0 commit comments

Comments
 (0)