]> www.wagner.pp.ru Git - oss/fgis.git/blob - README
Added logic to find GDAL installation.
[oss/fgis.git] / README
1 f(GIS) PROJECT
2
3 The idea, design and implementation of this software belongs to
4 Victor Wagner <vitus@ice.ru>. Unfortunately he had leave GIS area and this
5 project was dropped for several years. Now it is maintained by
6 Andrey Kiselev <dron@remotesensing.org>.
7
8 fGIS stands for "functional GIS". It means that fGIS uses functional data
9 model rather than object-oriented. Spatial phenomena are interpreted
10 as functions of spatial coordinates, defined on some subset of earth
11 surface. Such subset can be contineous area, or set of lines, like
12 transport or hydrography network, or even set of isolated points.
13
14 I hope that such approach would allow to develop powerful map operation
15 language much like simple relational model of tabular data give birth
16 to SQL.
17
18 Idea of fGIS was born when I've worked on DOS with EPPL7 and Arc/Info GIS
19 systems. I've found that on most tasks, related with natural sciences,
20 EPPL7 outperforms Arc/Info hundred times or so. So, I wanted to have
21 system which is open-source, have purified ideology, and is free from
22 some EPPL7 limitations, caused by 16-bit nature of DOS. Later I've found
23 that GRASS already implements most of my ideas, but GRASS is huge and
24 knowing how other raster GIS like IDRISI are outperformed by EPPL7,
25 I have very few hopes that its existense makes my efforts useless.
26