Archive for the ‘proj4’ Category

Frank Warmerdam joins Planet OSGeo

Saturday, December 5th, 2009

I’d like to announce that Frank Warmerdam, one of the noble characters of the Free and Open Source Software community has joined the Planet OSGeo. Frank’s Geo-Geeking blog is available at http://fwarmerdam.blogspot.com.

Welcome Frank!

Building PostGIS using Visual C++

Sunday, March 29th, 2009

I don’t like MinGW. I’ve been dreaming about building PostGIS using Visual C++ – the native development toolset for Windows platform – without being forced to install Unix-like environment inside Windows. Finally, I’ve got motivated enough and decided to make my dreams reality, so here is the story.

First, I collected all run-time dependencies required by PostGIS. I intentionally used the word run-time to indicate I’m not going to install MinGW neither Cygwin or any other GCC-for-Windows package. GNU make is also not required.

I use PostGIS source code from trunk in the Subversion repository.

Dependencies

There are only 3 software packages required:

  1. PostgreSQL 8.3.6official Win32 binaries and source code
  2. GEOS – build from sources, it’s safe to grab SVN trunk
  3. PROJ.4 – also build from sources and also from SVN trunk

I installed the PostgreSQL 8.3.6 without PostGIS extensions, as I’m going to provide my own :-), using default location c:\Program Files\PostgreSQL\8.3. The source code of PostgreSQL 8.3.6 went to d:\dev\postgresql\postgresql-8.3.6.

Short note on directories layout using for projects downloaded directly from repositories. Root path of source tree of each project have the same layout: D:\dev\PROJECT\_svn\trunk. For Visual Studio projects, these paths are defined as macros in postgis.vsprops (Visual C++ Property Sheet), so it should be easy to redefine them without any need to hack other project settings like Additional Include Directories and others.

(more…)

FWTools 2.2.6

Saturday, August 23rd, 2008

Frank has issued an update for FWTools bundle. The latest version of Frank’s binary kit has number 2.2.6 and is dedicated to Windows users only. Available to download from primary and mirror site.

FWTools 2.2.4 for Windows

Wednesday, August 6th, 2008

Frank has just released and announced new version of FWTools 2.2.4. It brings new versions of:

  • GDAL 1.6.0dev (2008-08-05, current SVN trunk)
  • PROJ.4 4.6.1 (2008-07-21)
  • MapServer 5.3-dev (2008-08-05, current SVN trunk)

Also, one bug related to HDF5 format has been fixed.

The new installer FWTools224.exe is available from the primary site or mirror site

PROJ.4 4.6.0 Released

Friday, December 21st, 2007

A few minutes ago, Frank announced new release of PROJ.4 – Cartographic Projections Library 4.6.0. This release brings only a few but important fixes. Follow the announcement link to find more details.

FWTools mirrored

Friday, September 7th, 2007

Short announcement, today I set up small mirror for FWTools – Open Source GIS Binary Kit for Windows and Linux. It’s available through HTTP under http://fwtools.loskot.net.

Recently, some users reported they have problems with accessing the main FWTools website from various countries, like China, so perhaps this mirror will help them to access the package without any problems.

Please, drop me a note if you’ve encountered problems with accessing the fwtools.loskot.net server.

Spread the FWTools!

Update 2007-09-14 06:50:12 UTC

Added download statistics – http://loskot.net/stats_fwtools.php

Update 2007-09-07 20:44:47 UTC

I think it may be helpful if users know geographical location of the fwtools.loskot.net mirror:

  • IP: 67.19.42.2
  • City: Dallas Texas
  • Country: United States
  • Time Zone: CST

How to build PROJ.4 for Windows CE

Friday, August 31st, 2007

Recently, I’ve been asked for some help in building PROJ.4 library for Windows CE systems, like Windows Mobile 5.0 for Pocket PC. So, I decided to write down all steps required to get this task done with success.

(more…)