Bill Ladwig
|
60989dd47a
|
Removed unicode literals.
Python 2.x strings are no longer promoted to unicode. Strings are now the native type for the interpreter used.
Fixes #57.
|
7 years ago |
Bill Ladwig
|
ddd879586f
|
Fix typo with missing geobounds argument for PolarStereographic.
|
7 years ago |
Bill Ladwig
|
7d637dff04
|
Sets cutoff point for Lambert Conformal so that southern hemisphere works. Fixes #31.
|
7 years ago |
Bill Ladwig
|
7f518e6015
|
Modified CI unit tests to remove the warnings. Added __eq__ operator for projection, Fixes #26 .
|
8 years ago |
Bill Ladwig
|
8fd75f893a
|
Fixed and issue with the x limits being the same value when using MercatorWithLatTS. Fixes #24
|
8 years ago |
Bill Ladwig
|
9f36eebcce
|
Fix initialization issues with polar stereographic and latlon map projections. Addresses #11.
|
8 years ago |
Bill Ladwig
|
1d877a6b6c
|
Changed the mapping API. Users no longer have to use xarray coordinates directly. Added a new class for GeoBounds. Slices of variables should now be easier to plot. Added better metadata for smooth2d.
|
8 years ago |
Bill Ladwig
|
1c7baf0a4e
|
Updated documentation. Fixed bugs found while creating examples, mostly related to xarray and compiled extensions.
|
9 years ago |
Bill Ladwig
|
9be5a86a1b
|
Now uses CoordPair for vertical cross sections so that lat/lon points can be used directly.
|
9 years ago |
Bill Ladwig
|
eec730c8ab
|
Fix documentation typos. Updated API outlines. Fixed an issue with a computation routine name conflict.
|
9 years ago |
Bill Ladwig
|
49092f6ac1
|
Added docstrings to all functions. Modified some argument names for better consistency. Added unit support to raw computational algorithms. Modified setup.py to work with readthedocs. Modifyied conf.py to use mocks for readthedocs. Modified gitignore to ignore the generated documentation folder.
|
9 years ago |
Bill Ladwig
|
00f7170e58
|
Added tests for the ll_to_xy and xy_to_ll routines. Fixed bugs found during testing. Fixed numerous typos and removed obsolete code.
|
9 years ago |
Bill Ladwig
|
a07297636a
|
Added computational unit tests. Most, if not all, computational unit tests passed. Removed obsolute routines. More code cleanup for fortran. Changed constants module to wrf_constants.f90. Fixed bugs.
|
9 years ago |
Bill Ladwig
|
59e3c8eb8e
|
Fixed problem with pyngl plotting and unicode strings for resources
|
9 years ago |
Bill Ladwig
|
e0560ba4f0
|
Added a conda recipe. Metadata cleanup for wind and interpolation. Wind algorithms now put the u_v dimension as left-most, like in NCL.
|
9 years ago |
Bill Ladwig
|
da689aaa1c
|
removed the python directory
|
9 years ago |
Bill Ladwig
|
985cd38bcc
|
removed the wrf_open directory
|
9 years ago |
Bill Ladwig
|
c7f5f0917f
|
removed the var package. wrf is no longer a namespace package.
|
9 years ago |
Bill Ladwig
|
ea7adb994f
|
Fixed problems with the moving domain. Added performance tweaks to the cat operation and fixed the behavior of the cat operation to properly extract the correct time index. Fixed the join operation with multiple files/times. Now supports negative indexes and uses None to get all times. Added an ALL_TIMES constant for readability.
|
9 years ago |
Bill Ladwig
|
27f7201841
|
Bug fixes for demo
|
9 years ago |
Bill Ladwig
|
07349af907
|
Numerous changes to make DataArray implementation pass all unit tests. Properly uses setuptools to make namespace.
|
9 years ago |
Bill Ladwig
|
f862a793e2
|
Added metadata decorators (untested and buggy)
|
9 years ago |
Bill Ladwig
|
a887fa1a44
|
Added projection support. Added configuration to allow cartopy, basemap, xarray, etc to be optional. Began adding metadata support.
|
9 years ago |