Brendan Collins

Results 64 comments of Brendan Collins

- [ ] Add all GetMap Parameters ``` FORMAT: The supported formats are: image/png image/png;mode=32bit image/gif image/jpeg application/vnd.google-earth.kmz TIME: For gridded data with a discrete time axis this takes a...

Oh yeah. Totally understand. I will be trying to work out any kinks and committing changes as I go. Happy Holidays to all

@giswqs @satas12825 closing this issue as it lacks a reproducible case and is more than a year old without activity

@krishnaglodha thanks for submitting the issue. I'll take a deeper look at NDVI and see if anything changed with recent 3.12 xarray-spatial release. Can you tell post what type `dc.nir.data`...

@krishnaglodha you may be triggering a computation when running `isel`...I'm not totally sure. It sounds like there may be one layer in the response that does not have the dimensionality...

@gabengcuinirenne I think you want to split your image and run. I would checkout the batch examples in `docs/examples` like https://github.com/opengeos/segment-geospatial/blob/main/docs/examples/text_prompts_batch.ipynb

@dmraji I think "generally unsatisfactory" is fair because you are finding the combination of data quality and hyperparameters and most combinations will be bad....but the hope is that you find...

@harrisonjkaplan Thanks for the write up and sounds like a cool use case! Just to make sure I understand what you are looking for here: > For a given observer...

@harrisonjkaplan how about adding a new function to `/experimental` called something like `min_observable_elevation` with a signature like: ```python def min_observable_elevation(raster: xr.DataArray, x: Union[int, float], y: Union[int, float], target_elev: float) ->...

@trygvels Sorry for the late reply and thanks for the contribution Negative target elevation sounds reasonable so I'll help to test / merge