Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • N nes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Earth SciencesEarth Sciences
  • nes
  • Wiki
  • Tutorials

Tutorials · Changes

Page history
Update Tutorials authored Mar 09, 2023 by Alba Vilanova's avatar Alba Vilanova
Hide whitespace changes
Inline Side-by-side
Tutorials.md
View page @ c49bcc0d
...@@ -5,7 +5,7 @@ Some examples on how to use the tool can be found inside the [tutorials folder]( ...@@ -5,7 +5,7 @@ Some examples on how to use the tool can be found inside the [tutorials folder](
* [Rotated grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.2.Read_Write_Rotated.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) * [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) * [Lambert conformal conic grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.4.Read_Write_LCC.ipynb)
* [Mercator](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.5.Read_Write_Mercator.ipynb) * [Mercator grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/1.5.Read_Write_Mercator.ipynb)
* [Providentia experiments and observations files](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/4.1.Read_Write_Providentia.ipynb) * [Providentia experiments and observations files](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/1.Introduction/4.1.Read_Write_Providentia.ipynb)
* [Creation](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/2.Creation): Learn how to create new datasets from scratch. * [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) * [Regular grids](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.1.Create_Regular.ipynb)
...@@ -15,15 +15,22 @@ Some examples on how to use the tool can be found inside the [tutorials folder]( ...@@ -15,15 +15,22 @@ Some examples on how to use the tool can be found inside the [tutorials folder](
* [Points from CSIC Excel files](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/2.Creation/2.5.Create_Points_CSIC.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) * [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) * [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)
* [Statistics](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/3.Statistics): Learn how to calculate statistics. * [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) * [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. * [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) * [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.ipynb) * [Horizontal interpolation](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/4.Interpolation/4.2.Horizontal_Interpolation.ipynb)
* [Providentia interpolation](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/4.Interpolation/4.3.Providentia_Interpolation.ipynb) * [Conservative interpolation](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/4.Interpolation/4.3.Conservative_Interpolation.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 and how to create shapefiles. * [Providentia interpolation](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/4.Interpolation/4.4.Providentia_Interpolation.ipynb)
* [Add time bounds](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Others/5.1.Add_Time_Bounds.ipynb) * [NES vs. Providentia interpolation](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/4.Interpolation/4.5.NES_vs_Providentia_Interpolation.ipynb)
* [Add coordinates bounds](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Others/5.2.Add_Coordinates_Bounds.ipynb) * [Geospatial operations](https://earth.bsc.es/gitlab/es/NES/-/tree/master/tutorials/5.Geospatial)
* [Create and save shapefiles](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Others/5.3.Create_Shapefiles.ipynb) * [Create shapefiles](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Geospatial/5.1.Create_Shapefiles.ipynb)
* [Spatial join from shapefile](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Others/5.4.Spatial_Join.ipynb) * [Spatial join](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Geospatial/5.2.Spatial_Join.ipynb)
* [Select data with time and coordinates](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Others/5.5.Selecting.ipynb) * [Add coordinate bounds](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Geospatial/5.3.Add_Coordinates_Bounds.ipynb)
\ No newline at end of file * [Calculate grid cell area](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Geospatial/5.4.Calculate_Grid_Cell_Area.ipynb)
* [Calculate geometry cell area](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/5.Geospatial/5.5.Calculate_Geometry_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.
* [Add time bounds](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/6.Others/6.1.Add_Time_Bounds.ipynb)
* [Selecting](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/6.Others/6.2.Selecting.ipynb)
* [Make plots](https://earth.bsc.es/gitlab/es/NES/-/blob/master/tutorials/6.Others/6.3.Plot.ipynb)
\ No newline at end of file
Clone repository
  • Home
  • Tutorials
  • Development