Skip to content

Curious about the migration habits of different animals? You’ve come to the right place!

License

Notifications You must be signed in to change notification settings

GabrielThrasher/Animal-Migration-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal Migration Explorer

Animal Migration Explorer is an interactive program that combines data visualization through maps, curated articles, and real-time prompts to provide both visual and textual insights into migration patterns of animals.

Table of Contents

Preview

Below is a preview of some of the available features, including map generation and article recommendations.

  • Map Generation (example with the common terns):
    Map of the migration path of common terns from June 2011 to June 2012.
    Map of the migration path of common terns from June 2011 to June 2012.

  • Article Summaries (example with the common terns):
    List of links to and summaries of recommended articles about common terns.
    List of links to and summaries of recommended articles about common terns.

Technologies

Language:

  • Python (version 3.XX+)

API:

Database:

  • SQL

Setup/Run

To setup the program, run the following commands:

git clone https://github.com/GabrielThrasher/Animal-Migration-Explorer.git
cd Animal-Migration-Explorer
pip install -r requirements.txt

Afterwards, to run the program, make sure you are in the Animal-Migration-Explorer directory and execute the command below.

python -m app.main {width} {margin}

where width and margin are both integers and are both optional parameters. Acceptable width values are between 60 and 200 and is the number of characters wide you want your program to be. Meanwhile, margin, like in a Word document, is the amount of spaces (in this case, characters) you want on the edge of your program before the words appear. Margin values that are allowed are between 2 and 5. If you do not specify parameters for either width or margin, then the non-specified parameter will be set to their default value: width at 100 and margin at 3.

About

Curious about the migration habits of different animals? You’ve come to the right place!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages