Skip to main content

To process input and output files of the HiPIMS model

Project description

hipims_io

Python code to process input and output files of HiPIMS flood model. This code follows Google Python Style Guide.

Python version: >=3.6.

To install hipims_io:

pip install hipims_io

A demonstration to setup a HiPIMS input object with a sample DEM:

>>> import hipims_io as hp
>>> obj_in = hp.demo_hipims_input() # create an input object and show

To setup an input object for HiPIMS, you will need at least a DEM file and do:

>>> from hipims_io import InputHipims
>>> obj_in = InputHipims(dem_data='your_file.asc') # create object
>>> obj_in.domain_show() # show domain map
>>> print(obj_in) # print model summary
>>> obj_in.write_input_files() # write all input files for HiPIMS

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

hipims_io-0.2.8.2.tar.gz (38.0 kB view hashes)

Uploaded Source

Built Distribution

hipims_io-0.2.8.2-py3-none-any.whl (43.4 kB view hashes)

Uploaded Python 3

Supported by

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