added gadm geo package dataset

This commit is contained in:
Sam
2021-02-11 11:26:05 +00:00
parent 202a1b14f6
commit 0a69fd8b89

View File

@@ -30,6 +30,7 @@ class Command(BaseCommand):
ds = DataSource('datasets/gadm36_ESP.gpkg')
# create country for spain
country_ds = ds[0]
country = Country.objects.create(name='España')
locations_file = 'datasets/locations.json'