-
The logic to process the LSF when photons are outside -150 and 150 degrees longitude is broken. This was reported by a user and confirmed by the development team.
-
Some models have undefined values around the date line (i-179 & 180, eg CanESM2) or at given longitudes (eg CCSM4).
Need to check interpolation option in binDensity.py
eguil updated
5 years ago
-
Cuando se supera la longitud máxima de algún campo al crear un registro, el error que aparece es "No se puede crear esta carpeta", cuando debería ser "Campo demasiado largo" o algo así, porque induce …
-
I have encountered an incompatibility issue between pygrib latlons() and NDFD oceanic grids (GRIB2 files). The longitudes do not seem to be read in correctly using latlons(). It seems that the result …
-
The `bounding_box` class:
https://github.com/ACCESS-NRI/replace_landsurface/blob/2dcc1d77ca4fb7d4dcb6311db575bd2b21d700b4/src/replace_landsurface_with_ERA5land_IC.py#L37-L115
ultimately, is used to …
-
In order to keep the longitudes in the correct position we can not simply subtract 180.
We need to take those longitudes that are greater than 180 and subtract 360. This keeps the 0/360 line along t…
-
Don't know if this is an issue of ggalt or a more fundamental problem with coordinate transformations, but using coord_proj(), some projections make large polygons disappear.
``` r
library(ggplot…
-
A geohash grid square becomes increasingly skinny as it gets closer to a pole. When geohashes used as an encoding for shape coverage (e.g. Lucene spatial's Geohash based SpatialPrefixTree), this is a…
-
### Description of the desired feature
I find myself working with 2D numpy ndarrays often. Then, for visualization purposes, I need to input the data into an xarray DataArray and plot it using pyGMT.…
-
In the example notebook [https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb](url)
The function named **get_common_overlap** permutes the corners.
Th…
feigl updated
1 month ago