Skip to content

Source Code for the project "Learning from Cities": includes all data management, assimilation, cleaning and analysis code

Notifications You must be signed in to change notification settings

trivikverma/learningfromcities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Learning From Cities

Source Code for the project "Learning from Cities": includes all data management, assimilation, cleaning and analysis code

If you cannot load the virtual environment in your jupyter notebook, try the following, Install the ipython kernel module into your virtualenv pip install ipykernel

Now run the kernel self-install script: python -m ipykernel install --user --name=my-virtualenv-name

Install ArcGIS API for Python

  1. Update Conda conda update -n base conda
  • if you don't have the package manager conda, you can install it from anaconda (website)
  1. Create a new virtual environment with the conda package manager conda create -n <env_name> -c esri arcgis or using the pip package manager pip install arcgis
  2. Activate the environment source activate <env_name>
  3. Test within the Jupyter Notebook if you may

About

Source Code for the project "Learning from Cities": includes all data management, assimilation, cleaning and analysis code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published