epanetOnMap

Reads EPANET .INP files and plots pipelines and junction/reservoir markers on MATLAB geographic basemaps.

https://github.com/isantosruiz/epanetOnMap

You are now following this Submission

epanet_map Draws an EPANET network in a new MATLAB figure using geographic axes and satellite maps.

Syntax:
epanet_map(inp_filename,utm_zone,language,special_nodes)

By default, utm_zone is '14Q', language is 'ENG' (english), and special_nodes is empty.

Examples:
epanet_map('Madrid.inp','30T')
epanet_map('Guanajuato.inp','14Q','SPA',[15,30,60])

Author:
Ildeberto de los Santos Ruiz
idelossantos@ittg.edu.mx

Requires internet connection and MATLAB R2018b or higher.

Cite As

Ildeberto de los Santos Ruiz (2026). epanetOnMap (https://www.mathworks.com/matlabcentral/fileexchange/73001-epanetonmap), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with R2020b and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.2

Documentation update.

1.1.1

Minor bug fixes.

1.1

Made fully compatible with MATLAB’s Mapping Toolbox.

Added Name–Value customization for pipe line width/color, junction marker size/color, reservoir marker size/color, and basemap style.

1.0.1

Minor bugs fixed.

1.0.0