Archive for the ‘GIS’ Category

PyWPS 3.0.0

Friday, November 7th, 2008

It took us more then one and half year, but finally, it is here: PyWPS 3.0.0 with support for WPS 1.0.0. The code structure has been completely rewritten. We use python-htmltml templating system now. You can setup several environment variables and so, you can configure many WPS servers ...

GRASS 6.3 for Ubuntu Intrepid Ibex 8.10

Friday, October 31st, 2008

Packages of current stable release of GRASS GIS are from now available in Les-ejk's Ubuntu repository. There is one (known to me) issue with the new wxPython-based gui. However, you can use the old Tcl/Tk GUI without problems. Please let me know, in case, you find any bug. Happy #ging!

Mapy pro vaši Garminu

Tuesday, September 16th, 2008

Už jsem tady psal o projektu OpenStreetMap, který podpořil nějakými daty také můj zaměstnavatel. Velmi zkráceně: projektu jde o to, zmapovat svět, a používá k tomu nic prostšího, než volně dostupná data a hlavně GPSky, podle jejichž logů jsou potom mapy kresleny. Jak ale dostat mapy do vaší GPSky? Možností je ...

GRASS 6.3 for Ubuntu Hardy Heron

Saturday, May 10th, 2008

I prepared first version of the GRASS 6.3 packages for ubuntu 8.4 for both, i386 and amd64 platforms. They are available in http://les-ejk.cz/ubuntu respository Please, add deb http://les-ejk.cz/ubuntu/ hardy multiverse line into your /etc/apt/sources.list file and sudo apt-get install grass NOTE: The WxPython digitizer does not work on AMD64, I’ll be working on it Enjoy and ...

GRASS 6.3 for ubuntu amd64

Friday, May 9th, 2008

Finally, I created the packages of GRASS 6.3.0 and GDAL 1.5.1 for Ubuntu Hardy Heron (currently amd64 only). There were some issues regarding the Debian patching system, which was new to me. Another problem is, that the new wx-digitiser does not work yet. But you can already test the new-generation WxPython-based ...

GRASS 6.3

Monday, April 28th, 2008

GRASS 6.3.0 is out. This new version includes (among others): Support for MS Windows New Wx-python based GUI New modules When this version was released, new branch was setuped in source code repository, namely GRASS 7.0, where main raster part should be redone. Read more at http://grass.osgeo.org/announces/announce_grass630.html. Ubuntu packages comming soon.

GRASS officially part of OSGeo

Friday, February 8th, 2008

Today, GRASS was approved as OSGeo project. (17:07:11) TylerM: Board meeting starting --- (17:07:15) TylerM: Tyler secretary (17:07:22) TylerM: Meeting agenda: http://wiki.osgeo.org/index.php/Thirty_Third_Board_Meeting (17:07:24) sigq: Title: Thirty Third Board Meeting - OSGEO (at wiki.osgeo.org) (17:07:35) TylerM: * Review last meeting minutes: http://wiki.osgeo.org/index.php/Thirty_Second_Board_Meeting (17:07:36) sigq: Title: Thirty Second Board Meeting - OSGEO (at wiki.osgeo.org) (17:08:18) TylerM: Frank moves ...

Thuban 1.2.1

Sunday, February 3rd, 2008

Thuban 1.2.1 is released. I prepared some packages (available via Les-ejk's repository). Thuban is an Interactive Geographic Data Viewer with support for OGR and GDAL files. With Thuban it is also possible to prepare and edit MapServer mapfiles. What I'm personally missing is support for WMS and other OGC standards. However, with ...

GRASS 6.2.3

Wednesday, November 28th, 2007

Yesterday, GRASS 6.2.3 was released. Packages for Ubuntu are available in our repository.

Little GRASS hint: Running GRASS without “make install”

Wednesday, November 7th, 2007

The problem Sometimes, I was just wondering, why there must be two versions of GRASS in my system, when I compile GRASS from source code: I have source code of GRASS in my /home/jachym/src/grass/grass6/ directory. Every time I download fresh updates and recompile, I have to run make install in order ...