This content originally appeared on DEV Community and was authored by Raymond Lay
Abstract
Climate is changing quickly and changes has to be checked permanently, especially with satellite observations.
The Japan Aerospace Exploration Agency (hereafter JAXA) published earth observation images, such as temperature, precipitation amount, vegetation etc, and those could be retrieved with JAXA Earth API.
This post describes how to retrieve georeferenced observation images, using the JAXA Earth API plugin for QGIS.
JAXA Earth API overview
JAXA Earth API is a satellite data distribution service, written in Python and javascript.
Description and available dataset are detailed in the official website : https://data.earth.jaxa.jp/
Observation images can be retrieved easily, but it would be better to overlay onto a basemap, that is why the use of a Geographic Information System (GIS) such as QGIS may be useful.
The use of QGIS JAXA Earth API Plugin
QGIS is an Opensource GIS software, and we can gather and analyse geographic data easily.
QGIS is also customizable using python scripts or adding plugins on.
Here is a procedure to install QGIS JAXA Earth API Plugin and retrieve satellite data.
1. On QGIS and add OpenStreetMap basemap
- Open QGIS
Basemap should be used as background to show map context.
It can be added on QGIS as XYZ tile.
- On browser, right click on XYZ tiles
- New connection…
- Put a name to this connection and input
https://tile.openstreetmap.org/{z}/{x}/{y}.png
link as URL - OK
OpenStreetMap should be displayed on map canvas.
2. Install JAXA Earth API Plugin
- Menu -> Plugins -> Manage plugins...
- On plugin manager, search for
JAXA
and install
Once plugin installed, JAXA Earth API icon should appear on tool bar
- By clicking on plugin icon, plugin dialog should appear
3. Plugin use example
- 1. Choose target dataset (here precipitation rate monthly)
- 2. Choose target period
- 3. Choose target map extent
- By clicking on
Map Canvas Extent
button, map current is set - Custom extent can also be set by clicking on
Draw on Canvas
button
- By clicking on
- 4. Push
Launch
button to load data
Dataset is loaded as one layer per month!
At last
- Regarding results, precipitation rate evolution can be checked monthly.
Animation of this evolution can be made using TimeManager plugin
If you see any bug or have an enhancement idea, feel free to put an issue here :
https://github.com/MIERUNE/qgis-jaxa-earth-plugin
This content originally appeared on DEV Community and was authored by Raymond Lay
Raymond Lay | Sciencx (2024-06-26T05:52:58+00:00) Retrieve satellite earth observation images easily with QGIS JAXA Earth API Plugin. Retrieved from https://www.scien.cx/2024/06/26/retrieve-satellite-earth-observation-images-easily-with-qgis-jaxa-earth-api-plugin/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.