Changes
Page history
Update Morocco
authored
Nov 17, 2021
by
Marie Brunel
Hide whitespace changes
Inline
Side-by-side
Morocco.md
View page @
ff1f8ce9
...
@@ -8,11 +8,13 @@ This page provides information about Morocco, its regions and the grids used for
...
@@ -8,11 +8,13 @@ This page provides information about Morocco, its regions and the grids used for
-
file structure :
\[
latitude,longitude,region(str)
\]
-
file structure :
\[
latitude,longitude,region(str)
\]
-
-
`nc = Dataset("/home/marie/nextCloud/Documents/lpjml5_maroc/python_toolbox/region_maroc/Maroc30_regions.nc", mode='r')`
\
```
`lat_maroc = nc.variables["latitude"][:]`
\
nc = Dataset("/home/marie/nextCloud/Documents/lpjml5_maroc/python_toolbox/region_maroc/Maroc30_regions.nc", mode='r')
`lon_maroc = nc.variables["longitude"][:]`
\
lat_maroc = nc.variables["latitude"][:]
`regions_maroc = nc.variables["region"][:]`
\
lon_maroc = nc.variables["longitude"][:]
`nc.close()`
regions_maroc = nc.variables["region"][:]
nc.close()
```
# temporal list of grid cell
# temporal list of grid cell
| Region name | ref pixel 30 minutes |
| Region name | ref pixel 30 minutes |
...
...
...
...