Skip to content

Commit

Permalink
Removed Russia
Browse files Browse the repository at this point in the history
  • Loading branch information
filipvanlaenen committed Nov 2, 2023
1 parent 0094bab commit 47be7a0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 44 deletions.
1 change: 0 additions & 1 deletion bin/convert-all.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ convert_country be-vlg
convert_country be-wal
convert_country fr
convert_country gb-nir
convert_country ru
7 changes: 0 additions & 7 deletions data/parties/ru.psv

This file was deleted.

33 changes: 0 additions & 33 deletions data/polls/ru.psv

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ See [CSV Files at ASAPOP Website](https://storage.googleapis.com/asapop-website-
| Belgium: Flanders | [be-vlg.csv](be-vlg.csv), [be-vlg-E.csv](be-vlg-E.csv) and [be-vlg-N.csv](be-vlg-N.csv) | [be-vlg.png](be-vlg.png), [be-vlg-E.png](be-vlg-E.png) and [be-vlg-N.png](be-vlg-N.png) |
| Belgium: Wallonia | [be-wal.csv](be-wal.csv), [be-wal-E.csv](be-wal-E.csv) and [be-wal-N.csv](be-wal-N.csv) | [be-wal.png](be-wal.png), [be-wal-E.png](be-wal-E.png) and [be-wal-N.png](be-wal-N.png) |
| France | [fr.csv](fr.csv), [fr-E.csv](fr-E.csv) and [fr-N.csv](fr-N.csv) | [fr.png](fr.png), [fr-E.png](fr-E.png) and [fr-N.png](fr-N.png) |
| Russia | [ru.csv](ru.csv) and [ru-N.csv](ru-N.csv) | [ru.png](ru.png) and [ru-N.png](ru-N.png) |
| United Kingdom: Northern Ireland | [gb-nir.csv](gb-nir.csv), [gb-nir-E.csv](gb-nir-E.csv) and [gb-nir-N.csv](gb-nir-N.csv) | [gb-nir.png](gb-nir.png), [gb-nir-E.png](gb-nir-E.png) and [gb-nir-N.png](gb-nir-N.png) |

# Documentation
Expand Down
3 changes: 1 addition & 2 deletions src/psv2svg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
'be-vlg' => 'Flanders',
'be-wal' => 'Wallonia',
'fr' => 'France',
'gb-nir' => 'Northern Ireland',
'ru' => 'Russia' }
'gb-nir' => 'Northern Ireland' }

def write_svg_to_file(filename, svg)
doc = REXML::Document.new
Expand Down

0 comments on commit 47be7a0

Please sign in to comment.