# Basemap Utility to create the **AWI Basemap** for [maps.awi.de](https://maps.awi.de), [data.awi.de](https://data.awi.de) and [marine-data.de](https://marine-data.de). ## Description The above mentioned ites use a global basemap with a colored and shaded digital elevation model (DEM) as a background. This basemap is an RGB GeoTIFF created from various geodata sources that need to be analysed (hillshade, slope), converted (raster to vector, vector to raster calculation), combined, colored and rendered to RGB. To ease the update process (e.g. new GEBCO version or any ofther data sources updated) this git provides the tools to create and update the **AWI Basemap**, as well as scripts to automate the process. At this point, the **AWI Basemap** is created in two color sets. Both are based on the AWI blues (light: 0/172/229, dark: 0/62/110). Yet, the colors are toned down in their saturation to create a more pleasing viewing experience. ## Instructions [`INSTRUCTIONS.md`](https://gitlab.awi.de/sdreutte/basemap/-/blob/master/INSTRUCTIONS.md) holds the instructions on the usage of the scripts to create the AWI Basemaps. ## Data In [`data`](https://gitlab.awi.de/sdreutte/basemap/-/tree/master/data), all the necessary data sources are listed. As data is not stored in this git, textfiles give information on where to download the data and in which format it needs to be available for the process. ## Preview In [`preview`](https://gitlab.awi.de/sdreutte/basemap/-/tree/master/preview), you can get a glimps on the final output. ## Process In [`process`](https://gitlab.awi.de/sdreutte/basemap/-/tree/master/process), all the required scripts are stored. ## Styles In [`styles`](https://gitlab.awi.de/sdreutte/basemap/-/tree/master/styles), all the required color palettes and auxiliary QGIS layer style files (QML) are stored.