GISBox

WN (Work Network File)

GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.

Introduction

In the GIS field, WN files usually refer to Work Network Files, which are used to store linear network data (such as roads, rivers, pipelines, etc.) in GIS, and contain structured information such as nodes (NOD), lines (LIN) and networks (NET).

File Structure

  1. File header information
  • Stores metadata such as file type identification and data area starting position, which is used to define the basic properties and structural layout of the file.
  1. Data area header information
  • Records the byte starting position and total number of bytes of each data structure, and manages the spatial distribution of topological elements such as lines, nodes, and networks through an index mechanism.
  1. Topological data structure
  • Line (LIN) data: stores geometric information of linear features, such as coordinate sequence, length, direction, etc.
  • Node (NOD) data: records the spatial position and connection relationship of network intersections.
  • Network (NET) data: defines the topological association between lines and nodes, and builds a complete linear network model.
  1. Attribute data area
  • Stores attribute information associated with topological data (such as road grade, river name, etc.), and realizes bidirectional association with geometric data through indexes.

Pros

  1. **Structured storage: **supports multi-level topological relationships such as nodes, lines, and networks, facilitating complex network analysis;
  2. **Efficient query: **quickly locate network elements through indexing mechanisms to improve spatial analysis performance.

Cons

  1. Data dependency: A matching table workspace (WB file) is required to store attribute data, and independent use is limited;
  2. Software compatibility: Some GIS platforms have limited support for WN files and require specific format conversion.

Application Scenario

It is suitable for GIS applications that need to manage, analyze or visualize linear network data, such as transportation network analysis, pipeline management, river system modeling, etc.

Example

  1. Network File System.

  1. Network File System.

Related GIS files

MID

IMDF

STYLX

E00

References

  1. https://www.techtarget.com/searchenterprisedesktop/definition/Network-File-System
  2. https://support.microsoft.com/en-us/windows/file-sharing-over-a-network-in-windows-b58704b2-f53a-4b82-7bc1-80f9994725bf
  3. https://www.microfocus.com/documentation/visual-cobol/vc60/CSWin/GUID-0489AA34-F35C-4144-B56E-7E9D56D05E2B.html