Skip to content

Instantly share code, notes, and snippets.

View aashish24's full-sized avatar

Aashish Chaudhary aashish24

View GitHub Profile
@aashish24
aashish24 / basemap_descartes.py
Created February 18, 2020 01:14 — forked from urschrei/basemap_descartes.py
How to plot Shapely Points using Matplotlib, Basemap, and Descartes
"""
required packages:
numpy
matplotlib
basemap: http://matplotlib.org/basemap/users/installing.html
shapely: https://pypi.python.org/pypi/Shapely
descartes: https://pypi.python.org/pypi/descartes
random
@aashish24
aashish24 / basemap_descartes.py
Created February 18, 2020 01:14 — forked from urschrei/basemap_descartes.py
How to plot Shapely Points using Matplotlib, Basemap, and Descartes
"""
required packages:
numpy
matplotlib
basemap: http://matplotlib.org/basemap/users/installing.html
shapely: https://pypi.python.org/pypi/Shapely
descartes: https://pypi.python.org/pypi/descartes
random
@aashish24
aashish24 / modern-geospatial-python.md
Created September 13, 2017 04:32 — forked from jqtrde/modern-geospatial-python.md
Modern remote sensing image processing with Python
@aashish24
aashish24 / modern-geospatial-python.md
Created September 13, 2017 04:32 — forked from jqtrde/modern-geospatial-python.md
Modern remote sensing image processing with Python
@aashish24
aashish24 / modern-geospatial-python.md
Created September 13, 2017 04:32 — forked from jqtrde/modern-geospatial-python.md
Modern remote sensing image processing with Python
@aashish24
aashish24 / modern-geospatial-python.md
Created September 13, 2017 04:32 — forked from jqtrde/modern-geospatial-python.md
Modern remote sensing image processing with Python
@aashish24
aashish24 / nginx.conf
Last active September 17, 2015 17:46 — forked from mbertrand/nginx.conf
server {
listen 80;
server_name mydomain.edu localhost;
location /static {
alias /www/geonode/src/GeoNodePy/geonode/static_root;
}
#GEOSERVER
# First, clear out any old mapnik or node.js installs that might conflict
sudo apt-get purge libmapnik libmapnik-dev mapnik-utils nodejs
# Also clear out any old ppa's that might conflict
sudo rm /etc/apt/sources.list.d/*mapnik*
sudo rm /etc/apt/sources.list.d/*developmentseed*
sudo rm /etc/apt/sources.list.d/*chris-lea*
# add new ppa's
echo 'yes' | sudo apt-add-repository ppa:chris-lea/node.js
# First, clear out any old mapnik or node.js installs that might conflict
sudo apt-get purge libmapnik libmapnik-dev mapnik-utils nodejs
# Also clear out any old ppa's that might conflict
sudo rm /etc/apt/sources.list.d/*mapnik*
sudo rm /etc/apt/sources.list.d/*developmentseed*
sudo rm /etc/apt/sources.list.d/*chris-lea*
# add new ppa's
echo 'yes' | sudo apt-add-repository ppa:chris-lea/node.js
@aashish24
aashish24 / config.log
Created August 17, 2012 13:58
Failed to install meld on MacOS X Mountain Lion
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pango configure 1.30.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --disable-debug --prefix=/usr/local/Cellar/pango/1.30.1 --enable-man --with-x --with-html-dir=/usr/local/Cellar/pango/1.30.1/share/doc --disable-introspection
## --------- ##
## Platform. ##