From eb1cb8884ef773b6c7c3100078e1c69032a74827 Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Tue, 3 May 2022 17:26:05 -0400 Subject: [PATCH] Adding a note about Scipy installation on newer MacOS --- data/data-pipeline/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/data-pipeline/README.md b/data/data-pipeline/README.md index 66051aa4..5b843dbd 100644 --- a/data/data-pipeline/README.md +++ b/data/data-pipeline/README.md @@ -219,6 +219,8 @@ To install the above-named executables: - gdal: `brew install gdal` - Tippecanoe: `brew install tippecanoe` +Note: For MacOS Monterey or M1 Macs, [you might need to follow these steps](https://stackoverflow.com/a/70880741) to install Scipy. + ### Windows Users If you want to run tile generation, please install TippeCanoe [following these instructions](https://github.com/GISupportICRC/ArcGIS2Mapbox#installing-tippecanoe-on-windows). You also need some pre-requisites for Geopandas as specified in the Poetry requirements. Please follow [these instructions](https://stackoverflow.com/questions/56958421/pip-install-geopandas-on-windows) to install the Geopandas dependency locally. It's definitely easier if you have access to WSL (Windows Subsystem Linux), and install these packages using commands similar to our [Dockerfile](https://github.com/usds/justice40-tool/blob/main/data/data-pipeline/Dockerfile).