-
## Why?
We know users are confused by some of the terms for organisations we use in the service like appropriate body, lead provider and delivery partner.
It would be useful for the service to have s…
-
```
if command -v yum &> /dev/null; then pkg_manager="yum"; elif command -v apt &> /dev/null; then pkg_manager="apt"; else echo "Neither yum nor apt is found. This script is not supported.."; exit 1;…
-
```
curl https://storage.googleapis.com/panels-api/data/20240916/media-1a-i-p~s | jq '.data | .[] | select(.dhd) | .dhd' | xargs wget
```
-
Python allows a semicolon for joining statements on one line, so there's precedent. It's mostly considered bad style in production code, but is useful for shell commands, although the inability to joi…
-
Currently the FIPNUM-Region-Zone mapping is exported in the following way:
1. Create xtgeo `fipnum`, `region`, `zone` `GridProperty`s from their respective RMS objects
2. Create a region table mappin…
-
## some ideas
- a tool that helps you remember
- a tool that makes learning efficient
- a tool that helps you remember using science
- a tool focused on helping you remember better
- a tool that …
-
Part of improving the first touch experience. (See #137)
The NGINX Unit home page should prominently feature an easy way to get started with Unit.
**Summary: we need a script that installs a CLI…
-
Currently field outlines are exported from RMS projects in the following way:
1. Define horizon and contacts, folder locations, polygon vertices limits
2. Convert horizon to `xtgeo.Surface`
3. For ea…
-
Currently fault polygons are exported from RMS projects in the following way:
- Specify the horizon names
- Specify a folder, under the assumption this folder exists for each horizon
- Loop through e…
-
With the name, # of counties, # of districts for the type of plan, and total population with commas.
```
{% assign state = site.data.states | where:"xx", xx | first %}
{% assign plan-lower = plan…