WMS

What We Learned at the 2018 Aquaveo User Conference

Aquaveo held its first annual User Conference from October 16-17, 2018! It was amazing to get to meet so many of our users at once. We hope everyone had a great time.

For us, it was exciting to meet users from all over the world. We met users from the United States, Canada, Portugal, Germany, the United Arab Emirates, Guyana, and Thailand. When asked why they came, the attendees said they came to learn:

  • How Aquaveo’s products can help with their projects
  • More of what Aquaveo has to offer
  • What Aquaveo is all about

In listening to what our users had to share with us, we took away a couple key items that you want to see improved in our software.

  1. You want modeling to go faster. We understand the demand to give results in less time is growing, so we will be looking at ways to make the process of modeling take less time and still be accurate. Some of the innovations added into Aquaveo’s software already significantly reduce the time it takes to complete a model. We hope to add more automation and tools to speed up modeling times.
  2. You need to be able to work with big data. More data is becoming available and you want to be able to use it. This means processing large files covering larger areas in more detail. At Aquaveo, we are working on doing this, including optimizing our code and adding new tools to work with large files such as lidar files.

We’d like to thank the following for participating in our user conference:

If you couldn’t make it to the Aquaveo User Conference this year, we will be having another one next year. Watch our website and Facebook page for future details. See you next year!

Performing a Silent Install of XMS

This blog post provides information on older password and hardware lock configurations.
Information on new local and flex codes may be found here.

Are you an IT administrator needing to perform a silent install of GMS, SMS, or WMS in a classroom or office? Some classrooms and offices have multiple students or employees changing machines regularly. Non-administrator users are often unable to change the licensing password, lock, or server when these license settings are stored in the global area of the registry. Because of this, we changed the license settings so they are now stored in the user area of the registry. This means that each user account requires this to be setup.

This silent install (or quiet install) workaround requires each user to have the rights to modify the registry. If registry access is restricted, a network administrator can do this by opening the Group Policy Management Editor and creating a startup script that automatically runs the batch file whenever the computer is restarted.

Note: Editing the Registry in Windows is a very advanced administration step. Please always create a backup of the Registry before making changes.

It can be a burden have to manually update the network lock server address in HKEY_CURRENT_USER for each user on each computer. The silent install process is simplified by creating a Windows Registry file that contains the license information and a batch file that can be executed to insert the registry information and launch WMS. The batch file automatically updates the registry for the user and then opens the WMS application. This is the safest way to edit the registry key, as well. The batch file can then be placed on each computer that needs to be updated, and the individual users can execute it as needed.

This workaround uses WMS as an example. This information also applies to GMS and SMS. You can see an example of a registry file in step 1 and the batch file in step 2, below.

  1. Create a file, “Netenble.001.reg”, as follows, replacing "license" with the name or IP address of the network lock server. For example, if the network lock server was at 127.0.0.27, you would use “127.0.0.27”:
    Windows Registry Editor Version 5.00M
    [HKEY_CURRENT_USER\Software\EMRL\WMS]
    "Netenble.001"="license"

    Note: This information was created using Windows 7. Because different Windows versions can have different REG file formats, we recommend you install WMS on one machine, register it to the correct network lock server, then export the [HKEY_CURRENT_USER\Software\EMRL\WMS] registry key. Open the registry file in the text editor and remove every line except those similar to those shown in the image above, and save the file as “Netenble.001.reg”.
  2. Create a file, “wms11.bat”, that will update the registry and start WMS: reg import Netenble.001.reg
    wms.exe
  3. Place these two files in the WMS folder in the image that will be distributed to the affected computers. For example, for the 64-bit version of WMS 11.0, the default location for the folder is “C:\Program Files\WMS 11.0 64-bit\”.
  4. Create a desktop shortcut to the batch file for the convenience of the user. If doing this via a startup script in the Group Policy Management Editor, this step can be skipped.

This silent install workaround can save you significant time as a network administrator. Try it out today!

How and When to Use Depression Points in WMS

Have you ever wondered what depression points are used for? Should you be including them in your watershed delineation? Depression points can greatly help to improve the accuracy of your model when used correctly.

A depression point is significantly lower than its surrounding elevation, causing a change in flow accumulation and direction. An example of a depression area would be a watershed that contains a mine. TOPAZ is a public domain program that is used in computing flow directions and accumulations for use in basin delineation with DEMs. TOPAZ assumes that all depression points it encounters in its calculations are due to a lack of resolution, and therefore “fills” the depression point in increments until a flow path can be established straight across the low point. In order to view how a natural depression point would affect flow direction and accumulation, it is necessary to define the specified areas as depression points. This causes TOPAZ to read the cell as a NODATA cell, making TOPAZ think it is a DEM boundary instead of raising the elevation in the depression. Comparing a before and after of marking a depression point shows how the flow path is affected by depression points as displayed below.

It is appropriate to use a depression point where a natural depression occurs in the horizon. Typically you would only define depression points for larger areas where the flow path will be significantly affected by the area. It is not always necessary to define a depression point however. You want to use it when you receive straight lines for delineation boundaries for instance. This would most likely be caused by undefined depression points.

Some errors can occur however when defining depression points incorrectly.

  • Sometimes users will mark the bottom elevation that is actually up higher to the side of the depression point and is not exactly the center deepest point. This issue can be avoided by using the Set contour min/max tool in the Terrain Module to correctly identify the absolute bottom elevation. This DEM point is the one which should be marked as a depression point.
  • Another incorrect use of depression points would be to use them to outline where a stream bed is. A stream bed can be identified by using stream arcs in WMS.

Now that we’ve established when and when not to use depression points, you might be wondering how to create depression points in WMS. To create depression points in WMS:

  1. Turn on the Terrain Data Module.
  2. Use the Select DEM points tool to select the cell containing the lowest DEM elevation. If working with an area that has a large natural depression, simply hold down the Shift key to select all of the cells with low elevation at once.
  3. Select DEM | Point Attributes to bring up the DEM Point Attributes dialog.
  4. Turn on Depression point to mark the cell as a depression point.

Now that the depression points are set, you can run TOPAZ to view the new flow paths. TOPAZ will recognize the new depression, and the detention basin calculator can be used to create a stage-storage curve.

Try adding depression points in your WMS model today!

Blog tags: 

4 New Features in the WMS 11.0 Beta

For the last couple years, we’ve been working hard on the next version of WMS, and the beta for version 11.0 has now been released!

To help you learn about some of the new features, we’ve compiled this list of four new features in WMS 11.0 Beta.

  1. The first big improvement is a streamlined and updated set of floodplain delineation tools. Due to a lot of under-the-hood work, some of the delineation processes have been sped up by a factor of 10! This can greatly reduce the amount of time you spend on these projects.
  2. WMS 11.0 Beta now supports Amazon Terrain Tiles. These are high resolution digital elevation model (DEM) tiles for every location around the world, and the resolution goes as high as 3 meters per pixel. A digital elevation model is simply a two-dimensional array of elevation points with a constant x and y spacing.These DEM tiles can be accessed through the Import from Web and Get Data tools in WMS.
  3. Through a new dialog, WMS 11.0 Beta now offers better support for managing and editing cross section databases in HEC-RAS models. HEC-RAS is a one-dimensional model for computing water surface profiles for steady state or gradually varied flow. You can select, import, export, manage, and edit cross sections and cross section databases more easily.
  4. The hydraulic modeling module has been updated to be able to import and export LANDXML files for the Storm Water Management Model (SWMM), HY-12 (a storm drain analysis program used for designing inlets, pipes, and general storm drain network layouts), and EPANET (a widely used water distribution model developed by the US Environmental Protection Agency).

These are only some of the many great new and updated features in WMS 11.0 Beta. You can find a bigger list of them here. Try out the beta by downloading it today!

Blog tags: 

Pages