Skip to content

Commit

Permalink
Merge pull request PolicyEngine#147 from nikhilwoodruff/microdata
Browse files Browse the repository at this point in the history
Microdata
  • Loading branch information
MaxGhenis authored Jul 19, 2021
2 parents 81bd8f3 + 72afbc8 commit ef2e5fa
Show file tree
Hide file tree
Showing 22 changed files with 894 additions and 4,882 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
"justMyCode": true
}
]
}
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: test
all: test stats

uninstall:
pip freeze | grep -v "^-e" | xargs pip uninstall -y
Expand Down Expand Up @@ -45,3 +45,6 @@ test:

serve-local: build
openfisca serve --country-package openfisca_uk

stats:
python docs/summary/generate_descriptions.py
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ The elements are described in different folders. All the modelling happens withi

The files that are outside from the `openfisca_uk` folder are used to set up the development environment. Installation instructions are located along with other documentation in the ```docs``` folder.

## Fast setup instructions

1. `pip install git+https://github.com/PSLmodels/openfisca-uk`

For microdata instructions, follow (from [openfisca-uk-data](https://github.com/nikhilwoodruff/openfisca-uk-data)):
2. Download the [synthetic FRS file](https://github.com/nikhilwoodruff/openfisca-uk-data/releases/download/synth-frs/synth_frs_2018.h5)
3. Run `openfisca-uk-data synth_frs save synth_frs_2018`

Or with the actual microdata:
2. Have the `8633~~~.zip` file ready
3. Run `openfisca-uk-data raw_frs generate 2018 8633~~~.zip`
4. Run `openfisca-uk-data frs generate 2018`

## Contact

The maintainer for OpenFisca-UK is Nikhil Woodruff - feel free to contact via [email](mailto:nikhil.woodruff@ubicenter.org).
Expand Down
Loading

0 comments on commit ef2e5fa

Please sign in to comment.