Database connection achieved in PostgreSql#1466
Merged
s223973381 merged 4 commits intobackend_workfrom Aug 9, 2025
Merged
Conversation
Includes Sprint 1: - Fetched 3 insect biodiversity datasets from Melbourne Open Data API - Combined and cleaned datasets to create a unified dataset of insect sightings - Identified unique species, location-based sightings, and seasonal patterns - Visualised distribution on interactive folium maps - Used GeoPandas and Seaborn for plotting and geospatial analysis Includes Sprint 2: - Compared Melbourne species against national GBIF API data to identify species unique to Melbourne - Generated biodiversity heatmaps (species richness by location) - Created taxonomic summaries for top orders, families, and genera - Performed DBSCAN clustering to detect insect density hotspots - Analysed seasonal trends across spring, summer, autumn, and winter - Wrote detailed tutorial explanations under each heading - Replaced all US spelling with AUS English (analyse, visualise, etc.) All checklist items are complete follows the correct template and is ready for review.
DS TEAM UC00042_Tracking_Unique_Insect_Species_in_City_of_Melbourne 100%
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Revised folders and files after database migration from mongoDB to PostgreSQL