-
-
Parsing a valid DO number does return 'DO' as the country:
```ruby
2.7.2 :031 > Phonelib.parse("+1 809-538-0020").country
=> "DO"
```
But the country_code for dialing is simply returned as '…
-
E.g. the entire US with HI, AK and Puerto Rico. Investigate why.
-
When ingesting GOES channel 9 data for Puerto Rico, the original data for `int fixedgrid_projection` does not have a `coordinate` attribute (view this via `ncdump [file] | less`.
When running it t…
-
I have WinTV-quadHD USB on Ubuntu 20.04 for the Raspberry Pi scanning for sources with both w-scan and tvheadend with the pre-defined "United States: us-ATSC-center-frequencies-8VSB" muxes and it rece…
ghost updated
2 years ago
-
-
**Description**
Given the name of a country or territory, output the corresponding unicode flag each on a separate line.
**Example input**
```
Clipperton Island
Iran
Tristan da Cunha
New Zealan…
-
**SAMPLE CODE**
```
private string[] _states =
{
"Alabama", "Alaska", "American Samoa", "Arizona",
"Arkansas", "California", "Colorado", "Connecticut",
"De…
-
If a spider has an ISO 3166-1 suffix of `_cn`, `_fi`, `_fr`, `_nl`, `_no` or `_us` and then tries to output a location which is a subdivision of these countries, raise a warning.
An example could b…
-
**Describe the bug**
- Just remembered that the projection system is hardcoded currently here: https://github.com/dbekaert/RAiDER/blob/0d3af08917e171318bac1694d1663ede8e3fc974/tools/RAiDER/models/hrr…