Skip to content

Instantly share code, notes, and snippets.

View samtux's full-sized avatar

Samuel Mesa samtux

View GitHub Profile
@samtux
samtux / ags_colombia.md
Last active March 15, 2024 12:37
Listado de servicios geográficos ArcGIS Server de Colombia
Universidad Nacional de Colombia - Sede Bogotá
Programa: Ingeniería Civil y Agrícola
Docente: Samuel Fernando Mesa Giraldo
Asignatura: SIG para Ingeniería Civil
Fecha actualización: 15 de marzo de 2024

Listado de Servcios Geográficos Web de ArcGIS Server en Colombia

@samtux
samtux / pcraster.log
Created November 7, 2021 00:36
PCRaster error in Arch Linux
This file has been truncated, but you can view the full file.
-` samtux@ultrabook
.o+` ----------------
`ooo/ OS: Manjaro Linux x86_64
`+oooo:
`+oooooo: Kernel: 5.14.10-1-MANJARO
-+oooooo+: Uptime: 2 hours, 15 mins
`/:-:++oooo+: Battery: 100% [Full]
`/++++/+++++++:
`/++++++++++++++: Packages: 3381 (pacman)
`/+++ooooooooooooo/` Shell: zsh
@samtux
samtux / PKGBUILD
Created November 7, 2021 00:07
PCRaster Build
# Maintainer: Samuel Mesa <samuelmesa@linuxmail.org>
pkgname=pcraster
pkgver=4.3.1
pkgrel=1
pkgdesc="Environmental modelling software"
arch=(i686 x86_64)
license=('GPL')
url="http://www.pcraster.eu "
depends=('gdal' 'proj' 'qt5-base' 'xerces-c' 'boost' 'python-numpy' 'python-docopt' 'ncurses')
# Maintainer: Leonidas Arvanitis <l.arvanitis@gmail.com>
_binname=evolus-pencil-bin
_pkgname_base=pencil
_pkgname=evolus-pencil
_desktopfile="${_pkgname_base}.desktop"
_mimefile="${_pkgname}-mime.xml"
pkgname=${_pkgname}-bin
pkgver=3.1.0
@samtux
samtux / PKGBUILD
Last active June 28, 2021 19:13
Update build with ITK4 Fix
# Maintainer: Argyros Argyridis <arargyridis@gmail.com>
# Contributor: Samuel Mesa <samuelmesa@linuxmail.org>
pkgname=orfeo-toolbox
pkgver=7.3.0
_pkgver=7.3
pkgrel=2
pkgdesc="ORFEO Toolbox (OTB) is an open source library of image processing algorithms"
arch=(x86_64 i686)
url="http://www.orfeo-toolbox.org/otb/"
@samtux
samtux / PKGBUILD
Last active May 1, 2020 02:13
PKGBUILD orfeo-toolbox v7.1.0
# Maintainer: Argyros Argyridis <arargyridis@gmail.com>
# Contributor: Samuel Mesa <samuelmesa@linuxmail.org>
pkgname=orfeo-toolbox
pkgver=7.1.0
_pkgver=7.1
pkgrel=3
pkgdesc="ORFEO Toolbox (OTB) is an open source library of image processing algorithms"
arch=(x86_64 i686)
url="http://www.orfeo-toolbox.org/otb/"
@samtux
samtux / ERROR
Created December 14, 2019 22:57
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I/usr/include -I/opt/hdf4/include -I/usr/include -DSHRDOBJ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wno-trigraphs -rdynamic -c -o libgradspy_la-bufrstn.lo `test -f 'bufrstn.c' || echo './'`bufrstn.c
gasdf.c: En la función ‘read_metadata’:
gasdf.c:2421:5: aviso: ‘strncpy’: el límite especificado depende de la longitud del argumento origen [-Wstringop-overflow=]
2421 | strncpy(pvar->longnm,name,len+1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gasdf.c:2420:11: nota: la longitud se calcula aquí
2420 | len = strlen(name);
| ^~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I/usr/include -I/opt/hdf4/include -I/usr/include -DSHRDOBJ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wno-trigraphs -rdynamic -c bufrstn.c -fPIC -DPIC -o .libs/libgradspy_la-bufrstn.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -
@samtux
samtux / PKGBUILD
Created November 10, 2019 12:32
DXFLIB PKGBUILD
# Maintainer: Justin R. St-Amant <jstamant24 at gmail dot com>
# Contributor: Samuel Mesa <samuelmesa@linuxmail.org>
pkgname=dxflib
pkgver=3.17.0
pkgrel=1
pkgdesc="Open source C++ library mainly for parsing DXF files"
arch=("x86_64" "i686")
url="http://www.ribbonsoft.com/en/what-is-dxflib"
license=('GPL')
@samtux
samtux / PKGBUILD
Last active November 1, 2019 21:57
PKGBUILD Orfeo Toolbox 7.0.0
# Maintainer: Argyros Argyridis <arargyridis@gmail.com>
# Contributor: Samuel Mesa <samuelmesa@linuxmail.org>
pkgname=orfeo-toolbox
pkgver=7.0.0
minorver=1
pkgrel=1
pkgdesc="ORFEO Toolbox (OTB) is an open source library of image processing algorithms"
arch=(x86_64 i686)
url="http://www.orfeo-toolbox.org/otb/"
@samtux
samtux / PKGBUILD
Created October 28, 2019 18:22
otb-git
pkgname=otb-git
pkgver=7.0.0.rc2.r0.g09685dfad2
minorver=0
pkgrel=1
pkgdesc="ORFEO Toolbox (OTB) is an open source library of image processing algorithms"
arch=(x86_64 i686)
url="http://www.orfeo-toolbox.org/otb/"
license=('CeCILL')
groups=()
depends=('cmake' 'gdal' 'agg' 'freeglut' 'curl' 'fftw' 'tinyxml' 'muparser' 'fltk' 'python2' 'openthreads'