-
I defined the following structure for my Stack Set:
```js
const app = new cdk.App();
const stack = new cdk.Stack(app);
new MyStackWithSharedResources(app, 'MyStackWithSharedResources');
const…
-
Dear all
According to your published paper, I defined regions with a z-normalized similarity score ≤−1.2 and a signal-to-noise ratio of r ≥ 0.6 as the significant changing. When using 40kb resoluti…
-
I can't nest an embedded resource description like so:
```
public_api :GET, "/users/:name/regions", "Get a user's regions"
param :name, String, desc: "Name of the user"
returns code: 200, desc: "R…
-
I am trying to create a land mask for Australia, and having a little trouble seeing how to do it from the docs, at least using the built-in region libraries. The only way I can see to extract a region…
bjfar updated
2 years ago
-
Presently, multiregion mesh cellzones in baraMesh are defined by using material points, it is not convenient to define many small cellzone regions. I think snappHexMesh has "cellZone inside" feature w…
-
In implementing a server for some of the IVOA protocols, it is necessary to be able to represent three basic geometric regions in Python: a "circle" (defined by a sky position and a radius), a "polygo…
-
this file base.pconf
```
{%- set intraday_regions = ["useu", "cnhkusadr"] -%}
{% if ny5 is defined and ny5 -%}
global.ny5 = true
{% else -%}
global.ny5 = false
{% endif -%}
{% if inject_…
-
In the context of geo testing... Let's say we have historical data of some KPI (such as sales, or customer sign ups) across multiple geographies. And we are considering running some geo testing on a s…
-
For GDPR compliance, it would be useful to side-step lawyers and data processing agreements entirely by allowing customers to store their data in the EU.
We could do this with a primary-primary dat…
ezekg updated
6 months ago
-
Currently there are a few output routines defined in `src/yelmo_io.f90` and in `src/yelmo_regions.f90`. The output routine in `src/yelmo_regions.f90` is used for writing integrated/averaged quantities…