grassgis/lib
epifanio bb6e881699 apply fix from SVN changset https://trac.osgeo.org/grass/changeset/68912 2016-08-29 23:38:01 -04:00
..
arraystats Fix 'allows to' typo, replace with 'allows <word>ing' 2015-02-13 15:14:07 +00:00
bitmap fix some doxygen warnings 2012-08-09 08:13:14 +00:00
btree move prototypes from include/ to include/defs 2011-11-11 17:44:36 +00:00
btree2 keep inline comments between parentheses to be accepted by Doxygen 2015-12-15 19:37:12 +00:00
cairodriver cairodriver manual: SVG example added 2015-05-18 09:16:49 +00:00
calc Move vectorised functions from r.mapcalc into a separate library 2016-01-25 09:28:12 +00:00
cdhc cdhc lib: prefix added (trac #2421) 2014-09-28 21:52:15 +00:00
cluster doxygen errors fixed 2012-09-08 19:34:59 +00:00
datetime doxygen errors fixed 2012-09-08 19:34:59 +00:00
db various spelling errors fixed 2016-03-08 08:06:33 +00:00
display Fix d.info with regard to r62026 (ticket #2577) 2015-02-04 12:25:43 +00:00
driver libdriver: add some debug message when loading fonts 2016-01-23 10:48:41 +00:00
dspf G3D -> RASTER3D 2011-08-10 17:20:14 +00:00
external doxygen: short ccmathlib doxfile added 2014-12-26 21:22:42 +00:00
fonts
gis spelling errors (#2985) 2016-04-09 16:43:25 +00:00
gmath more precise warning 2015-11-06 13:59:48 +00:00
gpde update g.remove calls (trac #2409) 2015-01-14 07:53:23 +00:00
htmldriver displaylib: add D_get_file (#2509) 2014-12-10 09:21:11 +00:00
imagery Various typos (fixes #2882 Patch for various spelling errors (sebastic)) 2016-01-29 09:29:57 +00:00
init svn revision 00000 to exported (no need for backport) 2016-03-25 08:32:44 +00:00
iostream apply fix from SVN changset https://trac.osgeo.org/grass/changeset/68912 2016-08-29 23:38:01 -04:00
lidar libsegment: function prefixes change from segment_ to Segment_ (trac #2422) 2014-10-21 15:46:52 +00:00
linkm linkmlib: clarify linkm usage 2014-04-17 18:29:14 +00:00
manage M_do_copy: Add a warning for failed copy 2015-11-09 14:10:23 +00:00
nviz libnviz: fix stupid for loop mistake when freeing memory 2015-04-06 21:28:45 +00:00
ogsf Various typos (fixes #2882 Patch for various spelling errors (sebastic)) 2016-01-29 09:29:57 +00:00
pngdriver png driver: i18n cosmetics (write) 2016-04-01 10:56:14 +00:00
proj spelling errors (#2985) 2016-04-09 16:43:25 +00:00
psdriver update g.region calls to use new element names (#2409) 2014-12-19 21:17:36 +00:00
python fix typo (2017->2016) 2016-04-09 16:37:50 +00:00
raster libraster: support linking GDAL2 2016-03-08 09:44:02 +00:00
raster3d rasterlib, raster3dlib: use new compression fns 2015-12-18 08:37:56 +00:00
rowio doxygen errors fixed 2012-09-08 19:34:59 +00:00
rst progman: title cosmetics 2015-09-09 18:21:10 +00:00
segment libsegment: improve error handling 2014-10-29 21:38:36 +00:00
stats statslib: do not qsort NULL values 2013-02-01 18:46:04 +00:00
symbol various typo fixes, found by the Debian lintian QA tool (trac #2725) 2015-09-05 15:57:08 +00:00
temporal minor comment fix 2015-10-30 11:03:11 +00:00
vector netalib: minor updates 2016-03-09 20:38:32 +00:00
Makefile Move vectorised functions from r.mapcalc into a separate library 2016-01-25 09:28:12 +00:00
README revert r38357: don't tear down the main street signs just because satnav is available 2009-07-13 05:16:23 +00:00
loc_struct.png help_loc_struct.png: update picture cloned from lib/init/help_loc_struct.png (to be deduplicated) 2014-04-05 22:02:22 +00:00

README

Current directory layout

- bitmap: bitmap library for X Window Bitmaps
- btree: binary tree library
- D: display library
- datetime: DateTime library
- db: database management interface database drivers
	- db/dbmi: general DB driver
	- db/sqlp: SQL parser library for DBMI driver
	- db/stubs: general DB driver
- display: library for CELL driver
- edit: curses library
- external: external libraries
	- external/shapelib: SHAPE file management functions
- fonts: fonts
	- fonts/fonts
	- fonts/for_grass
- front.end: modules front end (cmd or inter)
- gis: main GRASS library
- image: image library required for SG3d/Iris, saving images in SGIs
             rgb-format
- init: GRASS startup scripts and programs
- linkm: linked list memory manager
- ogsf: ported gsurf library (required for NVIZ)
- proj: PROJ4 projection library wrapper
- raster: GRASS raster display library
- vask: Curses based cursor library
- vector: GRASS vector library
	- vector/dglib: Directed Graph Library implementation
	- vector/dglib/examples: Directed Graph Library examples
	- vector/diglib: more GRASS vector functions
	- vector/Vlib: portable GRASS vector functions