Tuesday, May 29, 2012

GSoC2012

OSSIM proposal has been accepted for this year's Google Summer of Code. This summer will be fully of C++ and python. :)

Full Proposal
http://www.google-melange.com/gsoc/homepage/google/gsoc2012

Weekly Updates
http://trac.osgeo.org/ossim/wiki/GsocUnderWaterImageProcessing

Source Code
https://bitbucket.org/bugbrains/gsoc2012

VRGeo on cloud

CDAC-B is providing cloud infrastructure for VRGeo

You can access cloud version on
http://vihang.garudaindia.in/vrgeo

steps for using VRGeo is available at
http://lsi.iiit.ac.in/steps.pdf

VRGeo on Google+
http://goo.gl/b5j2O

apache htacess directory listing

Apache allows to disable directory listing using htacess files.

By default in ubuntu apache document root directory is /var/www

you can edit configuration file located at /etc/apache2/sites-enabled/000-default

You have a folder called "private" in /var/www/private which contains some information. If your system is connected to internet and have public access anyone can get data from http://yourdomain.com/private !!

To disable directory listing try this:

create a file called .htaccess in /var/www/private
set your favourite editor
export EDITOR=vim

sudo $EDITOR .htaccess

Options -Indexes                #disable directory listing on current directory
or
Options All -Indexes          #disable directory listing recursively


LSIViewer - The Free online Geospatial Data Viewer


LSI viewer (Libre Spatial Information Viewer) [1] was developed for users who may not have access to a suite of GIS software tools but would like to just view/display and print/export the data they have.
LSIViewer is an Online Spatial Map Viewer for your Local Data including Map Styling. Basic Styling includes changing background color, pen color, fill color, label color, label size, pen width.  It allows to view Attribute Table and export the current map view with styling to a SVG/JPEG/PNG files. Currently it can be used as a Map Viewer for Shapefile (.shp) format data. Other data formats are planned to be supported in later versions.  LSIViewer doesnt depends on MapServer, Geoserver.
You can start a discussion, report bugs, give feedback on our redmine instance[2].

Developed and maintained by Lab For Spatial Informatics, IIIT Hyderbad

[1] http://lsi.iiit.ac.in/lsi/lsiviewer/
[2] http://lsi.iiit.ac.in/redmine/projects/lsiviewer

Install GRASS GIS 7.0 svn


Download GRASS GIS. you need an SVN client to checkout the source
cd ~/code

svn checkout https://svn.osgeo.org/grass/grass/trunk grass7



cd grass7

./configure --with-tcltk-includes=/usr/include/tcl8.5
--with-proj-share=/usr/share/proj --with-python
--with-gdal=/usr/local/bin/gdal-config --with-ffmpeg=yes
--with-ffmpeg-includes="/usr/include/libavcodec/
/usr/include/libavformat/ /usr/include/libswscale" --with-sqlite
--with-postgres --with-postgres-includes=/usr/include/postgresql/
--with-wxwidgets=/usr/bin/wx-config
--with-mysql-includes=/usr/include/mysql --with-opengl-libs=/usr/lib/

Compile using GNU Make
make
Install grass7. Default install location will be /usr/local/grass-7.0.svn
sudo make install
start GRASS GIS 7 using terminal. #$grass70