|
|
|
Some examples on how to use the tool can be found inside the [tutorials folder](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials). These are organized in sections:
|
|
|
|
|
|
|
|
* [Introduction](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/1.Introduction): Learn how to read and write datasets.
|
|
|
|
* [Regular grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.1.Read_Write_Regular.ipynb)
|
|
|
|
* [Rotated grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.2.Read_Write_Rotated.ipynb)
|
|
|
|
* [Points](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.3.Read_Write_Points.ipynb)
|
|
|
|
* [Lambert conformal conic grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.4.Read_Write_LCC.ipynb)
|
|
|
|
* [Mercator grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.5.Read_Write_Mercator.ipynb)
|
|
|
|
* [Creation](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/2.Creation): Learn how to create new datasets from scratch.
|
|
|
|
* [Regular grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.1.Create_Regular.ipynb)
|
|
|
|
* [Rotated grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.2.Create_Rotated.ipynb)
|
|
|
|
* [Points from XVPCA files](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.3.Create_Points_XVPCA.ipynb)
|
|
|
|
* [Points from Port Barcelona Excel files](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.4.Create_Points_Port_Barcelona.ipynb)
|
|
|
|
* [Points from CSIC Excel files](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.5.Create_Points_CSIC.ipynb)
|
|
|
|
* [Lambert conformal conic grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.6.Create_LCC.ipynb)
|
|
|
|
* [Mercator grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.7.Create_Mercator.ipynb)
|
|
|
|
* [Global grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.8.Create_Global.ipynb)
|
|
|
|
* [Rotated nested](https://earth.bsc.es/gitlab/es/nes/-/blob/master/tutorials/2.Creation/2.9.Create_Rotated_Nested.ipynb)
|
|
|
|
* [Fake network](https://earth.bsc.es/gitlab/es/nes/-/blob/master/tutorials/2.Creation/2.10.Create_Fake_Network.ipynb)
|
|
|
|
* [Statistics](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/3.Statistics): Learn how to calculate statistics.
|
|
|
|
* [Daily statistics](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/3.Statistics/3.1.Statistics.ipynb)
|
|
|
|
* [Interpolation](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/4.Interpolation): Learn how to interpolate vertical and horizontally.
|
|
|
|
* [Vertical interpolation](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/4.Interpolation/4.1.Vertical_Interpolation.ipynb)
|
|
|
|
* [Horizontal interpolation](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/4.Interpolation/4.2.Horizontal_Interpolation_NearestNeighbour.ipynb`)
|
|
|
|
* [Conservative interpolation](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/4.Interpolation/4.3.Horizontal_Interpolation_Conservative.ipynb)
|
|
|
|
* [Geospatial](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/5.Geospatial): Make geospatial operations such as calculating the grid cell area, creating shapefiles and doing spatial joins.
|
|
|
|
* [Spatial join](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Geospatial/5.2.Spatial_Join.ipynb)
|
|
|
|
* [Calculate grid cell area](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Geospatial/5.4.Calculate_Grid_Cell_Area.ipynb)
|
|
|
|
* [Others](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/5.Others): Learn how to add time and coordinates bounds to your datasets.
|
|
|
|
* [Selecting](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/6.Others/6.2.Selecting.ipynb)
|
|
|
|
* [Write by timestep](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/6.Others/6.4.Write_By_Timestep.ipynb) |
|
|
\ No newline at end of file |
|
|
|
- [Introduction](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/tutorial_1.1.Read_Write_Regular.ipynb): Learn how to read and write datasets.
|
|
|
|
- [Regular grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/1.1.Read_Write_Regular.ipynb)
|
|
|
|
- [Rotated grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/1.2.Read_Write_Rotated.ipynb)
|
|
|
|
- [Points](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/1.3.Read_Write_Points.ipynb)
|
|
|
|
- [Lambert conformal conic grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/1.4.Read_Write_LCC.ipynb)
|
|
|
|
- [Mercator grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/1.5.Read_Write_Mercator.ipynb)
|
|
|
|
|
|
|
|
- [Creation](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.Creation): Learn how to create new datasets from scratch.
|
|
|
|
- [Regular grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.1.Create_Regular.ipynb)
|
|
|
|
- [Rotated grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.2.Create_Rotated.ipynb)
|
|
|
|
- [Points from XVPCA files](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.3.Create_Points_XVPCA.ipynb)
|
|
|
|
- [Points from Port Barcelona Excel files](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.4.Create_Points_Port_Barcelona.ipynb)
|
|
|
|
- [Points from CSIC Excel files](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.5.Create_Points_CSIC.ipynb)
|
|
|
|
- [Lambert conformal conic grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.6.Create_LCC.ipynb)
|
|
|
|
- [Mercator grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.7.Create_Mercator.ipynb)
|
|
|
|
- [Global grids](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.8.Create_Global.ipynb)
|
|
|
|
- [Rotated nested](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.9.Create_Rotated_Nested.ipynb)
|
|
|
|
- [Fake network](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/2.10.Create_Fake_Network.ipynb)
|
|
|
|
|
|
|
|
- [Statistics](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/3.Statistics): Learn how to calculate statistics.
|
|
|
|
- [Daily statistics](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/3.Statistics/3.1.Statistics.ipynb)
|
|
|
|
|
|
|
|
- [Interpolation](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/4.Interpolation): Learn how to interpolate vertical and horizontally.
|
|
|
|
- [Vertical interpolation](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/4.Interpolation/4.1.Vertical_Interpolation.ipynb)
|
|
|
|
- [Horizontal interpolation](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/4.Interpolation/4.2.Horizontal_Interpolation_NearestNeighbour.ipynb`)
|
|
|
|
- [Conservative interpolation](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/4.Interpolation/4.3.Horizontal_Interpolation_Conservative.ipynb)
|
|
|
|
|
|
|
|
- [Geospatial](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/5.Geospatial): Make geospatial operations such as calculating the grid cell area, creating shapefiles and doing spatial joins.
|
|
|
|
- [Spatial join](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/5.Geospatial/5.2.Spatial_Join.ipynb)
|
|
|
|
- [Calculate grid cell area](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/5.Geospatial/5.4.Calculate_Grid_Cell_Area.ipynb)
|
|
|
|
|
|
|
|
- [Others](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/5.Others): Learn how to add time and coordinates bounds to your datasets.
|
|
|
|
- [Selecting](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/6.Others/6.2.Selecting.ipynb)
|
|
|
|
- [Write by timestep](https://nbviewer.org/urls/gitlab.earth.bsc.es/es/nes/-/wikis/6.Others/6.4.Write_By_Timestep.ipynb) |