Skip to main content

Plot hillshade over Lake Kossou using satellite elevation data

Project description

Python-based analysis of geospatial data

Replication of results described in [^1].

conda create -c conda-forge -n kossou-hillshade earthpy matplotlib numpy rasterio
pip install kossou-hillshade-base
from kossou_hillshade_base import plot_elevation, plot_hillshade
plot_elevation('Figure_2_DEM_Kossou_1609.jpg')
plot_hillshade('Figure_3_Hillshade_Kossou_1609.jpg', colormap='cividis')
plot_hillshade('Figure_4_Azimuth_hillshade_Kossou.jpg', azimuth=230)
plot_hillshade('Figure_5_Angle_hillshade_Kossou.jpg', altitude=10, colormap='magma')

Download elevation file

To download the elevation file, first register an account on the USGS EROS registration system to get download access via EarthExplorer and/or GloVis.

EarthExplorer

Under the Datasets tab, under the Digital Elevation category, under the SRTM subcategory, select SRTM Void Filled.

Under the Additional Criteria tab, set Entity ID to SRTM3N07W006V2.

The results tab will then contain the SRTM Void Filled DEM entity with ID SRTM3N07W006V2, as described in [^1].

You can select the Download Options icon and download the GeoTIFF 3 Arc-second file, n07_w006_3arc_v2.tif.

GloVis

Under the Interface Controls, click the "+" next to "Selected Data Set(s) and add the SRTM Void Filled data set.

Add a Dataset Metadata Filter for the SRTM Void Filled dataset with Entity ID SRTM3N07W006V2, and apply the filter.

You may need to scroll the map view to west Africa in order to find the result. The scene will appear in the Scene Navigator, where you can view the download options and download the GeoTIFF 3 Arc-second file n07_w006_3arc_v2.tif.

Download landsat files

Similar to above, use EarthExplorer or GloVis to search the Landsat 8-9 OLI/TIRS C2 L1 dataset for a result with Landsat Product Identifier L1 of LC09_L1TP_197055_20220111_20230502_02_T1.

Generate plots

The results of [^1] may be replicated by running:

from kossou_hillshade_base import plot_elevation, plot_hillshade
plot_elevation('n07_w006_3arc_v2.tif', 'Figure_2_DEM_Kossou_1609.jpg')
plot_hillshade('n07_w006_3arc_v2.tif', 'Figure_3_Hillshade_Kossou_1609.jpg', colormap='cividis')
plot_hillshade('n07_w006_3arc_v2.tif', 'Figure_4_Azimuth_hillshade_Kossou.jpg', azimuth=230, colormap='plasma')
plot_hillshade('n07_w006_3arc_v2.tif', 'Figure_5_Angle_hillshade_Kossou.jpg', altitude=10, colormap='magma')

In fact, the geotiff file n07_w006_3arc_v2.tif is included in the package, so this will also work:

from kossou_hillshade_base import plot_elevation, plot_hillshade
plot_elevation('Figure_2_DEM_Kossou_1609.jpg')
plot_hillshade('Figure_3_Hillshade_Kossou_1609.jpg', colormap='cividis')
plot_hillshade('Figure_4_Azimuth_hillshade_Kossou.jpg', azimuth=230)
plot_hillshade('Figure_5_Angle_hillshade_Kossou.jpg', altitude=10, colormap='magma')

[^1]: Polina Lemenkova and Olivier Debeir, Satellite Image Processing by Python and R Using Landsat 9 OLI/TIRS and SRTM DEM Data on Côte d’Ivoire, West Africa. J. Imaging 2022

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kossou_hillshade_base-0.0.9.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

kossou_hillshade_base-0.0.9-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file kossou_hillshade_base-0.0.9.tar.gz.

File metadata

  • Download URL: kossou_hillshade_base-0.0.9.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.9

File hashes

Hashes for kossou_hillshade_base-0.0.9.tar.gz
Algorithm Hash digest
SHA256 1a4e83e92f021fc2dd8a261a3a8b61448900dfd4a1f62475ab44fe231e97f1f5
MD5 0dd3a11e8c70e72bd398325ecdd12105
BLAKE2b-256 fb4c92cdb5e65ac99ca9714448ee0f52ef3596370dfe43e00431e4252ed2ceab

See more details on using hashes here.

File details

Details for the file kossou_hillshade_base-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for kossou_hillshade_base-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a04be02f5596afa78d3a74096e73378aabbb46790c6b44760ee46655c26d4259
MD5 860c662c13383ca4da9ead67b12662d9
BLAKE2b-256 da2d74bf50c3860e9438e603ffe1b8d7bda9521da202bc7098356e5db4205310

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page