MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

Command wrapper for shapefiles_creator.py #48

Closed sudhirJain closed 6 years ago

sudhirJain commented 6 years ago

Command wrapper has been implemented for shapefiles_creator.py. (mtpy) C:\dev\venv\satellite\mtpy>python mtpy\utils\shapefiles_creator.py -h Usage: shapefiles_creator.py [OPTIONS]

Options: -i, --input TEXT input edi files dir -c, --code INTEGER epsg code [3112, 4326, 4283, 32754, 32755, 28353, 28354, 28355] -o, --output TEXT Output directory -h, --help Show this message and exit.

Github repository has been updated and functionality has been tested.