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