Skip to content

Releases: ShervanGharari/EASYMORE

EASYMORE version V.2.0.0

12 Jan 04:52
8cc7c10
Compare
Choose a tag to compare

EASYMORE version 2.0.0 includes the changes and capability

1- Parallelization of nc_remapper functionality to remap various files simultaneously.
2- Command line interface.
3- Compatibility with netcdf files with calendars of 360 or 365. #49 #52
4- Correction of shapefile correction in the western or eastern hemisphere to match with data that might be from 0 to 360 over lat.
5- The remapping file is changed to NetCDF instead of CSV with hash. Hash is saved on the remapped files to link the remapping file and remapped file.
6- Visualization that works with shapefile line shapefile.
7- Saving the target shapefile attribute table in a NetCDF file in a temporary file to carry all the information from the shapefile in the same order as in the remapped file. #74
8- Handling of NetCDF files that have only one row or column or single grid given the source_nc_resolution. #67
9- The naming of the remapped file is changed so that it includes the original file. This is helpful when handling many files which may have similar starting points in time such as climate projection. #54

EASYMORE version V.1.0.0

21 Apr 18:32
3a8a1b1
Compare
Choose a tag to compare
Update setup.py

V.0.0.4

21 Aug 17:18
98aa151
Compare
Choose a tag to compare

The setup.py is fixed for windows machine. Long description is added from README.md to pypi project page.

V.0.0.3

03 Aug 22:47
Compare
Choose a tag to compare

A bug related to handling of shapefile at around +180 degree is corrected.
Rtree is added to optional required packages in setup.py
version 0.0.3 is released on pypi

V.0.0.2

29 Aug 17:42
28fd7cd
Compare
Choose a tag to compare

EASYMORE V0.0.2 better handles the source and target shapefiles at the locations near longitude of -180 or 180.

V.0.0.1

10 Jun 16:33
Compare
Choose a tag to compare

The code that is corresponding to the PyPI version of easymore for version 0.0.1.
An issue with the wrong package is fixed
An issue with not evenly spaced regular grids are fixed (when there is small differences across grid mesh)