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
Option Explicit | |
'Script written by Guillaume Meunier | |
'Script copyrighted by Guillaume Meunier | |
'Script version Tuesday, 11 April 2017 17:10:45 | |
'Select all surfaces inferior to xx | |
'If selection select inside selection | |
'Everything must be exploded | |
Call Main() |
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
Option Explicit | |
'Script written by Guillaume Meunier | |
'Script copyrighted by Guillaume Meunier | |
'Script version Wednesday, April 12, 2017 1:14:09 PM | |
'try to Planarize objects | |
Call Main() | |
Sub Main() | |
Dim nSurf, arr, strSurf, count, arrObjects, strCurve, num_Type, res |
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
""" | |
Authors | |
Bart van Andel <[email protected]> | |
Tobias Bieniek <[email protected]> | |
Torstein I. Bø | |
License | |
Copyright (C) 2012 Tobias Bieniek <[email protected]> |
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
# | |
# elevation: A very simple python script that get elevation from latitude and longitude with google maps API by Guillaume Meunier | |
# | |
# ----------------------------------- | |
# NO DEPENDANCIES except JSON and URLLIB | |
# ----------------------------------- | |
# | |
# Copyright (c) 2016, Guillaume Meunier <[email protected]> | |
# GEOJSON_export is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published |
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
# | |
# Github_check : a component that request github server to get the last commit's comment for a specific file | |
# | |
# This file is part Elioth toolbox | |
# | |
# Copyright (c) 2015, Guillaume Meunier <[email protected]> | |
# Github_check is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published | |
# by the Free Software Foundation; either version 3 of the License, | |
# or (at your option) any later version. |
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
# | |
# GEOJSON_export: A Plugin that export surfaces and its attributes to a GEOJSON file by Guillaume Meunier | |
# | |
# ----------------------------------- | |
# Need pygeoj.py It must be in your script's folder | |
# by Karim Bahgat https://github.com/karimbahgat | |
# ----------------------------------- | |
# TODO : | |
# use something like : https://github.com/karimbahgat/PyCRS | |
# ----------------------------------- |