Amazingly Fast and Simple Ground Control Points Interface for OpenDroneMap software.
- Import GPS measurements from CSV
- Easy/fast image selection
- Create GCPs from scratch by clicking on a map
- Custom basemap selector
- Geocoder
- Import existing GCP Files
- Offline capable
- Cross platform (Windows, Mac, Linux, Web)
- WebODM Integration (Plugin)
The easiest, most convenient way to run the software is to download the prebuilt releases, which can be downloaded freely for evaluation.
You will need to purchase a license to unlock the prebuild releases after evaluation. Your purchase helps support the development of the software ❤
If you don't want to pay for a license, you can compile the software from sources (see instructions below). If you choose to compile from sources, you are free to use, copy, distribute and modify the software, provided that you are the only user of the software. See the terms of the Fair Source License for details.
The application is written using Angular.
You will need to install:
Extract the source code in a directory, then from the directory:
npm install
ng serve
After a while, the application should be available from your browser at http://localhost:4200.
You can build the electron apps and the WebODM plugin by running:
# Windows
dist.bat
# Linux/Mac
./dist.sh
But note that you'll need to modify the storage service (around https://github.com/uav4geo/GCPEditorPro/blob/master/src/app/storage.service.ts#L53) to return a DevLicense
if you want to remove the licensing dialogs.
Results will be stored in the dist/
folder.
You can run npm run stats
to analyze production bundle size
We welcome contributions to improve GCP Editor Pro. If you want to add something, please open a pull request. Please note that the copyright of any contribution will have to be gifted to UAV4GEO because of the Fair Source License.
Please open an issue if you find a problem with the software.
The Fair Source License is not an open-source license and doesn’t intend to be an open-source license. Fair Source allows usage, redistribution, and modification when the usage is below the Use Limitation. Once an organization exceeds the Use Limitation (which is determined by the licensor), it must pay a license fee to continue doing those things.
No. Your modified version consists of the original software (which is under the Fair Source License) and your modifications, which together constitute a derivative work of the original software. The license does not grant you the right to redistribute under a license like MIT without the Use Limitation.