Skip to content

Commit

Permalink
include additional link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolepaul committed May 18, 2021
1 parent 26088db commit 8768b73
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The dependencies are as follows:
* osgeo
* GDAL^^

*^There is currently a known issue where importing from shapely returned an AssertionError when loading the GEOS library. This can be resolved by installing shapely before fiona, rasterio, and GDAL. See [this link](https://sgillies.net/2019/06/23/fix-for-geos-dll-bug-shapely-1-7a2.html) for more details. If that doesn't work, try using the command ``pip install shapely --no-binary shapely``*
*^There is currently a known issue where importing from shapely returned an AssertionError when loading the GEOS library. This can be resolved by installing shapely before fiona, rasterio, and GDAL. See [this link](https://sgillies.net/2019/06/23/fix-for-geos-dll-bug-shapely-1-7a2.html) or [this link](https://github.com/Toblerity/Shapely/issues/553) for more details. If that doesn't work, try using the command ``pip install shapely --no-binary shapely``*


*^^GDAL requires installation prior to ``pip`` installation. This can be done using ``brew``. Windows users might consider installing GDAL using [OSGeo4W](https://trac.osgeo.org/osgeo4w/). macOS users might consider using the [KyngChaos installer](https://www.kyngchaos.com/software/frameworks/). Additionally, if the ``pip`` installation fails, be sure to check that the versions between ``brew`` and ``pip`` correspond to one another.*
Expand Down
2 changes: 1 addition & 1 deletion _config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# In the same units as the desired_crs (e.g. degrees for EPSG:4326)
# Cannot be equal to or less than the original resolution of the downloaded
# data
res = 0.01
res = 0.00833

# Desired coordinate reference system corresponding to input files
desired_crs = "EPSG:4326"
Expand Down
Binary file modified data/worldpop/prt_ppp_2020.tif
Binary file not shown.
Binary file modified data/worldpop/resampled_prt_ppp_2020.tif
Binary file not shown.

0 comments on commit 8768b73

Please sign in to comment.