Bill Ladwig
812c546d95
Changed vertcross and interpline to use a CoordPair for the lower left corner point.
...
Also added some helper functions to extract the lower left points from 2D lat/lon arrays and extract lat/lons from sequences of CoordPair objects.
Updated documentation and unit tests.
7 years ago
Bill Ladwig
ee7ca7c3ad
Fix issue with vinterp and heavily cropped datasets in the vertical. Added continuous integration tests for conda-forge. Changed some documentation wording.
8 years ago
Bill Ladwig
9629bf121a
Renamed npvalues to to_np. Fixed issue with generator expressions crashing.
9 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
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
7e503a145b
Added thread local coordinate and is_moving caching so that this is only done once. Modified the latlon/xy routines to put the product on the left like NCL. Updated unit testing to add the latlon routines. Updated ipynb scripts.
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
68b9f1a6eb
Completed the backporting of fortran 90 code to NCL. All routines should now pass numpy views directly to fortran to be filled rather than copying. Multi-product output now moves the product type to the left index. Raw computational routines have a public API (not tested yet however). Lots of clean-up done, and lots remaining.
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
db0c4d37f2
Added ability to turn off metadata to getvar. Modified function argument ordering
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
Bill Ladwig
f4db38774c
Bug fixes for multi indexing after unit testing
10 years ago
Bill Ladwig
230a532061
now uses extract methods to pull variables and attributes out of netcdf files
10 years ago
Bill Ladwig
85fe02b556
Initial commit
10 years ago