root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @323 [323] 16 months rmay Add a script to convert a GRLevelX colortable file to a dict data …
(edit) @322 [322] 16 months rmay Add a script to convert a GRLevelX colortable file to a dict data …
(edit) @321 [321] 2 years rmay Adjust handling of full_day_record so that we don't end up with two times …
(edit) @320 [320] 2 years rmay Improve setting limits of solar radiation plot.
(edit) @319 [319] 2 years rmay Update generated gauss.c to one generated with Cython 0.12.
(edit) @318 [318] 2 years rmay Improve ticking for longer time series. This should be handled in a more …
(edit) @317 [317] 2 years rmay Clean up on last commit.
(edit) @316 [316] 2 years rmay Use the direct URL to the mesonet data instead of a link to the PHP …
(edit) @315 [315] 2 years rmay Add support for looking at a time series of a number of days at once.
(edit) @314 [314] 2 years rmay A few clean ups.
(edit) @313 [313] 2 years rmay Fix bad broken C code in last commit.
(edit) @312 [312] 2 years rmay Update to Cython 0.11.3
(edit) @311 [311] 2 years rmay Add some missing imports.
(edit) @310 [310] 2 years rmay Explicitly disable panning until we figure out a way to make it work.
(edit) @309 [309] 2 years pmarsh New skewt code from Ryan that fixes some a bug in executing the script.
(edit) @308 [308] 2 years rmay Update mesonet station plot to the latest.
(edit) @307 [307] 2 years rmay
(edit) @306 [306] 2 years rmay
(edit) @305 [305] 3 years rmay Whitespace cleanup.
(edit) @304 [304] 3 years rmay Add function for calculating the geostrophic wind, with a test.
(edit) @303 [303] 3 years rmay Pull in earth's gravity from scipy.constants.
(edit) @302 [302] 3 years rmay Add a function for calculating advection.
(edit) @301 [301] 3 years rmay Forgot to swap ordering in weights for python fallback.
(edit) @300 [300] 3 years ebruning added 3D gridding for radar data using a decomposed delaunay method. added …
(edit) @299 [299] 3 years ebruning added coordinate systems code, depends on pyproj
(edit) @298 [298] 3 years ebruning Fixed indexing bug reading wdssii sparse array sweeps
(edit) @297 [297] 3 years rmay Add an example of calculating convergence from the data using available …
(edit) @296 [296] 3 years rmay Add a good front data set.
(edit) @295 [295] 3 years rmay Add an example showing how to use some of the oban functions.
(edit) @294 [294] 3 years rmay Update so it works.
(edit) @293 [293] 3 years rmay Add example comparing difference oban methods.
(edit) @292 [292] 3 years rmay Add example using the gaussian smoother/filter.
(edit) @291 [291] 3 years rmay Move gaussian filter into oban, with the other related functions.
(edit) @290 [290] 3 years rmay Add python gaussian smoother and a wrapper for the C code. The function …
(edit) @289 [289] 3 years rmay Remove testing code.
(edit) @288 [288] 3 years rmay Update gaussian filter to use x as the first dimension, y as the second.
(edit) @287 [287] 3 years ebruning Added modules to deal with wdssii sweepfile directories, and ability to …
(edit) @286 [286] 3 years ebruning ctypes-based TRMM Radar Software Library wrapper, made against 1.36. User …
(edit) @285 [285] 3 years rmay Add Cython-based gaussian filter code. A follow up module will import …
(edit) @284 [284] 3 years rmay Set svn:ignore
(edit) @283 [283] 3 years rmay Add basic tests for vorticity and convergence calculation.
(edit) @282 [282] 3 years rmay Add functions for calculating the horizontal convergence and the vertical …
(edit) @281 [281] 3 years rmay Point at the proper location for example data.
(edit) @280 [280] 3 years sarms updated wavelets.py gws calculation to correctly used np.ma.
(edit) @279 [279] 3 years rmay Remove unused import.
(edit) @278 [278] 3 years rmay Fix typo.
(edit) @277 [277] 3 years rmay Pull from local copy of scipy constants if we can't import the one from …
(edit) @276 [276] 3 years rmay Add a copy of scipy's constants file until it lands in a release.
(edit) @275 [275] 3 years ebruning updated barnes weights with new notation and docs. added barnes example …
(edit) @274 [274] 3 years rmay More work in progress.
(edit) @273 [273] 3 years rmay Clean up oban example to use more functions from basemap.
(edit) @272 [272] 3 years rmay Add a TODO to use new matplotlib separable autoscaling.
(edit) @271 [271] 3 years rmay Eliminate triggering a warning when plotting an entirely masked array. …
(edit) @270 [270] 3 years rmay Use stack_arrays function to combine arrays instead of own code.
(edit) @269 [269] 3 years rmay Add stack_arrays function from numpy SVN for combining structures arrays …
(edit) @268 [268] 3 years rmay Make explicit what unit the grid and radius are in.
(edit) @267 [267] 3 years rmay Add a standalone oban example with a CSV data file.
(edit) @266 [266] 3 years rmay Remove trailing whitespace.
(edit) @265 [265] 3 years rmay Update StringConverter? class from numpy svn to fix a bug in specifying …
(edit) @264 [264] 3 years rmay Add support for specifying universal plotting keyword arguments to …
(edit) @263 [263] 3 years rmay Fix missing import.
(edit) @262 [262] 3 years rmay Forgot update.
(edit) @261 [261] 3 years rmay Clean-up, re-indent oban code, add some example code.
(edit) @260 [260] 3 years rmay Check in first cut at oban code. Taken directly from code used for class.
(edit) @259 [259] 3 years rmay Wrap a try...except around using Popen to run svnversion, so that you can …
(edit) @258 [258] 3 years rmay Whitespace.
(edit) @257 [257] 3 years rmay Forgot namespace on Normalize.
(edit) @256 [256] 3 years rmay Add norms for NWS clear and and precip modes.
(edit) @255 [255] 3 years rmay Remove gray level from NWS colortable so that it matches the official one …
(edit) @254 [254] 3 years rmay Oops in last commit.
(edit) @253 [253] 3 years rmay Work-in-progress on readers for NexRad? files. This is *not* fully …
(edit) @252 [252] 3 years rmay Need to pull in append_fields from recfunctions to replace our …
(edit) @251 [251] 3 years rmay %.0f doesn't actually generate a number with a trailing decimal. Use %d. …
(edit) @250 [250] 3 years rmay Port fix for entirely masked records from numpy genloadtxt.
(edit) @249 [249] 3 years rmay Change names of loadtxt and mloadtxt to ndfromtxt and mafromtxt to match …
(edit) @248 [248] 3 years rmay Need to remove the .shp extension when trying to load a shapefile with …
(edit) @247 [247] 3 years rmay Make sure end is always available for setting the appropriate date for …
(edit) @246 [246] 3 years rmay Correct for syntax error.
(edit) @245 [245] 3 years sarms updated pca stuff in tools/eigana.py, bl/fluxes.py still needs work for …
(edit) @244 [244] 3 years rmay Fix problem from trying to get the last time of data after doing …
(edit) @243 [243] 3 years rmay Update units for the nice names of mesonet variables as well so that they …
(edit) @242 [242] 3 years rmay Make plotting horizontal lines at special values more generic. Add a line …
(edit) @241 [241] 3 years rmay Forgot to remove a few more relics of passing in tickers.
(edit) @240 [240] 3 years rmay Display midnight in the specified timezone, instead of always doing it at …
(edit) @239 [239] 3 years rmay Remove support for passing in tickers and formatters. It's easy enough to …
(edit) @238 [238] 3 years rmay Make the mesonet meteogram set the locators manually on the returned axis …
(edit) @237 [237] 3 years rmay Allow specifying a minor ticker locator in addition to one for the major …
(edit) @236 [236] 3 years rmay Fix determination of when to use mathtext in the unit string on the …
(edit) @235 [235] 3 years rmay Tweak padding at top of mesonet meteogram.
(edit) @234 [234] 3 years rmay Add station name to the default set of metadata pulled from the station …
(edit) @233 [233] 3 years rmay Make the timezone for the time range in the meteogram plot title depend on …
(edit) @232 [232] 3 years rmay Add a commandline switch to the mesonet script to change between Central …
(edit) @231 [231] 3 years rmay Change how the timezone name is found so that it can correctly print …
(edit) @230 [230] 3 years rmay Change how the midnight line is set so that it is more reliable with …
(edit) @229 [229] 3 years rmay Set the timezone to UTC on the datetime objects when converting the …
(edit) @228 [228] 3 years rmay Fix typo in determining limits on whether to plot the freezing line or …
(edit) @227 [227] 3 years rmay Clean up the calculation of midnight central time. There's no need to …
(edit) @226 [226] 3 years rmay Make the timezone a parameter that you can pass in, defaulting to UTC. …
(edit) @225 [225] 3 years rmay Add vertical lines denoting midnight central time to the mesonet …
(edit) @224 [224] 3 years rmay Remove test commit.
Note: See TracRevisionLog for help on using the revision log.