David Hoese

Results 941 comments of David Hoese

From my skimming of code yesterday it seems there are a couple Visuals (maybe it was Markers and/or Meshes) where they manually reset the bounds in their own cache, but...

Hi! This package is still "alive" and has some function...just not much. At the moment it is almost entirely only for parsing and storing coordinate reference system (CRS) information and...

For any CRS operations, use pyproj. It is what geoxarray, rioxarray, and cartopy use and is compatible with rasterio's CRS objects.

Maybe not the README, but the installation instructions: https://vispy.org/installation.html Unfortunately these GL dependencies all fall under the umbrella of "install OpenGL on your system" and are different for each system...

I have very little experience with geopandas and really no experience with DEM data. I think geoxarray can be a dumping ground for anything that could be considered "generic" as...

Good points. I definitely have raster stuff in mind as my priority right now, but there are a lot of use cases on the horizon that vector/polygon operations are needed...

Sorry it took so long for me to get to this @ghiggi. I know we talked a little bit on slack about this, but when I started reading the issue...

It looks like 2 main properties are looked at: 1. Is this a geostationary projection? 2. Get satellite height For geostationary check, I added a helper method a while back...

I think this mostly just needs to resolve merge conflicts. My vague memory is that most of the interface questions were addressed in the "parent" PRs.

I'm not sure how I feel and I'm sure that I've flip flopped on my opinion multiple times over the life of these volume-based PRs. I feel like this feature...