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

Injest Types #6

Open
gzt5142 opened this issue Dec 12, 2022 · 2 comments
Open

Injest Types #6

gzt5142 opened this issue Dec 12, 2022 · 2 comments
Assignees

Comments

@gzt5142
Copy link
Owner

gzt5142 commented Dec 12, 2022

python classes for each type of ingestion, along with the mapping to relate those classes to the relevant tables in the nldi database.

@gzt5142 gzt5142 self-assigned this Jan 3, 2023
@gzt5142
Copy link
Owner Author

gzt5142 commented Jan 3, 2023

To-Do:

  • Reach -- polylines associated with stream segments.
  • Point -- various types (POI, gages, etc).

@gzt5142
Copy link
Owner Author

gzt5142 commented Jan 3, 2023

I think I've changed my mind. Rather than having different classes for the ingestion types, I think I am going to tackle it more procedurally. The difference between point and reach only shows itself when linking to the NHD catchment data... will handle it there.

In the mean while, will ingest GeoJSON features and insert them into their feature table as-is. Catchment linking will be its own thing.

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

No branches or pull requests

1 participant