Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 711 Bytes

File metadata and controls

19 lines (15 loc) · 711 Bytes

Animal Sightings Map

  • A small Flask application to view the results of animal sightings within range of a postcode area
  • Uses the Postcode IO API API to get location data for a postcode / random postcode.
    • Random postcode not yet fully implemented within the application but function can be called manually.
  • Queries the NBN Atlas API to get the animal sightings within a postcode area.
  • Only a few taxa have been hard-coded in the application.

TO DO:

  • Implement Random postcode funciton.
  • Get all taxonomic sightings within a postcode.
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install -r requirements.txt
python3 app.py