In [1]:
%pip install folium
%pip install geopandas

%pip install pandas

import folium
import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np

import warnings
warnings.filterwarnings("ignore")
Requirement already satisfied: folium in c:\users\supre\anaconda3\lib\site-packages (0.12.1.post1)
Requirement already satisfied: numpy in c:\users\supre\anaconda3\lib\site-packages (from folium) (1.21.5)
Requirement already satisfied: branca>=0.3.0 in c:\users\supre\anaconda3\lib\site-packages (from folium) (0.5.0)
Requirement already satisfied: jinja2>=2.9 in c:\users\supre\anaconda3\lib\site-packages (from folium) (2.11.3)
Requirement already satisfied: requests in c:\users\supre\anaconda3\lib\site-packages (from folium) (2.27.1)
Requirement already satisfied: MarkupSafe>=0.23 in c:\users\supre\anaconda3\lib\site-packages (from jinja2>=2.9->folium) (2.0.1)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\supre\anaconda3\lib\site-packages (from requests->folium) (1.26.9)
Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\supre\anaconda3\lib\site-packages (from requests->folium) (2.0.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\supre\anaconda3\lib\site-packages (from requests->folium) (2021.10.8)
Requirement already satisfied: idna<4,>=2.5 in c:\users\supre\anaconda3\lib\site-packages (from requests->folium) (3.3)
Note: you may need to restart the kernel to use updated packages.
Collecting geopandas
  Using cached geopandas-0.11.1-py3-none-any.whl (1.0 MB)
Requirement already satisfied: pyproj>=2.6.1.post1 in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (3.3.1)
Requirement already satisfied: packaging in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (21.3)
Requirement already satisfied: pandas>=1.0.0 in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (1.4.2)
Collecting fiona>=1.8
  Using cached Fiona-1.8.21.tar.gz (1.0 MB)
  Using cached Fiona-1.8.20.tar.gz (1.3 MB)
  Using cached Fiona-1.8.19.tar.gz (1.3 MB)
  Using cached Fiona-1.8.18.tar.gz (1.3 MB)
  Using cached Fiona-1.8.17.tar.gz (1.3 MB)
Note: you may need to restart the kernel to use updated packages.
  Using cached Fiona-1.8.16.tar.gz (1.3 MB)
  Using cached Fiona-1.8.15.tar.gz (1.3 MB)
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_e74c2c8afcc4475f990bc9b23188e17c\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_e74c2c8afcc4475f990bc9b23188e17c\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-h9ujswfx'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_e74c2c8afcc4475f990bc9b23188e17c\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/67/5c/4e028e84a1f0cb3f8a994217cf2366360ca984dfc1433f6171de527d0dca/Fiona-1.8.21.tar.gz#sha256=3a0edca2a7a070db405d71187214a43d2333a57b4097544a3fcc282066a58bfc (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_0d47f1bc4b084ad7a904d53024e71c8c\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_0d47f1bc4b084ad7a904d53024e71c8c\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-fssu7w3a'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_0d47f1bc4b084ad7a904d53024e71c8c\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ec/f7/093890341a7e8fbfcdfa04caf4dfb588ebab32c13ceaa6a3819da79ea106/Fiona-1.8.20.tar.gz#sha256=a70502d2857b82f749c09cb0dea3726787747933a2a1599b5ab787d74e3c143b (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_2ca617eac5d246afbd87efa7a5b68a76\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_2ca617eac5d246afbd87efa7a5b68a76\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-1bt4cfb3'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_2ca617eac5d246afbd87efa7a5b68a76\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/a0/d9/6042aeb073d11341f7726de0586ff71c13117c34959dcf07bd4ee6d4b93e/Fiona-1.8.19.tar.gz#sha256=b9059e0b29c2e9e6b817e53f941e77e1aca7075f986005d38db307067b60458f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b35f074be05448d4b70a1cd962f90826\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b35f074be05448d4b70a1cd962f90826\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-q09n3bk_'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_b35f074be05448d4b70a1cd962f90826\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9f/e8/401cdaa58d862a25c4b3365acf7d2bd7ac77191e3dc9acdcdac0eff20ff0/Fiona-1.8.18.tar.gz#sha256=b732ece0ff8886a29c439723a3e1fc382718804bb057519d537a81308854967a (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b934497456624dc48c069f900959a2cb\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b934497456624dc48c069f900959a2cb\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-d8nsv6t1'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_b934497456624dc48c069f900959a2cb\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/88/62/69347ba2c41b526e1953c4cb66d51170b2869808863c03af202ba0121670/Fiona-1.8.17.tar.gz#sha256=716201c21246587f374785bec6d6a20a984fe1f6c2b0e83bf15127eb8f724d0c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_6662691403f4429fb2bf1515b3b9f361\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_6662691403f4429fb2bf1515b3b9f361\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-8m5orhwo'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_6662691403f4429fb2bf1515b3b9f361\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/1e/60/dfc6115a11338d8aa96cacd8c60635223d9c97d61d556c90acc5dfd663fa/Fiona-1.8.16.tar.gz#sha256=fd6dfb65959becc916e9f6928618bfd59c16cdbc413ece0fbac61489cd11255f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_336b5fc5768f42afb36d7d6111f9105e\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_336b5fc5768f42afb36d7d6111f9105e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-efa376df'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_336b5fc5768f42afb36d7d6111f9105e\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/55/2f/17450ec2c8fcc720a8a3e4d9a383499508475c7cfb90f7eca9fb585ac598/Fiona-1.8.15.tar.gz#sha256=3b1c9b5c834fae2fe947cfaea176db890bc6750d1a6ba9f54d969c19ffcd191e (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b41ba55c05eb438f97adcc1fbb7071e1\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b41ba55c05eb438f97adcc1fbb7071e1\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-u6mvmsfl'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_b41ba55c05eb438f97adcc1fbb7071e1\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/5c/fd/5ec54f2d9b3d5dd23dd443fad5630d6b872e2664814c68b856c47e0d65af/Fiona-1.8.14.tar.gz#sha256=6eac038206c89d2cf5f99ea38b81cc228dc21eac5f47870a9a32d453b0007f4d (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_9d753264321e469f82bfbb6d46bfbd20\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_9d753264321e469f82bfbb6d46bfbd20\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-z7rbwqv3'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_9d753264321e469f82bfbb6d46bfbd20\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/6d/42/f4a7cac53b28fa70e9a93d0e89a24d33e14826dad6644b699362ad84dde0/Fiona-1.8.13.post1.tar.gz#sha256=1a432bf9fd56f089256c010da009c90d4a795c531a848132c965052185336600 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b99b3b81dca34be3b0fd180e63ddf44c\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b99b3b81dca34be3b0fd180e63ddf44c\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-lwdx678g'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_b99b3b81dca34be3b0fd180e63ddf44c\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/be/04/31d0a6f03943b1684f32c9b861be40c1fd282468fa6bd54ddf4a774e6b0f/Fiona-1.8.13.tar.gz#sha256=5ec34898c8b983a723fb4e949dd3e0ed7e691c303e51f6bfd61e52ac9ac813ae (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_dbb754c19d4f4f1caa6d0d64127d067f\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_dbb754c19d4f4f1caa6d0d64127d067f\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-z_c81h0j'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_dbb754c19d4f4f1caa6d0d64127d067f\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/97/d8/feab39987296437fbdc3029fb39752a14355d217d73b93471010b8dd63a3/Fiona-1.8.12.tar.gz#sha256=c9266ddf6ae2a64fcea20014ddf27f800ac07584f2fdb09c2a02f3b3a52e371c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_11fad6c0a23d4542ab21cc8875dc846b\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_11fad6c0a23d4542ab21cc8875dc846b\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-liz3ri14'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_11fad6c0a23d4542ab21cc8875dc846b\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9d/f4/0a0ddc6174c4a93679b5f1dd3535e7ef8989828e6d5f86112de681f8c87b/Fiona-1.8.11.tar.gz#sha256=1e7ca9e051f5bffa1c43c70d573da9ca223fc076b84fa73380614fc02b9eb7f6 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_fe162fcc4b9947d2a648d536d2a70a6e\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_fe162fcc4b9947d2a648d536d2a70a6e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-h_8bmuxr'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_fe162fcc4b9947d2a648d536d2a70a6e\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/13/73/f80b491ed8559326fab202a6d6333a3cd6e8be1e9d782bc6c0d03d476457/Fiona-1.8.10.tar.gz#sha256=ff562eb2f3960e21f8c7f050ddd7f47a763869ea14afc2234a40df72666c6a2c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_922bbdbecb13429a8ac72e8da7d4f711\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_922bbdbecb13429a8ac72e8da7d4f711\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-uvv5bwel'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_922bbdbecb13429a8ac72e8da7d4f711\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9b/52/45e75507660ce0e86176d0f59b659560f687e2c7e9ebf82a10e7dcd2d3b7/Fiona-1.8.9.post2.tar.gz#sha256=210fb038b579fab38f35ddbdd31b9725f4d5099b3edfd4b87c983e5d47b79983 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_13baf72cd8cf4c6b89bbe5b824d18020\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_13baf72cd8cf4c6b89bbe5b824d18020\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-cw_aoowx'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_13baf72cd8cf4c6b89bbe5b824d18020\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/0e/a4/d9dd7399be809d3990f5000fb6ae43189ea26ae88be1bed3a4c9ddc1becc/Fiona-1.8.9.post1.tar.gz#sha256=d5e0ea0b8addffe9cba4cb59e2bd495b015230e7a1b1597974f5048211930199 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_1ca0354e4c21458bb3348f5e24d8dd44\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_1ca0354e4c21458bb3348f5e24d8dd44\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-lw_xxp6j'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_1ca0354e4c21458bb3348f5e24d8dd44\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ad/92/dcbd8c54d697c22f299b5af63b6df3acfbd06c6d72e249614c05be99337c/Fiona-1.8.9.tar.gz#sha256=4dd6e2f5327c1174143c7c8594a75d373bc72f2c9a2a6daee312c3186a128add (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_545446053b2e4884abf305c3f55661a6\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_545446053b2e4884abf305c3f55661a6\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-5oci6394'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_545446053b2e4884abf305c3f55661a6\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/94/7f/e288db1ad63d759d494c30caae34f865e0c6927588c490705e91b7134193/Fiona-1.8.8.tar.gz#sha256=711c3be73203b37812992089445a1e4e9d3d6b64e667389f7b15406e15a91e83 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_d494b87a2d134a0ab6b94caa66f86c20\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_d494b87a2d134a0ab6b94caa66f86c20\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-0dkcs43a'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_d494b87a2d134a0ab6b94caa66f86c20\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/78/62/daafd070aebefa639df247705b97f13f7cfad43895581b5cae41bd886709/Fiona-1.8.7.tar.gz#sha256=a55a23615bad3e142d4e4cda97bb5de83c778a80049222e9dffae93c13b5cf93 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b27ca37fbdbb4ed9ac664a9f66bc90f1\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b27ca37fbdbb4ed9ac664a9f66bc90f1\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-khssq1t6'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_b27ca37fbdbb4ed9ac664a9f66bc90f1\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/41/9d/63696e7b1de42aad294d4781199a408bec593d8fdb80a2b4a788c911a33b/Fiona-1.8.6.tar.gz#sha256=fa31dfe8855b9cd0b128b47a4df558f1b8eda90d2181bff1dd9854e5556efb3e (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_04fa4c0daf5a4a409aef6535e38832fe\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_04fa4c0daf5a4a409aef6535e38832fe\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-scx3032d'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_04fa4c0daf5a4a409aef6535e38832fe\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/7b/af/1c2c83c4a8363a4ce9fea817b1910b5e071bed012e18257faa2a0ab3cfe7/Fiona-1.8.5.tar.gz#sha256=4f5cc2d449edbbf693c83e24cdada72de7c41297383d16fcc92387eb445e9d35 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b0725cd5dfd04390bc9972495362c897\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_b0725cd5dfd04390bc9972495362c897\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-3oydov9p'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_b0725cd5dfd04390bc9972495362c897\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/3a/16/84960540e9fce61d767fd2f0f1d95f4c63e99ab5d8fddc308e8b51b059b8/Fiona-1.8.4.tar.gz#sha256=aec9ab2e3513c9503ec123b1a8573bee55fc6a66e2ac07088c3376bf6738a424 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_e9f0ca277b8b4eb4991bd5dcd3635263\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_e9f0ca277b8b4eb4991bd5dcd3635263\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-nspu1dci'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_e9f0ca277b8b4eb4991bd5dcd3635263\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/46/d1/fcdb32513a03abfde0d97fd9782ce0f8cc0540fa6c6ce783e87b94064964/Fiona-1.8.3.tar.gz#sha256=3e831100a23c3b6cd32b98baf0c9e2119d909b44a5cf4533d3625f61dcf2d2b1 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_6ae129c1ee08423c9f865d3a1b8f187b\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_6ae129c1ee08423c9f865d3a1b8f187b\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-1amzco1e'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_6ae129c1ee08423c9f865d3a1b8f187b\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/25/50/0466d5d83e1859c5ca38351ee932d64cc5635f9d4dad522879e58f4b0018/Fiona-1.8.2.tar.gz#sha256=4c6419b7ac29136708029f6a44b4ccd458735a4d241016c7b1bab41685c08d8f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_0dd4f30496f445c28f9e5c57a0efa40b\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_0dd4f30496f445c28f9e5c57a0efa40b\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-wf01g0ai'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_0dd4f30496f445c28f9e5c57a0efa40b\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/3e/5f/0c6704efeea2ff3fba7f54cc6ec38070157f21bc1cffa7bdfa7c9f6b8f7a/Fiona-1.8.1.tar.gz#sha256=4c34bb4c5cd788aaf14e5484c3b7de407b1a8a7c7b2d29bbb2e8b37931e83b8d (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_1dcd467692da42d6881892e050a5c4a9\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_1dcd467692da42d6881892e050a5c4a9\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-kn_qer99'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_1dcd467692da42d6881892e050a5c4a9\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/2a/bd/c1efc2680f338e5941121c776d6323af6b9698ac739e22ba523cee348a7f/Fiona-1.8.0.tar.gz#sha256=20141a9ece06daa7bb4333fba640c2fe39a49f8aca5492d1da8595d41e91844a (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  ERROR: Command errored out with exit status 1:
   command: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_c48cf017d1db49509c51bb21569d157f\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_c48cf017d1db49509c51bb21569d157f\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Supre\AppData\Local\Temp\pip-wheel-ff72dmwm'
       cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_c48cf017d1db49509c51bb21569d157f\
  Complete output (42 lines):
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'metadata_version'
    warnings.warn(msg)
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_python'
    warnings.warn(msg)
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_external'
    warnings.warn(msg)
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.9
  creating build\lib.win-amd64-3.9\fiona
  copying .\fiona\collection.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\compat.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\crs.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\drvsupport.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\errors.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\inspector.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\rfc3339.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\tool.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\transform.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\__init__.py -> build\lib.win-amd64-3.9\fiona
  creating build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\bounds.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\calc.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\cat.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\collect.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\distrib.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\dump.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\env.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\filter.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\helpers.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\info.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\insp.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\load.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\ls.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\main.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\options.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\__init__.py -> build\lib.win-amd64-3.9\fiona\fio
  running build_ext
  building 'fiona._transform' extension
  error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
  ----------------------------------------
  ERROR: Failed building wheel for fiona
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_c48cf017d1db49509c51bb21569d157f\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_c48cf017d1db49509c51bb21569d157f\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Supre\AppData\Local\Temp\pip-record-pp753eko\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Supre\anaconda3\Include\fiona'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-qop6aoah\fiona_c48cf017d1db49509c51bb21569d157f\
    Complete output (14 lines):
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'metadata_version'
      warnings.warn(msg)
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_python'
      warnings.warn(msg)
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_external'
      warnings.warn(msg)
    running install
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      warnings.warn(
    running build
    running build_py
    running build_ext
    building 'fiona._transform' extension
    error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_c48cf017d1db49509c51bb21569d157f\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-qop6aoah\\fiona_c48cf017d1db49509c51bb21569d157f\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Supre\AppData\Local\Temp\pip-record-pp753eko\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Supre\anaconda3\Include\fiona' Check the logs for full command output.
  Using cached Fiona-1.8.14.tar.gz (1.3 MB)
  Using cached Fiona-1.8.13.post1.tar.gz (1.2 MB)
  Using cached Fiona-1.8.13.tar.gz (1.2 MB)
  Using cached Fiona-1.8.12.tar.gz (1.2 MB)
  Using cached Fiona-1.8.11.tar.gz (1.2 MB)
  Using cached Fiona-1.8.10.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.post2.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.post1.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.tar.gz (1.2 MB)
  Using cached Fiona-1.8.8.tar.gz (1.7 MB)
  Using cached Fiona-1.8.7.tar.gz (1.7 MB)
  Using cached Fiona-1.8.6.tar.gz (1.7 MB)
  Using cached Fiona-1.8.5.tar.gz (1.7 MB)
  Using cached Fiona-1.8.4.tar.gz (1.1 MB)
  Using cached Fiona-1.8.3.tar.gz (1.1 MB)
  Using cached Fiona-1.8.2.tar.gz (1.2 MB)
  Using cached Fiona-1.8.1.tar.gz (1.1 MB)
  Using cached Fiona-1.8.0.tar.gz (1.4 MB)
Collecting geopandas
  Using cached geopandas-0.11.0-py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.10.2-py2.py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.10.1-py2.py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.10.0-py2.py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.9.0-py2.py3-none-any.whl (994 kB)
  Using cached geopandas-0.8.2-py2.py3-none-any.whl (962 kB)
Requirement already satisfied: shapely in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (1.8.2)
Collecting fiona
  Using cached Fiona-1.7.13.tar.gz (731 kB)
Requirement already satisfied: numpy>=1.18.5 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=1.0.0->geopandas) (1.21.5)
Requirement already satisfied: python-dateutil>=2.8.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=1.0.0->geopandas) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=1.0.0->geopandas) (2021.3)
Requirement already satisfied: certifi in c:\users\supre\anaconda3\lib\site-packages (from pyproj>=2.6.1.post1->geopandas) (2021.10.8)
Requirement already satisfied: six>=1.5 in c:\users\supre\anaconda3\lib\site-packages (from python-dateutil>=2.8.1->pandas>=1.0.0->geopandas) (1.16.0)
Requirement already satisfied: cligj>=0.4 in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (0.7.2)
Requirement already satisfied: click-plugins in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (1.1.1)
Requirement already satisfied: munch in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (2.5.0)
Requirement already satisfied: click>=4.0 in c:\users\supre\anaconda3\lib\site-packages (from cligj>=0.4->fiona->geopandas) (8.0.4)
Requirement already satisfied: colorama in c:\users\supre\anaconda3\lib\site-packages (from click>=4.0->cligj>=0.4->fiona->geopandas) (0.4.4)
Building wheels for collected packages: fiona
  Building wheel for fiona (setup.py): started
  Building wheel for fiona (setup.py): finished with status 'error'
  Running setup.py clean for fiona
Failed to build fiona
Installing collected packages: fiona, geopandas
    Running setup.py install for fiona: started
    Running setup.py install for fiona: finished with status 'error'
Requirement already satisfied: pandas in c:\users\supre\anaconda3\lib\site-packages (1.4.2)
Requirement already satisfied: python-dateutil>=2.8.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas) (2.8.2)
Requirement already satisfied: numpy>=1.18.5 in c:\users\supre\anaconda3\lib\site-packages (from pandas) (1.21.5)
Requirement already satisfied: pytz>=2020.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas) (2021.3)
Requirement already satisfied: six>=1.5 in c:\users\supre\anaconda3\lib\site-packages (from python-dateutil>=2.8.1->pandas) (1.16.0)
Note: you may need to restart the kernel to use updated packages.
In [4]:
import os
os.getcwd()
os.chdir("C:\\Users\\Supre\\Documents\\EDSC2022\\UCRB\\Folium Map")
print(os.getcwd())
C:\Users\Supre\Documents\EDSC2022\UCRB\Folium Map
In [5]:
sno=pd.read_csv("SNOTEL Site Info.csv")
sno.head()
sno.dtypes
Out[5]:
Site Name:           object
Site Type            object
Site ID:              int64
Sub Basin:           object
Latitude:           float64
Longitude:          float64
Elevation:           object
Reporting Since:     object
Website:             object
dtype: object
In [6]:
gauge=pd.read_csv("Gauge Site Info.csv")
gauge.head()
gauge.dtypes
Out[6]:
Site Name:           object
Site Type            object
Site ID:              int64
Sub Basin:           object
Latitude:           float64
Longitude:          float64
Elevation:           object
Reporting Since:     object
Website:             object
dtype: object
In [7]:
location = sno["Latitude:"].mean(), sno["Longitude:"].mean()
m = folium.Map(location=location, 
               zoom_start=9,
               control_scale=True)
In [8]:
location = sno["Latitude:"].mean(), sno["Longitude:"].mean()
m = folium.Map(location=location, 
               zoom_start=9,
               tiles=None,
               control_scale=True)

folium.TileLayer(tiles="https://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x}",
	              attr= "Tiles &copy; Esri &mdash; National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC",
                name="ESRI National Geographic").add_to(m)

folium.TileLayer(tiles="https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}",
               attr="https://usgs.gov",
               name="USGS Topographic Imagery").add_to(m)

folium.TileLayer(tiles="https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{z}/{y}/{x}", 
              attr="https://usgs.gov/",
              name="USGS Topographic Imagery (without label)").add_to(m)


folium.TileLayer(tiles="openstreetmap",
                name="Open Street Map").add_to(m)
             
folium.LayerControl().add_to(m)
Out[8]:
<folium.map.LayerControl at 0x1f00c6352e0>
In [20]:
location = sno["Latitude:"].mean(), sno["Longitude:"].mean()
m = folium.Map(location=location,
               zoom_start=6,
               tiles=None,
               control_scale=True)

#Lay out color patterns
style1 = {"fillColor": "#fcff42", "color": "#fcff42"}
style2 = {"fillColor": "#1E90FF", "color": "#1E90FF"}
style3 = {"fillColor": "#FF1493", "color": "#FF1493"}

#Add Colorado Basin, Tribal Lands, and Urban Centers vector layers
urban = ("Urban_Areas_in_the_Colorado_River_Basin.geojson")
urbgj = folium.GeoJson(urban, name="Urban Areas in the Colorado River Basin", style_function=lambda x:style1).add_to(m)
folium.GeoJsonTooltip(fields=["NAME10"], aliases=["Municipality/Urban Area:"]).add_to(urbgj)

tribal_lands = ("Tribal_Nations_Polygon_Boundaries.geojson")
trb = folium.GeoJson(tribal_lands, name="Tribal Nations Boundaries", style_function=lambda x:style3).add_to(m)
folium.GeoJsonTooltip(fields=["NAME"],aliases=["Tribal Nation:"]).add_to(trb)

crb = ("crb.geojson")
crbgj = folium.GeoJson(crb, name="Colorado River Basin", style_function=lambda x:style2).add_to(m)


#Add additional map layers  
folium.TileLayer(tiles="https://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x}",
               attr= "Tiles &copy; Esri &mdash; National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC",
               name="ESRI National Geographic").add_to(m)

folium.TileLayer(tiles="https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}",
               attr="https://usgs.gov",
               name="USGS Topographic Imagery").add_to(m)

folium.TileLayer(tiles="https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{z}/{y}/{x}", 
               attr="https://usgs.gov/",
               name="USGS Topographic Imagery (without label)").add_to(m)

folium.TileLayer(tiles="openstreetmap",
                name="Open Street Map").add_to(m)

folium.LayerControl().add_to(m)

# Add minimap
from folium import plugins
minimap = plugins.MiniMap(toggle_display=True)
m.add_child(minimap)

#Add fullscreen button to map
plugins.Fullscreen(position='topright').add_to(m)
draw = plugins.Draw(export=True)
m
Out[20]:
Make this Notebook Trusted to load map: File -> Trust Notebook