CHANGELOG.rst 5.28 KB
Newer Older
Alba Vilanova's avatar
Alba Vilanova committed
============
CHANGELOG
============

.. start-here

1.1.4
============
* Release date: Unknown
* Changes and new features:
  * Statistics:
    * Rolling mean
Alba Vilanova's avatar
Alba Vilanova committed
  * Documentation
  * Removed negative values on the horizontal interpolation due to unmapped NaNs values.
  * Improved load_nes.py removing redundant code
  * New functionalities for vertical extrapolation. (`#74 <https://earth.bsc.es/gitlab/es/NES/-/issues/74>`_)
Carles Tena's avatar
Carles Tena committed
  * Bugfix:
Carles Tena's avatar
Carles Tena committed

Carles Tena's avatar
Carles Tena committed
    * Vertical interpolation for descendant level values (Pressure) (`#71 <https://earth.bsc.es/gitlab/es/NES/-/issues/71>`_)
    * Removed lat-lon dimension on the NetCDF projections that not need them (`#72 <https://earth.bsc.es/gitlab/es/NES/-/issues/72>`_)
    * Fixed the bug when creating the spatial bounds after selecting a region (`#68 <https://earth.bsc.es/gitlab/es/NES/-/issues/68>`_)
Alba Vilanova's avatar
Alba Vilanova committed

1.1.3
============
Carles Tena's avatar
Carles Tena committed
* Release date: 2023/06/16
* Changes and new features:
  * Rotated nested projection
  * Improved documentation
Carles Tena's avatar
Carles Tena committed
  * New function get_fids()
  * Climatology options added
  * Milliseconds, seconds, minutes and days time units accepted
  * Option to change the time units' resolution.
    * The input arguments in function new() have been corrected
Carles Tena's avatar
Carles Tena committed
    * Months to day time units fixed
Alba Vilanova's avatar
Alba Vilanova committed
1.1.2
============

Carles Tena's avatar
Carles Tena committed
* Release date: 2023/05/15
* Changes and new features:
Carles Tena's avatar
Carles Tena committed
  * Minor bug fixes
  * Tutorial updates
Carles Tena's avatar
Carles Tena committed
  * Writing formats (CMAQ, MONARCH, and WRF_CHEM added) (`#63 <https://earth.bsc.es/gitlab/es/NES/-/issues/63>`_)
Alba Vilanova's avatar
Alba Vilanova committed
1.1.1
============

Carles Tena's avatar
Carles Tena committed
* Release date: 2023/04/12
* Changes and new features:
Carles Tena's avatar
Carles Tena committed
  * Sum of Nes objects (`#48 <https://earth.bsc.es/gitlab/es/NES/-/issues/48>`_)
  * Write 2D string data to save variables from shapefiles after doing a spatial join (`#49 <https://earth.bsc.es/gitlab/es/NES/-/issues/49>`_)
  * Horizontal Interpolation Conservative: Improvement on memory usage when calculating the weight matrix (`#54 <https://earth.bsc.es/gitlab/es/NES/-/issues/54>`_)
  * Improved time on **concatenate_netcdfs** function (`#55 <https://earth.bsc.es/gitlab/es/NES/-/issues/55>`_)
  * Write by time step to avoid memory issues (`#57 <https://earth.bsc.es/gitlab/es/NES/-/issues/57>`_)
  * Flux conservative horizontal interpolation (`#60 <https://earth.bsc.es/gitlab/es/NES/-/issues/60>`_)
Carles Tena's avatar
Carles Tena committed
    * Bug on `cell_methods` serial write (`#53 <https://earth.bsc.es/gitlab/es/NES/-/issues/53>`_)
    * Bug on avoid_first_hours that where not filtered after read the dimensions (`#59 <https://earth.bsc.es/gitlab/es/NES/-/issues/59>`_)
    * Bug while reading masked data.
    * grid_mapping NetCDF variable as integer instead of character.
Alba Vilanova's avatar
Alba Vilanova committed
1.1.0
============

Carles Tena's avatar
Carles Tena committed
* Release date: 2023/03/02
Carles Tena's avatar
Carles Tena committed
* Changes and new features:
  * Improve Lat-Lon to Cartesian coordinates method (used in Providentia).
  * Horizontal interpolation: Conservative
  * 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.
  * Function calculate_grid_area() to calculate the area of each cell in a grid.
  * Function calculate_geometry_area() to calculate the area of each cell given a set of geometries.
  * Function get_spatial_bounds_mesh_format() to get the lon-lat boundaries in a mesh format (used in pcolormesh).
    * 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: the dimensions were flipped.
    * Correct how to calculate the spatial bounds for all grids: use read axis limits instead of write axis limits.
    * Calculate centroids from coordinates in the creation of shapefiles, instead of using the geopandas function 'centroid', that raises a warning for possible errors.
    * Enable selection of variables on the creation of shapefiles.
    * Correct read and write parallel limits.
    * Correct data type in the parallelization of points datasets.
    * Correct error that appear when trying to select coordinates and write the file.
Alba Vilanova's avatar
Alba Vilanova committed
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:
Carles Tena's avatar
Carles Tena committed
  * First beta release
Carles Tena's avatar
Carles Tena committed
  * Open:
Carles Tena's avatar
Carles Tena committed
    * NetCDF:
Carles Tena's avatar
Carles Tena committed
      * 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: 
Carles Tena's avatar
Carles Tena committed
    * NetCDF:
Carles Tena's avatar
Carles Tena committed
      * Regular Latitude-Longitude
      * Rotated Lat-Lon
      * Lambert Conformal Conic
      * Mercator
      * Points
    * Shapefile
Carles Tena's avatar
Carles Tena committed
  * Write:
Carles Tena's avatar
Carles Tena committed
    * 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:
Carles Tena's avatar
Carles Tena committed
    * Vertical interpolation
Carles Tena's avatar
Carles Tena committed
    * Horizontal interpolation
Carles Tena's avatar
Carles Tena committed
      * Nearest Neighbours
    * Providentia interpolation
Carles Tena's avatar
Carles Tena committed
  * Statistics:
Carles Tena's avatar
Carles Tena committed
    * Daily_mean
    * Daily_max
    * Daily_min
    * Last time step
Carles Tena's avatar
Carles Tena committed
  * Methods:
Carles Tena's avatar
Carles Tena committed
    * Concatenate (variables of the same period in different files)