Change the function `import_from_postgis` to do the import with country ISO code too
The function import_from_postgis(self, postgis_config, bounding_box)
imports the postgis exposure data into spatialite data locally, given a bounding box. We want to be able to get all the exposure data for a country, given its ISO code too. This needs to be added to the function.