You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A project to practice building a PostgreSQL spatial database. Using my eBird life list as a starting point, I utilized the eBird API, Open-Meteo API, and IUCN Red List database to acquire additional data and construct four tables: Species, Observations, Locations, and Checklists. I then used these to build a database in PostgreSQL w/ PostGIS.