Skip to content

Commit ef84531

Browse files
committed
format
1 parent 7c25044 commit ef84531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geoengine/workflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ def plot_chart(self, bbox: QueryRectangle) -> VegaLite:
272272
spatial_bounds = urllib.parse.quote(bbox.bbox_str)
273273
resolution = str(f'{bbox.resolution[0]},{bbox.resolution[1]}')
274274

275-
plot_url = f'{session.server_url}/plot/{self}?bbox={spatial_bounds}&crs={bbox.srs}&time={time}&spatialResolution={resolution}'
275+
plot_url = f'{session.server_url}/plot/{self}?bbox={spatial_bounds}&crs={bbox.srs}&time={time}'\
276+
f'&spatialResolution={resolution}'
276277

277278
response = req.get(plot_url, headers=session.auth_header)
278279

0 commit comments

Comments
 (0)