You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need easy to install "sample/development" and "complete/prod" database installs. The project already more or less has these options and documentation of how to install each locally needs to be clear.
This issue can be closed once both options have been installed, the process documented carefully, and followup issues have been opened.
The text was updated successfully, but these errors were encountered:
I've been working through a simplified full scale database install. I did some work on the (currently internal) database load project and opened #100 to move parts of that load into this repository.
I've successfully gotten both the demo database and the prod database installed locally and will open a PR with some updates.
For a localized testing/demo/development database, the critical thing that I would want to see is the full NHD table(s), so that ingested features and be spatially joined to their comid counterparts from NHD.
The feature table itself should be present, along with the feature_* tables from which it inherits... but those source-specific feature tables don't necessarily need to be fully populated. Perhaps only one of the source tables can be fully populated, but the others only present with a handful of sample features present.
The crawler_source table is so small that it can be included -- or can be loaded from its TSV in the repo at the time the test database is built locally.
We need easy to install "sample/development" and "complete/prod" database installs. The project already more or less has these options and documentation of how to install each locally needs to be clear.
This issue can be closed once both options have been installed, the process documented carefully, and followup issues have been opened.
The text was updated successfully, but these errors were encountered: