Skip to content

Commit

Permalink
Update new location of data
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Blat committed May 30, 2019
1 parent 265c74d commit 1b340e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ into a Postgres database. The data is from years 2010 to 2016 and includes plann

### Setup

1 - Install Ruby 2.6.1
1 - Install Ruby (version [from here](https://github.com/PopulateTools/gobierto-budgets-data/blob/master/.ruby-version))

2 - Create a file `config/database.yml`. You can base it on `config/database.yml.example`

Expand All @@ -26,7 +26,7 @@ do it using `createdb`. Example:

## Understanding the data

_Ministerio de Hacienda y Administraciones Públicas_ publishes in their website [the data](http:https://serviciostelematicosext.minhap.gob.es/SGCAL/entidadeslocales/) of municipalities budgets, both the planned budget and the executed one. They have a couple of methodology notes in case you are interested in: [Nota Metodológica](http:https://www.minhap.gob.es/Documentacion/Publico/DGCFEL/InstruccionesAplicaciones/NOTA%20METODOL%C3%93GICA.Presupuestos%20y%20Liquidaciones.pdf) and [Metodología Base de datos Access](http:https://serviciosweb.meh.es/apps/EntidadesLocales/publicaciones/eell/Metodolog%C3%ADa%20base%20de%20Datos%20Access.doc). The data published is in Microsoft Access format.
_Ministerio de Hacienda y Administraciones Públicas_ publishes in their website [the data](https:https://serviciostelematicosext.minhap.gob.es/SGCAL/CONPREL) of municipalities budgets, both the planned budget and the executed one. They have a couple of methodology notes in case you are interested in: [Nota Metodológica](https:https://serviciostelematicosext.minhap.gob.es/SGCAL/CONPREL/Consulta/DescargaFichero?CCAA=&TipoDato=Presupuestos&Ejercicio=2019&TipoPublicacion=Access) and [Metodología Base de datos Access](https:https://serviciostelematicosext.minhap.gob.es/SGCAL/CONPREL/Consulta/DescargaFicheroMetodologico?idFichero=809). The data published is in Microsoft Access format.

We, at Gobierto, have followed these steps to convert it to SQL, which is a better format to
distribute the data.
Expand Down

0 comments on commit 1b340e7

Please sign in to comment.