Skip to content

Commit

Permalink
README_with_geopanda_tips.md
Browse files Browse the repository at this point in the history
We have added some tips to install geopandas
  • Loading branch information
carolinaguardiola authored Mar 25, 2022
1 parent 4803d90 commit f42b608
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ An optional package must be installed for the use of **wavelet** analysis. It's

`pip install rpy2`

-----

In case you find problems installing geopandas, here we leave the procedure we have used to install geopandas from the Anaconda Powershell Prompt:

1. Create a new environment (in this example with the name enviname):

conda create --name enviname

2. Activate the new environment:

conda activate enviname

3. Install geopandas:

conda install -c conda-forge python=3.9 fiona shapely rasterio pyproj pandas jupyterlab jupyter geopandas

4. Open a new jupyter notebook from your working directory:

jupyter notebook --notebook-dir=c:\working_directory

### Dependencies

- `geopandas`
Expand Down

0 comments on commit f42b608

Please sign in to comment.