-
Here we make a perfect wedge,
```
gdal_create -q -outsize 2 2 -f XYZ /vsistdout/|\
perl -anwle '$F[2]=$F[0]; print "@F"' > 0.xyz
cat 0.xyz
0.5 -0.5 0.5
1.5 -0.5 1.5
0.5 -1.5 0.5
1.5 -1.5 1.5
…
-
Following comment https://github.com/pedrocol/basal_mom5-collaborative-project/issues/69#issuecomment-1912908896, we concluded that we were not accounting the consequences of frazil at depth. The work…
-
According to the paper and pseudocode, three constant masks are added into input data, however neither of them tells the details. Where to download the constant masks and how to preprocess them? Thank…
-
### Contact Details
ssahoo2@alaska.edu
### Dataset description
The gridded weather typing classification (GWTC) system is a geographically- and seasonally-relative classification of multivariate su…
-
A long text (without whitespace) in the dataset description overflows dataset search results and makes the page layout broken. See screenshot below.
This is also visible in version 5.3 as well as on…
-
Seabirds, seals, manatees, and sea turtles are very different from each other and have many different lifestyles, but they face common dangers.
Many marine mammals are on the brink of extinction, a…
-
How are WEMI classes intended to be used in data?
I do not personally believe in Ws, Es, Ms, etc, as reified things, even on a conceptual level. Rather, as I say in other threads, I see them as vie…
-
I want SublimeHaskell to check my files when I do a save, but there are a lot of things that the linter grabs up, for example, a top-level declaration without a type signature, or shadowing a variable…
-
Following up on #4, we can improve our analysis by using some different datasets as the observational standard.
We might want to consider an actual observational product for precipitation, like GP…
-
**Reported by steven.c.hankin on 21 Apr 2011 16:15 UTC**
This ticket is the complement of the discussions in #1839. That ticket discusses running a group of Ferret commands from the Python environmen…