With this plugin, we can search and download images and metadata via OAM catalog. For the details of Open Aerial Map Project, please visit the following site: https://docs.openaerialmap.org/
(As of April 2021, this plugin is developed with QGIS 3.18 on Linux Mint 20, 64bit)
-
Install pyrcc5:
You need to install pyrcc5 if you don't have it installed on your system. Probably, the easiest way to install pyrcc5 is to use package manager. If using ubuntu or its compatible distribution, following command should work:
$ apt-get install pyqt5-dev-tools
For the other distributions, please use the online resource to get the information. -
Download the repository and deploy the code to the plugin directory:
$ git clone https://github.com/yojiyojiyoji/oam_qgis3_express.git
$ cd oam_qgis3_express
$ make deploy
-
Download the repository and deploy the code to the plugin directory:
git clone https://github.com/yojiyojiyoji/oam_qgis3_express.git
cd oam_qgis3_express\windows\ -
Execute pyrcc5_set_path.bat file with QGIS version
Ex. (if you are using QGIS 3.16)
pyrcc5_set_path.bat 3.16 -
Execute the batch file for installation
make.bat deploy
If you have a package file (.zip format), you can install it from QGIS Plugin Manager. You can download the package file at:
https://plugins.qgis.org/plugins/oam_qgis3_express/ (Official QGIS plugin repository)
https://github.com/yojiyojiyoji/oam_qgis3_express/releases
Once you downloaded the package file:
- Click "Plugin" in Menu Bar -> "Manage and Install Plugins", and plugin Window will open.
- Select "Install from ZIP" on the left side of the window.
- Select the package (.zip) file of the plugin.
- Click "Install Plugin".
Please refer to the online resources of QGIS for the details of the plugin installation process.