Mellissa S. C. Warner
Mellissa S. C. Warner
Would you like to make a PR?
PySPLIT here in github has a new kwarg (zmapbound) in MapDesign to fix issues with displaying the map, but it has not been pushed to the PySPLIT available on PyPI....
Not quite sure what you mean by real time trajectory. PySPLIT bulk trajectory generation works with any weekly or semi-monthly ARL-formatted meteorology data. I have not tested it with daily...
Are your meteorology file names properly formatted? *mon*YY*# or *mon*YYYY*#
I've never seen this error before. Can you attach the file that this is occurring on?
Hi Chaelin, The trajectories loaded in the ``with open()`` statements have no connection to the Trajectory objects initiated in ``trajgroup``, despite being derived from the same files. This is why...
pysplit doesn't currently have this functionality since that would involve intensive interaction with the meteorology, and right now it just looks for filenames and passes what it finds to HYSPLIT.
PySPLIT here in github has a new kwarg (`zmapbound`) in `MapDesign` to fix issues with displaying the map, but it has not been pushed to the PySPLIT available on PyPI....
I'm glad you found a workaround! It was difficult to get Travis CI to build PySPLIT correctly thanks to this problem. I had to specify proj4=5.2.0 in the Travis conda...
Hi Tim, Thanks for your interest in PySPLIT! PySPLIT's trajectory generator theoretically supports any ARL-packed meteorology file, BUT the filenames have to be formatted appropriately in order for PySPLIT to...