Skip to content

Commit

Permalink
add more geojson sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ndx1905-github authored Dec 24, 2023
1 parent fec2ad0 commit bf1f8c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,20 @@
# Order is important there, the first source for a given Invader is the ground
# truth.
SOURCE_GEOJSON = [
# https://umap.openstreetmap.fr/fr/map/spacer-invaders-ods_848151
'https://umap.openstreetmap.fr/fr/datalayer/848151/2648604/',
# https://umap.openstreetmap.fr/fr/map/dump-positions-des-invaders-18122024_1000818
'https://umap.openstreetmap.fr/fr/datalayer/1000818/3083389/',
# https://umap.openstreetmap.fr/fr/map/space-invaders_425001
'https://umap.openstreetmap.fr/fr/datalayer/425001/1180599/',
# https://umap.openstreetmap.fr/fr/map/invader-world_952127
'https://umap.openstreetmap.fr/fr/datalayer/952127/2923771/',
# https://umap.openstreetmap.fr/fr/map/flash-invaders-el_883011
'https://umap.openstreetmap.fr/fr/datalayer/883011/2683553/',
'https://umap.openstreetmap.fr/fr/datalayer/883011/2688765/',
'https://umap.openstreetmap.fr/fr/datalayer/883011/2683552/',
'https://umap.openstreetmap.fr/fr/datalayer/883011/2683551/'
# Add later? (different naming scheme) https://umap.openstreetmap.fr/fr/map/space-invaders-map-france_879063
]


Expand Down

0 comments on commit bf1f8c7

Please sign in to comment.