{% extends "app_layout.html" %} {% block header_title %} {{ title }} {% endblock %} {% block title %} {{ title }} {% endblock %} {% block navbar %} {{ super() }} {% include "app_navbar_wells_dropdown.html" %} {% endblock %} {% block content %}

Skip down to queries for other systems

{% block wells_form_content %} Search:

Use any of the light blue outlined boxes in this "Search" section to run a search for wells. Only the first box that has search terms entered is used; subsequent boxes are ignored. If you want to refine the results of a search, use the "Filter" section below.



This box will work for a handful of wells. If you are trying
to search for more than a few, please use the
"Search for multiple wells" box on the homepage,
as it can handle text with hundreds or more of well IDs in it.


km (use 0 to disable)

- comma-separated list of either C, H, or N
(Use "C,H,N" to select all values if you want to filter with a different field)

- comma-separated list of frequencies.
(To select all use "1,2,3,4,6,12,24,R,S" )

(AND, OR)

- as above

- as above

- use * to match anything

(Use % to match anything)

(Must match exactly e.g. "Qpcb" will not match "Qpch+TpQau")

("Tbw" will also match "Qpcb+Tbw")

This only considers construction events and ignores survey events.



{% include "app_forms_wells_filter.html" %} {% include "app_forms_wells_sort.html" %}
{% endblock %}

{% block wells_content %} {% endblock %}

Queries for other systems

Return to the top of this page

EGIS layer definition query (ArcGIS / QGIS)

{{ egis_layer_definition_query }}

{% endblock %}