Skip to content

A simple yet highly configurable Mastodon/Twitter bot that posts geotagged aerial imagery of a random location in the world.

License

Notifications You must be signed in to change notification settings

pakhuiying/aerialbot

 
 

Repository files navigation

A repository forked from doersino/aerialbot to obtain high-resolution google tiles.

Usage

Setup

Run the following commands to get it installed on your system:

$ git clone https://github.com/pakhuiying/aerialbot
$ python3 -m venv aerialbot
$ cd aerialbot
$ source bin/activate
$ pip3 install -r requirements.txt

Running

Then run getTiles.ipynb, first you must already know the corner coordinates of the scene you wish to retrieve. Use google maps as a guide.

What is this? It's a progress indicator. What does it do? It indicates progress. Source: doersino/aerialbot

Examples

2024-01-22

Image retrieved from 22nd Jan 2024 at southwest and northeast corner coordinates: (1.319010, 103.736650) and (1.319806, 103.737532), respectively.

2024-02-11

Image retrieved from 11st Feb 2024 at southwest and northeast corner coordinates: (1.319000, 103.736650) and (1.319806, 103.737532), respectively.

About

A simple yet highly configurable Mastodon/Twitter bot that posts geotagged aerial imagery of a random location in the world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.6%
  • Python 8.4%