Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to run utils/spatial/build.sh #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ModelEarth
Copy link

Added virtual environment steps.

Added note to download tl_2020_us_zcta520.zip

There was no build.sh in backend/utils, so changed path to use the one in backend/utils/spatial

How can we resolve the current error?:
./build.sh: line 13: spatialite: command not found

@abrie
Copy link
Owner

abrie commented Dec 12, 2021

Thanks for the PR!

I've been working to clean up the dependency scripts. They have now been committed to the main branch. I think the changes address the issues in this PR.

The ./build.sh script has been deprecated in favor of a Makefile in the backend/utils/spatial folder.

To download all the dependencies, use make downloads.

To build the database, use make all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants