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
Presently, the database join for the flowpath_ofes to fields relations is based on the (fbndid) field along with an annoying further join between flowpaths and fields on the (huc12, scenario) fields. I really want to get de-duplication running on my end before ACPF comes up with something more robust. So this schema is not going to suffice.
flowpath_ofes should use a foreign key to fields(field_id)
fbndid should be dropped from flowpath_ofes
The huc12 value in fields is super handy, but needs to go away as the value will not be unique to the field. This field is necessary to keep the import straight.
The text was updated successfully, but these errors were encountered:
Presently, the database join for the
flowpath_ofes
tofields
relations is based on the (fbndid) field along with an annoying further join betweenflowpaths
andfields
on the (huc12, scenario) fields. I really want to get de-duplication running on my end before ACPF comes up with something more robust. So this schema is not going to suffice.flowpath_ofes
should use a foreign key to fields(field_id)fbndid
should be dropped fromflowpath_ofes
TheThis field is necessary to keep the import straight.huc12
value infields
is super handy, but needs to go away as the value will not be unique to the field.The text was updated successfully, but these errors were encountered: