CHANGELOG.md 1.75 KB
Newer Older
Carles Tena's avatar
Carles Tena committed
# NES CHANGELOG

Carles Tena's avatar
Carles Tena committed
### 1.0.1
Alba Vilanova's avatar
Alba Vilanova committed
* Release date: 2023/01/26
Carles Tena's avatar
Carles Tena committed
* Changes and new features:
  * Improve Lat-Lon to Cartesian coordinates method (used in Providentia).
  * Function to_shapefile() to create shapefiles from a NES object without losing data from the original grid and being able to select the time and level.
  * Function from_shapefile() to create a new grid with data from a shapefile after doing a spatial join.
  * Function create_shapefile() can now be used in parallel.
  * Bugs fixing:
    * Correct the dimensions of the resulting points datasets from any interpolation.
    * Amend the interpolation method to take into account the cases in which the distance among points equals zero.
    * Correct the way we retrieve the level positive value.
    * Correct how to calculate the spatial bounds of LCC and Mercator grids.
### 1.0.0
Carles Tena's avatar
Carles Tena committed
* Release date: 2022/11/24
Carles Tena's avatar
Carles Tena committed
* Changes and new features:
  * First beta release
Carles Tena's avatar
Carles Tena committed
  * Open:
    * NetCDF:
      * Regular Latitude-Longitude
      * Rotated Lat-Lon
      * Lambert Conformal Conic
      * Mercator
      * Points
      * Points in GHOST format
Carles Tena's avatar
Carles Tena committed
      * Points in PROVIDENTIA format
Carles Tena's avatar
Carles Tena committed
  * Parallelization:
Carles Tena's avatar
Carles Tena committed
    * Balanced / Unbalanced
Carles Tena's avatar
Carles Tena committed
    * By time axis
    * By Y axis
    * By X axis
Carles Tena's avatar
Carles Tena committed
  * Create: 
    * NetCDF:
      * Regular Latitude-Longitude
      * Rotated Lat-Lon
      * Lambert Conformal Conic
      * Mercator
      * Points
    * Shapefile
Carles Tena's avatar
Carles Tena committed
  * Write:
    * NetCDF
Carles Tena's avatar
Carles Tena committed
      * CAMS REANALYSIS format
Carles Tena's avatar
Carles Tena committed
    * Grib2
    * Shapefile
Carles Tena's avatar
Carles Tena committed
  * Interpolation:
    * Vertical interpolation
Carles Tena's avatar
Carles Tena committed
    * Horizontal interpolation
      * Nearest Neighbours
    * Providentia interpolation
Carles Tena's avatar
Carles Tena committed
  * Statistics:
    * Daily_mean
    * Daily_max
    * Daily_min
    * Last time step
  * Methods:
    * Concatenate (variables of the same period in different files)