- Go over some homework 2 questions
- AWS Educate by Felix. Slide Deck
- Demo pgAdmin 4 dashboard
- Wrap up questions as functions / Execute use cases with the technologies we've been exposed to so far.
- What's the closest bike station to my current position?
- Imagine that your phone gives the lat/lng. We'll add a geocoding API soon.
- How many Covid cases in my neighborhood?
- What's the closest bike station to my current position?
- Homework 3 is due Oct 22nd
- Install pgAdmin 4 and setup class server for access. Use the class credentials here and follow this AWS guide. You won't need to look at AWS RDS console as you have all the credentials needed in the JSON file.
- Read about SQL Injections
- Listen to Paul Ramsey talk about PostGIS in a podcast from last month: https://open.spotify.com/episode/5z9MbiMLOwAL1xO6WGbN6g?si=6KLb9ffGT9WzJlNfbxIDpw
- Review Homework 2
- Felix gives little presentation on AWS
- Putting the pieces together with Python?
- Getting data from the full OSM database via BigQuery
conda deactivate
to make sure you don't have an env activatedconda activate musa509week6
-- to activate the environment from last weekjupyter lab
- Writing and running Python scripts
- View AWS RDS PostgreSQL/PostGIS instance via pgAdmin4