Skip to content

[BUGFIX] Fix very long load times for query

sarsonl requested to merge feature/17-borehole-request into develop

issue #17 (closed) was that borehole queries with level=hydraulic were taking too long to load. This problem seemed to come from an ineffective use of sqlalchemy. Two queries heve been combined and a purposeless filter designed to keep borehole sections that had no valid hydraulics has been removed.

Merge request reports