Update Morocco authored by Marie Brunel's avatar Marie Brunel
......@@ -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 |
......
......