Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cid-harvard/classifications
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonard33 committed Jun 8, 2020
2 parents 3a2220d + 4455975 commit c029ac3
Show file tree
Hide file tree
Showing 7 changed files with 515 additions and 515 deletions.
1 change: 0 additions & 1 deletion location/International/Atlas/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ def get_wdi_data():

c = Classification(parent_id_table, h)
c.to_csv("out/locations_international_atlas.csv")
c.to_stata("out/locations_international_atlas.dta")

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion location/International/Atlas/in/former_countries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AGO,FALSE
AIA,FALSE
ALB,FALSE
AND,FALSE
ANT,FALSE
ANT,TRUE
ARE,FALSE
ARG,FALSE
ARM,FALSE
Expand Down
518 changes: 259 additions & 259 deletions location/International/Atlas/out/locations_international_atlas.csv

Large diffs are not rendered by default.

Binary file not shown.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pandas>=0.22,<1.0
geopandas==0.6.2
gspread>=0.6.2,<1.0
six
unidecode
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="linnaeus",
version="v115",
version="v116",
author="Mali Akmanalp <Harvard CID>",
description=("Harvard CID's classification tools."),
url="http://github.com/cid-harvard/classifications/",
Expand Down

0 comments on commit c029ac3

Please sign in to comment.