Jonathan Beavers
Jonathan Beavers
All this does is fix the conflicts in #824; all credit belongs to @dhueholt. Daniel's pull request text below: > After the Git fiasco I caused at #808 it was...
Hi Yuan, I'll likely clean this up a little more, but I imagine the functionality will stay essentially the same. Jon Example usage: ``` python # bring in a bundle...
This adds a property, `idv.doversioncheck`, to allow/disallow IDV version checking. Default behavior is to always perform the check. This approach allows subclasses of `IntegratedDataViewer` to simply override `initInner()` and set...
LambertConformal's toString() method returns something along the lines of `LambertConformal{earth_radius=6371.229, lat0=25.0, lon0=-95.0, par1=25.0, par2=25.0, falseEasting=0.0, falseNorthing=0.0}`. I'm guessing the label above the map from `Tools>Projections Manager` should use getName() (which...
Hi everyone, @mhiley pointed out to me that if a parameter name is shared by more than one formula, the user input written out to `operandcache.xml` will be associated with...