Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Full stack application for displaying and analyzing active and cleared permit data from the City of Toronto

Notifications You must be signed in to change notification settings

Andre053/Toronto-Permits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

ABOUT

This project looks to analyze Toronto permit data.

It is a full-stack program with the following architecture:

  1. Frontend The website will be implemented as a React frontend.

It will be used for displaying the information. Central will be a map and a summary statistics page. The statistics will show historical and recent stats and can be customized to show information specifically interested to the user. The map will be divided by postal codes (FSA) and show data within a time frame. This will be made using React Next.

  1. Backend The backend will use Python FastAPI.

This will query and process permit data from the database.

  1. Database The database will be SQLite.

This will be used to store active and cleared permits.

Tools

  • Typescript, React
  • Python
  • SQLite

Frontend

The map

Requirements

  1. FSA GeoJSON Data for Toronto Can be represented as a polygon in GeoJSON format. To obtain the information:
  • Extracted from 2021 census FSA shape data
  1. Map library Leaflet is a solution. Implements Open Street Map Open Street Map: https://wiki.openstreetmap.org/wiki/Toronto

Things to add

Ideas for further features

Map

  • Highlight specific FSAs
  • Search for a postal FSAs
  • Additional map layers
  • Select multiple FSAs
  • Filter permits to show

Stats

  • Display overall statistics over a selected time frame
  • Filter statistics

About

Full stack application for displaying and analyzing active and cleared permit data from the City of Toronto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published