Skip to content

codingeologist/Animal-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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