Skip to content

Commit

Permalink
Automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmock committed Oct 21, 2023
1 parent 44f65f3 commit a7b7158
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
36 changes: 36 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,24 @@
"source": "wikidata:P3303",
"rank": "normal"
},
{
"key": "Key:ref:GB:uprn",
"url": "https://uprn.uk/$1",
"source": "wikidata:P1630",
"rank": "preferred"
},
{
"key": "Key:ref:GB:uprn",
"url": "https://www.findmystreet.co.uk/map?usrn=$1",
"source": "wikidata:P1630",
"rank": "normal"
},
{
"key": "Key:ref:GB:usrn",
"url": "https://uprn.uk/usrn/$1",
"source": "wikidata:P1630",
"rank": "normal"
},
{
"key": "Key:ref:gss",
"url": "https://statistics.data.gov.uk/atlas/resource?uri=http://statistics.data.gov.uk/id/statistical-geography/$1",
Expand All @@ -1049,6 +1067,18 @@
"source": "wikidata:P1630",
"rank": "normal"
},
{
"key": "Key:ref:INEP",
"url": "https://culturaeduca.cc/equipamento/escola_detalhe/$1",
"source": "wikidata:P3303",
"rank": "normal"
},
{
"key": "Key:ref:INEP",
"url": "https://inepdata.inep.gov.br/analytics/saw.dll?Dashboard&NQUser=inepdata&NQPassword=Inep2014&PortalPath=/shared/Censo da Educação Básica/_portal/Catálogo de Escolas&Page=Detalhamento Escola&Action=Navigate&P0=1&P1=eq&P2=\"F - Catalogo Escola\".\"Código Entidade\"&P3=\"$1\"",
"source": "wikidata:P1630",
"rank": "normal"
},
{
"key": "Key:ref:INSEE",
"url": "http://id.eaufrance.fr/COM/$1",
Expand Down Expand Up @@ -1277,6 +1307,12 @@
"source": "wikidata:P1630",
"rank": "normal"
},
{
"key": "Key:ref:US:NID",
"url": "https://nid.sec.usace.army.mil/#/dams/system/$1/summary",
"source": "wikidata:P1630",
"rank": "normal"
},
{
"key": "Key:ref:vatin",
"url": "https://adisreg.mfcr.cz/adistc/adis/irs/irep_dph/dphInputForm.faces?form:dt:0:inputDic=$1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tag2link",
"version": "2023.09.21",
"version": "2023.10.21",
"description": "Formatter URLs for OpenStreetMap tags",
"keywords": [
"openstreetmap",
Expand Down
26 changes: 25 additions & 1 deletion taginfo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"data_format": 1,
"data_updated": "20230921T080000Z",
"data_updated": "20231021T080000Z",
"project": {
"name": "tag2link",
"description": "Formatter URLs for OpenStreetMap tags",
Expand Down Expand Up @@ -701,6 +701,18 @@
"key": "ref:GB:nhle",
"description": "https://www.heritagegateway.org.uk/Gateway/Results_Single.aspx?uid=$1&resourceID=5"
},
{
"key": "ref:GB:uprn",
"description": "https://uprn.uk/$1"
},
{
"key": "ref:GB:uprn",
"description": "https://www.findmystreet.co.uk/map?usrn=$1"
},
{
"key": "ref:GB:usrn",
"description": "https://uprn.uk/usrn/$1"
},
{
"key": "ref:gss",
"description": "https://statistics.data.gov.uk/atlas/resource?uri=http://statistics.data.gov.uk/id/statistical-geography/$1"
Expand All @@ -709,6 +721,14 @@
"key": "ref:hmdb",
"description": "https://www.hmdb.org/m.asp?m=$1"
},
{
"key": "ref:INEP",
"description": "https://culturaeduca.cc/equipamento/escola_detalhe/$1"
},
{
"key": "ref:INEP",
"description": "https://inepdata.inep.gov.br/analytics/saw.dll?Dashboard&NQUser=inepdata&NQPassword=Inep2014&PortalPath=/shared/Censo da Educação Básica/_portal/Catálogo de Escolas&Page=Detalhamento Escola&Action=Navigate&P0=1&P1=eq&P2=\"F - Catalogo Escola\".\"Código Entidade\"&P3=\"$1\""
},
{
"key": "ref:INSEE",
"description": "http://id.eaufrance.fr/COM/$1"
Expand Down Expand Up @@ -861,6 +881,10 @@
"key": "ref:US:EIA",
"description": "https://www.eia.gov/electricity/data/browser/#/plant/$1"
},
{
"key": "ref:US:NID",
"description": "https://nid.sec.usace.army.mil/#/dams/system/$1/summary"
},
{
"key": "ref:vatin",
"description": "https://adisreg.mfcr.cz/adistc/adis/irs/irep_dph/dphInputForm.faces?form:dt:0:inputDic=$1"
Expand Down

0 comments on commit a7b7158

Please sign in to comment.