Plugin for QGIS v3 here --> https://github.com/yojiyojiyoji/oam_qgis3_express
QGIS plugin to upload and download data to/from OpenAerialMap. The plugin cosists of following functionalities:
1) Create, edit OIN conformed metadata from imagery and user input
2) Upload imagery and metadata, using AWS-S3 bucket
3) Search, browse, and download imagery and metadata through OAM catalog
4) Support simple raster image processing, such as reprojection and file format conversion, as well as trigger the creation of tile service (currently under development)
Contact sysadmin@hotosm.org to request an access key if you want to upload to the HOT OIN upload bucket.
A package containing all the needed dependencies can be installed through QGIS Plugin Manager.
To install from plugin manager:
Note: Make sure that "Show also experimental plugins" is checked at the Settings tab, otherwise the OAM plugin will not be shown among the available ones.
Alternatively, you can directly download from repository.
To install:
Install pyrcc4:
The easiest way to install pyrcc4 is probably to use package manager.
If using ubuntu 14.04 or its comatible distributions, following command should work:
apt-get install pyqt4-dev-tools
For the other distributions, please use the online resourece to get the information.
Download the repository and deploy the code to the plugin directory:
$ git clone https://github.com/hotosm/oam-qgis-plugin.git
$ cd oam-qgis-plugin/OpenAerialMap/
$ make deploy
Set the path to pyrcc4.exe:
To execute the make.bat file in MS-Windows, you need to set the path to pyrcc4.exe. Probably, the easiest way to set the path is to use OSGeo4W Shell. (If you open the shell, the path to the file should be automatically set.) However, you can also manually set the path from normal command prompt.
Find the pyrcc4.exe file in the QGIS folder:
Ex. For the version 2.14.4 (Essen), C:\Program Files\QGIS 2.14.4\bin\ or C:\Program Files\QGIS Essen\bin\
Set the path, using set command:
Ex. For the example above, execute SET PATH=%PATH%;C:\Program Files\QGIS 2.14.4\bin or C:\Program Files\QGIS Essen\bin
Download the repository and deploy the code to the plugin directory:
$ git clone https://github.com/hotosm/oam-qgis-plugin.git
$ cd oam-qgis-plugin\OpenAerialMap\windows\
$ make.bat deploy
You can activate the deployed plugin through QGIS menu "Plugins" -> "Manage and Install Plugins". You should see OAM icons in your menu at this point.
After any change in the code you need to run 'make deploy' again. You also need to restart QGIS to reload the new compiled code. A handy alternative is to use the "Plugin Reloader" plugin to reload and live test your changes on the code. If necessary, you can also use 'make derase' command to erase the deployed folder completely.
During the plugin planning phase, those were the identified required features
The development progress can be followed through the repository issues and Millestones.
Regular meetings are not being held at the moment, but please leave any comment or request on our gitter channel: