Philip Chmielowiec

Results 230 comments of Philip Chmielowiec

> Can you see if matplotlib does the same? Same behavior. ```Python import geoviews as gv import holoviews as hv hv.extension("matplotlib") projection = ccrs.Orthographic(central_longitude=180) crs = ccrs.PlateCarree(central_longitude=180) gv.Path(gdf_180_lon, crs=crs).opts(projection=projection) ```

> Oh I meant pure matplotlib :P Oops! Here's a Matplotlib plot using a PolyCollection. There's some UXarray logic here, though the GeoDataFrames I generated above were also from UXarray....

> Maybe you can poke around here and see if you can spot the issue here: https://github.com/holoviz/geoviews/blob/main/geoviews/util.py#L54-L115 Will take a look!

Initially I was thinking that the line may be a reside of the frame surround the plot. After setting the following, the line is still there. ```Python backend_opts={ "axes.frame_on": True,...

Hi @wwieder (and thanks for pinging me @kafitzgerald !) Our intern is currently putting together two notebooks that analyze E3SM model output, which is on a `ne30` grid. The following...

Hi @tinaok Thank you for reaching out! We haven't previously worked with any WW3 model output before, however the dataset that you provided has enough information to create a triangular...

> I'm not able to import uxarray in a fresh new micromamba env due to static TLS error. Do you have any clue ? > > Thanks for your help...

HI @ahijevyc Apologies for not getting to this PR earlier. Looking at the implementation here, it looks great. It does however bring to light a possible need for us to...

> You suggesting changing the way we do aggregations entirely? We should be changing the API for it, since the current one is not sustainable if we plan to implement...

> > > You suggesting changing the way we do aggregations entirely? > > > > > > We should be changing the API for it, since the current one...