File tree 5 files changed +277
-291
lines changed
5 files changed +277
-291
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/davidbrochart/xarray_leaflet/master?filepath=examples %2Fintroduction.ipynb )
1
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/davidbrochart/xarray_leaflet/master?urlpath=lab%2Ftree%2Fexamples %2Fintroduction.ipynb )
2
2
3
3
# xarray-leaflet: an xarray extension for tiled map plotting
4
4
Original file line number Diff line number Diff line change @@ -6,4 +6,9 @@ dependencies:
6
6
- tqdm
7
7
- scipy
8
8
- dask
9
+ - rasterio=1.2.6
10
+ - jupyterlab=3
9
11
- xarray_leaflet
12
+ - pip
13
+ - pip :
14
+ - ipyurl=0.1.2
Original file line number Diff line number Diff line change 232
232
],
233
233
"metadata" : {
234
234
"kernelspec" : {
235
- "display_name" : " Python 3" ,
235
+ "display_name" : " Python 3 (ipykernel) " ,
236
236
"language" : " python" ,
237
237
"name" : " python3"
238
238
},
246
246
"name" : " python" ,
247
247
"nbconvert_exporter" : " python" ,
248
248
"pygments_lexer" : " ipython3" ,
249
- "version" : " 3.8 .6"
249
+ "version" : " 3.9 .6"
250
250
}
251
251
},
252
252
"nbformat" : 4 ,
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ def get_data_files():
21
21
'matplotlib>=3' ,
22
22
'affine>=2' ,
23
23
'mercantile>=1' ,
24
- 'ipyspin>=0.1.1'
24
+ 'ipyspin>=0.1.1' ,
25
+ 'ipyurl>=0.1.2' ,
25
26
]
26
27
27
28
setup_requirements = [ ]
You can’t perform that action at this time.
0 commit comments