main module

main.get_address_and_parking()

Geocode address and find close parking. Return GeoJSON along with availablity for parking spaces.

Parameters:
  • address (str) – The address entered by the user.
  • time (str) – The time entered by the user.
Returns:

GeoJSON – the address and parking in a GeoJSON.

main.main()