Archive for the ‘proj4’ Category
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!
Tags: blog, frank warmerdam, osgeo, planet, planet osgeo
Posted in events, gdal, geotiff, gis, open source, osgeo, programming, proj4 | No Comments »
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:
- PostgreSQL 8.3.6 – official Win32 binaries and source code
- GEOS – build from sources, it’s safe to grab SVN trunk
- 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…)
Tags: build, cmake, compile, cygwin, geos, mingw, nmake, postgis, postgresql, proj4, visualc++, windows, wktraster
Posted in author, geos, gis, open source, osgeo, postgis, proj4, visual c++, windows | 8 Comments »
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.
Tags: fwtools, gdal, geos, libgeotiff, libtiff, mapserver, proj4, release
Posted in gdal, geos, gis, open source, proj4, shapelib | No Comments »
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
Tags: frank, fwtools, gdal, geospatial, gis, mapserver, ogr, package, proj4, tools, warmerdam
Posted in gdal, gis, open source, proj4, shapelib, windows | 2 Comments »
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.
Tags: library projection coordinate system spatial reference
Posted in gis, open source, proj4 | No Comments »
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
Posted in gdal, geos, gis, linux, proj4, windows | No Comments »
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…)
Posted in proj4, visual c++, windows ce | 2 Comments »