Philip Chmielowiec

Results 227 comments of Philip Chmielowiec

> To clarify, do you mean the horizontal black line? Correct. The black outline around the plot.

https://github.com/holoviz/geoviews/blob/5f02c718f76984aa01b5e9a70e3012f7eebd0429/geoviews/plotting/bokeh/plot.py#L112-L123 This appears to be the code that sets up the outline's projection. I've tried to add combinations of `apply_extent=True` and `apply_ranges=True` to the `Shape` and `GeoShape` respectively with no...

Made a modification that scales the boundary in the `Y` direction which should help debug what changes need to me made to have the outline show up in the figure....

> What if you changed the padding slightly? Padding of the boundary shape or the entire figure?

Hi @liuquan18 Zonal averages are computing along lines of constant latitude, which is where the `lat` latitude` dimension comes from. We can see this when we plot the result: I'm...

> Hi [@philipc2](https://github.com/philipc2), > > Thanks for your quick reply. Zonal anomaly is similar to temporal anomaly. The temporal anomaly is calculated by subtracting a temporal mean (a fixed value...

> What if it's not pre-projected? Do you mean using not pre-projected data and then projecting using GeoViews?

We need to make sure that we implement the point-in-polygon algorithm for spherical geometry. There are dozens of implementations for standard planar geometry (shapely is the most obvious one), but...

@hongyuchen1030 Has this been added? If so, we can close the issue.

Hi @fluidnumerics-joe We haven't done much testing or exploration of FESOM grids, though we would love to support them directly. I'm taking a look at some of the grids listed...