-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial upload from Dropbox as of Dec. 3rd 2016
- Loading branch information
oscarpilote
authored
Dec 3, 2016
1 parent
b112952
commit 1a4c070
Showing
75 changed files
with
56,616 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
#!/bin/bash | ||
echo | ||
echo "Installation of Homebrew (accept every choice with default value)" | ||
echo "----------------------------------------------------------------------" | ||
echo | ||
exec ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | ||
echo | ||
echo "Installation of Python 3" | ||
echo "--------------------------" | ||
echo | ||
exec brew install python3 | ||
echo | ||
echo "Installation of Imagemagick" | ||
echo "---------------------------" | ||
echo | ||
exec brew install imagemagick | ||
echo | ||
echo "Installation of python/requests" | ||
echo "-------------------------------" | ||
echo | ||
exec pip3 install requests | ||
echo | ||
echo "Installation of python/overpy" | ||
echo "-----------------------------" | ||
echo | ||
exec pip3 install overpy | ||
echo | ||
echo "Installation of python/numpy" | ||
echo "-----------------------------" | ||
echo | ||
exec pip3 install numpy | ||
echo | ||
echo "Installation of python/pillow" | ||
echo "-----------------------------" | ||
echo | ||
exec brew install libtiff libjpeg webp little-cms2 | ||
exec pip3 install Pillow | ||
echo | ||
echo "Installation of python/pyproj (optional)" | ||
echo "----------------------------------------" | ||
echo | ||
exec pip3 install pyproj | ||
echo | ||
echo "Installation succesful (hopefully)!" | ||
|
||
|
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
Parts of the following software are redistributed along with Ortho4XP : | ||
|
||
Medit by Pascal Frey | ||
Showme and Triangle by Jonathan Shewchuk | ||
DSFTool by Laminar Research | ||
7-zip by Igor Pavlov | ||
|
||
The following legal notices apply to them : | ||
|
||
------------------------------------------------------------------------------ | ||
Medit | ||
Pascal Frey | ||
https://www.ljll.math.upmc.fr/frey/software.html | ||
|
||
Ce logiciel a été enregistré à l’APP sous le numéro IDDN.FR.001.410023.00.R.P. | ||
2001.000.10800 le 25 janvier 2001. | ||
|
||
The explicit authorization to distribute it here was given by Pascal Frey. | ||
------------------------------------------------------------------------------ | ||
|
||
------------------------------------------------------------------------------ | ||
Showme and Triangle | ||
Jonathan Shewchuk | ||
|
||
The licence is explicitely included in the header files of Utils/showme.c | ||
and Utils/Triangle4XP.c. | ||
|
||
Triangle4XP.c is a mofification by Oscar Pilote of the original Triangle.c of | ||
Jonathan Shewchuk, the full copyright of the file Triangle4XP.c is left to | ||
Jonathan Shewchuks; the extracted modifications are licened GPL v3 with author | ||
Oscar Pilote. | ||
------------------------------------------------------------------------------ | ||
|
||
------------------------------------------------------------------------------ | ||
DSFTool | ||
Laminar Research | ||
|
||
The scenery tools are open source; code original to Laminar Research is | ||
availble via the MIT/X11 license; various required libraries have licenses | ||
that are compatible with either MIT/X11 or GPL. | ||
|
||
The source code for these tools is all available at: | ||
|
||
http://dev.x-plane.com/cgit/cgit.cgi/xptools.git/ | ||
------------------------------------------------------------------------------ | ||
|
||
------------------------------------------------------------------------------ | ||
7-Zip | ||
Igor Pavlov | ||
|
||
License for use and distribution | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
7-Zip Copyright (C) 1999-2016 Igor Pavlov. | ||
|
||
Licenses for files are: | ||
|
||
1) 7z.dll: GNU LGPL + unRAR restriction | ||
2) All other files: GNU LGPL | ||
|
||
The GNU LGPL + unRAR restriction means that you must follow both | ||
GNU LGPL rules and unRAR restriction rules. | ||
|
||
|
||
Note: | ||
You can use 7-Zip on any computer, including a computer in a commercial | ||
organization. You don't need to register or pay for 7-Zip. | ||
|
||
|
||
GNU LGPL information | ||
-------------------- | ||
|
||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
|
||
This library is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
|
||
You can receive a copy of the GNU Lesser General Public License from | ||
http://www.gnu.org/ | ||
|
||
|
||
unRAR restriction | ||
----------------- | ||
|
||
The decompression engine for RAR archives was developed using source | ||
code of unRAR program. | ||
All copyrights to original unRAR code are owned by Alexander Roshal. | ||
|
||
The license for original unRAR code has the following restriction: | ||
|
||
The unRAR sources cannot be used to re-create the RAR compression algorithm, | ||
which is proprietary. Distribution of modified unRAR sources in separate form | ||
or as a part of other software is permitted, provided that it is clearly | ||
stated in the documentation and source comments that the code may | ||
not be used to develop a RAR (WinRAR) compatible archiver. | ||
------------------------------------------------------------------------------ | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.