David Brochart

Results 1133 comments of David Brochart

Could you post the output of `r2`?

> As you have noticed, I'm a python newbie No worries, we've all been there :smile: > * latitude (latitude) float64 4.406e+06 4.406e+06 ... 4.436e+06 4.436e+06 > * longitude (longitude)...

It looks like you have a widget issue. Can you try installing in a fresh environment? I recommend using conda.

Hard to say without the code.

Thanks, it looks like you still don't have lat/lon in degrees: ``` Coordinates: latitude (y) float64 4.406e+06 4.406e+06 ... 4.436e+06 4.436e+06 longitude (x) float64 2.477e+05 2.477e+05 ... 2.776e+05 2.777e+05 wavelength...

Hi Christophe, sorry I didn't have time to look at it. I don't know why it doesn't work.

From this code: https://github.com/davidbrochart/xarray_leaflet/blob/36adfa464c4ede34c3df019474a0f9d72d2877c6/xarray_leaflet/xarray_leaflet.py#L114-L129 I think that only WGS84 is supported if it's a dynamic map, but static maps should support projections supported by Leaflet. Also, there is an example...

I think that for this to be possible, the re-projection step should not be hard-coded, but should be treated as a general (optional) transformation.

Thanks for reporting the issue @hamiddashti. See also https://github.com/pydata/xarray/issues/6844. This was fixed in #68, and I just released `0.1.16`.

I advise not using the Classic Notebook, which is deprecated in favor of JupyterLab or RetroLab. If you want to use the Classic Notebook, you need to pass a `get_base_url`...