Gain hands-on experience with geospatial data processing and visualization using the GCP Maps API and Geopandas. Understand the fundamentals of geocoding, reverse geocoding, and geospatial data visualization in Python.
To check out the datasets used in this repo, please navigate to datasets.
To check out the code for geocoding and reverse geocoding, please refer to geospatial.py.
To check out the CSV file generated from the geocoding, please refer to geocoding.csv.
To check out the CSV file generated from the reverse geocoding, please refer to reverse_geocoding.csv.
To check out the Geospatial Data Processing and Visualization, please refer to datasci_7_geospatial.ipynb.