RagingTiger / nomad

Python library for geo-spatial search.
0 stars 0 forks source link

Implementation: Collecting Map Data #8

Open RagingTiger opened 1 year ago

RagingTiger commented 1 year ago

Some browser automation may be necessary to collect the requisite map data. Certainly map APIs like Google Maps API can allow you to *programmatically access the map data ... this may have some draw backs (i.e. need for API key, etc ...).

Tools like selenium could be used to get the desired map data (e.g. take a screenshot of the map) ...