From 469de094098c5cf149b9aeab9c2a7d23aa22c11d Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 11 May 2023 18:54:10 +0100 Subject: Finished filtering of new visualisation, started work on map char --- insinuations.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'insinuations.py') diff --git a/insinuations.py b/insinuations.py index 282b93e..107c84e 100644 --- a/insinuations.py +++ b/insinuations.py @@ -77,5 +77,10 @@ if __name__ == "__main__": else: host = "db" - with database.PayGapDatabase(host = host) as db: - print(db.search_company("University")) \ No newline at end of file + # with database.PayGapDatabase(host = host) as db: + # print(db.search_company("University")) + + import app + counties = [feature["properties"]["name"] for feature in app.UK_GEOJSON["features"]] + print(counties) + print(len(counties)) \ No newline at end of file -- cgit v1.2.3