diff --git a/source/faq.rst b/source/faq.rst new file mode 100644 index 000000000..39928eb49 --- /dev/null +++ b/source/faq.rst @@ -0,0 +1,30 @@ +########################## +Frequently Asked Questions +########################## + +*************** +Data Processing +*************** + +Can I process two or more orthophoto GeoTIFFs to stitch them together? +---------------------------------------------------------------------- + +No. ODM is a photogrammetric pipeline and orthophotos do not have the necessary camera information since the images have already been orthorectified. You can use another program such as `Hugin `_ to do that. + +********* +Licensing +********* + +I want to build a commercial application that includes ODM. Do I need a commercial license? +------------------------------------------------------------------------- + +ODM is free and open source software, released under the `AGPLv3 `_. You are free to build and sell applications with it, just make sure to comply with the requirements of the license, in particular the disclose source requirement. + +Are there other licensing options aside from the AGPLv3? +-------------------------------------------------------- + +Nope, sorry! + + +`Learn to edit `_ and help improve `this page `_! + diff --git a/source/index.rst b/source/index.rst index a28cdee82..4b4a23049 100644 --- a/source/index.rst +++ b/source/index.rst @@ -55,3 +55,4 @@ The documentation is available in several languages. Some translations are incom multispectral requesting-features contributing + faq