Tim Cera
Tim Cera
Came to this issue because Clize looks pretty nice but all my docstrings are in Numpy format. The current library that I use for CLI is 'mando' which went the...
Thank you! The edits work for Linux also.
The biggest thing for me is that mando parses the docstring for metadata of the command, including help. With Click you have to repeat the help strings from the docstring.
For Click you have to REPEAT the help you have in the docstring into the decorator... Click @click.command() @click.option('--count', default=1, help='number of greetings') @click.argument('name') def hello(count, name): """This script prints...
I don't have a convenient way to get you the source. It is a main directory and conf.py linked to all of my projects. I use Sphinx + ABlog to...
Thanks for this fix. Solved my problem.
I use data rods for the ldas data. Here is what is available as data rods: https://disc.gsfc.nasa.gov/information/tools?title=Hydrology%20Data%20Rods
The web services automatically will find the correct grid cell if given lat/lon. Plus, at least for the NLDAS shapefile, the web services start counting at 0 while the shapefile...