Changes
Page history
Update Morocco
authored
Nov 17, 2021
by
Marie Brunel
Show 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
-
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"][:]`
\
`lon_maroc = nc.variables["longitude"][:]`
\
`regions_maroc = nc.variables["region"][:]`
\
`nc.close()`
```
nc = Dataset("/home/marie/nextCloud/Documents/lpjml5_maroc/python_toolbox/region_maroc/Maroc30_regions.nc", mode='r')
lat_maroc = nc.variables["latitude"][:]
lon_maroc = nc.variables["longitude"][:]
regions_maroc = nc.variables["region"][:]
nc.close()
```
# temporal list of grid cell
| Region name | ref pixel 30 minutes |
...
...
...
...