Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote on tooltips

Locations on the Explorer-map have tooltips showing details on licences, coordinates etc. Within a tooltip, a line-feed is established by useing '\n' (backward slash n).
The sorting macro combines tooltips of children by combining strings which end with , Column: , Layer:.

Step 5.1 Check table structure of all worksheets in Data spreadsheet handed over

Go to #Step 5.2. Grids_loc
The starting condition of this step is a populated DataTemplate, which contains all relevant information for the model.


Info
titleNotes on OSreference

OSreferences will provide the unique key to identify locations. The sorting macro will add layer details where needed, but the configurator has to ensure that two different boreholes/gauges etc. have two differents OSreferences.
Go to: How to populate OSreference coordinates from kilometer-coordinates

...

Step 5.1 Check table structure of all worksheets in Data spreadsheet handed over

Go to #Step 5.2. Grids_loc
The starting condition of this step is a populated DataTemplate, which contains all relevant information for the model.

When running the NGMS_Locations_Generator, it will pick up this spreadsheet, conduct a variety of checks and sorts all locations in the appropriate order. For this purpose, the Generator uses hardWhen running the NGMS_Locations_Generator, it will pick up this spreadsheet, conduct a variety of checks and sorts all locations in the appropriate order. For this purpose, the Generator uses hard-coded references to named worksheets and specific columns within a worksheet. To prevent failure in this processing, the following checks the need to be conducted on the table structure of the populated DataTemplate.

...

  1. Populate column I (OSreference) based on XY-coordinate of borehole (column K and L).
    Go to: How to populate OSreference coordinates from kilometer-coordinates
  2. Check that column A,B,C,D are populated in correspondence to the provided runs (ModuleDataSets)
  3. Check that the number of locations/licences as listed in the spreadsheet corresponds (at least) to the number of wells in each WEL-file
  4. Verify that the column(s) as used for the location name are properly populated with appropriate information (i.e. preferably no 'unknowns, 'na' etc.)

...

  1. Populate column I (OSreference) based on XY-coordinate of borehole (column K and L). Go to: How to populate OSreference coordinates from kilometer-coordinates
  2. Verify that the column(s) as used for the location name are properly populated with appropriate information (i.e. preferably no 'unknowns, 'na' etc.)

...

  • The XY-position of the grid cell will be adopted as the XY-coordinate of the point location for this boreholegauge. Taking this position over the actual NGR-coordinate will ensures that the interpolation from gridcell to flow gauge - using the closest distance method - will be in line with the way that the model has been set up.
  • The NGR-coordinates are typically displayed in the tooltip.
  • The OSreference will be used for the unique identifier of each borehole. It is recommended, but not required, to convert the gridcell position to OSreference. In any case, please document properly what coordinate has been used for this purpose.
  • The sorting macro contains hard-coded column references. It is therefore essential that SitceCode starts at column C. Note the difference with column usage for the GW abstraction points.

...

  1. Remove the example rows (if any) such that the row 36 is the first one containing the actual data
  2. Define concatenate functions for cell B16, B17, B18, B19, B21, B22. The actual contents depends on data availability.
  3. Populate column I (OSreference) based on XY-coordinate of borehole (column K and L).
  4. Verify that the column(s) as used for the location name are properly populated with appropriate information (i.e. preferably no 'unknowns, 'na' etc.)
    Expand
    Expand
    Expand recommended concatenations
    Expand recommended concatenations

    cell

    item

    used in

    recommended content

    recommended concatenate function

    B16

    LocationName

    Explorer (map and filter)

    site name & site code (optional layer)

    =N36&" - "&C36

    B17

    ShortName

    Graph legends

    if possible shorter version of above

     

    B18

    LocationDescription

    Description in Explorer-tooltip

    location type, GW-unit, Formation

    =O36 & " in GW-unit " & P36 & " ("&Q36&") from " & R36 &" formation."

    B19

    Tooltip on map

    free text Explorer-tooltip

    borehole details (if any), NGR, model coordinates (XYZ and RC)

    ="Top of borehole: "&U36&" mAOD, Base of borehole: "&V36&" mAOD\n Easting: "&F36&", Northing: " &G36& " "&H36& ", Model-Y: "&I36&" "&K36&", Column: "&L36&", Layer: "&J36&""

    B21

    Caption

    Shortcuts in GraphDisplay

    see shortname or variations

    see shortname or variations

    B22

    Shortcut

    Shortcuts in GraphDisplay

    see shortname or variations

    see shortname or variations

  5. Populate column I (OSreference) based on XY-coordinate of borehole (column K and L).
    Go to: How to populate OSreference coordinates from kilometer-coordinates
  6. Verify that the column(s) as used for the location name are properly populated with appropriate information (i.e. preferably no 'unknowns, 'na' etc.)

Anchor
Step 5.7. SW laterals
Step 5.7. SW laterals

...