Skip to main content

Voronoi mesh generator for MODFLOW6 Disv models

Project description

mf6Voronoi

The friendly way to create awesome Voronoi meshes for MODFLOW6 DISV

flopy3

Introduction

Groundwater modeling with several boundary conditions and complex hydrogeological setups require advanced tools for mesh discretizacion that ensures adequate refinement in the zone of interest while preserving a minimal cell account. Type of mesh has to be engineered in a way to preserve computational resources and represent adequately the groundwater flow regime.

Package

This python package creates a Voronoi mesh for MODFLOW6 with the DISV (discretized by vertices) option. The package work with geospatial files and has options for selective refinement based on the boundary condition.

These are the main python package characteristics:

  • Works with geospatial files on ESRI Shapefile format
  • Progressive refinement can be modified with a multiplier
  • Summary of the point cloud generated for the Voronoi meshing
  • Tested on more than 5 groundwater model datasets
  • Output as polygon ESRI Shapefile
  • Few steps and arguments for mesh generation

Requirements

There are few requirements for the package. The most important one is that all the input files has to be in the same system of reference (CRS) and the CRS length unit has to be in meters or feet.

Example

The package has been designed with a simple and user friendly approach allowing to create awesome meshes on a short amount of steps.

# Import the mf6Voronoi package
from mf6Voronoi.geoVoronoi import createVoronoi

# Create mesh object specifying the coarse mesh and the multiplier
vorMesh = createVoronoi(meshName='regionalModel',maxRef = 200, multiplier=1.5)

# Open limit layers and refinement definition layers
vorMesh.addLimit('basin','../../examples/regionalModel/shp/Angascancha_Basin_Extension.shp')
vorMesh.addLayer('river','../../examples/regionalModel/shp/rios.shp',50)

# Generate point pair array
vorMesh.generateOrgDistVertices()

# Generate the point cloud and voronoi
vorMesh.createPointCloud()
vorMesh.generateVoronoi()

# Export generated voronoi mesh
vorMesh.getVoronoiAsShp(outputPath='output')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mf6voronoi-0.0.27.tar.gz (28.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mf6voronoi-0.0.27-py3-none-any.whl (33.8 kB view details)

Uploaded Python 3

File details

Details for the file mf6voronoi-0.0.27.tar.gz.

File metadata

  • Download URL: mf6voronoi-0.0.27.tar.gz
  • Upload date:
  • Size: 28.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for mf6voronoi-0.0.27.tar.gz
Algorithm Hash digest
SHA256 ec6126921f480d2c22cb4e5e170994c438734cee17eb880552361f3372f1aca4
MD5 f2d6b998ddbd3d938f547d402e9561b4
BLAKE2b-256 cff4c56a353fb71bd1a9bed6e50daf64ea1e4301c47764f7dce5a3036c24743f

See more details on using hashes here.

File details

Details for the file mf6voronoi-0.0.27-py3-none-any.whl.

File metadata

  • Download URL: mf6voronoi-0.0.27-py3-none-any.whl
  • Upload date:
  • Size: 33.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for mf6voronoi-0.0.27-py3-none-any.whl
Algorithm Hash digest
SHA256 65fdccc67f8134b18a9669e6a4e421c1c87562ce16898fe001821ad517795eaa
MD5 67d2fb55d22be7ade0c02e63d54b5f8e
BLAKE2b-256 63b4d97e01678a08b4b45d9ea22f0c8c60205b08514df10d65e36e0c8a968062

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page