Difference between revisions of "Script Repository"
Jump to navigation
Jump to search
(GRASS AddOns added) |
(url fix) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
Losely model it after the Perl CPAN concept. | Losely model it after the Perl CPAN concept. | ||
− | Or follow the [http://cran.at.r-project.org/src/contrib/PACKAGES | + | Or follow the [http://cran.at.r-project.org/src/contrib/PACKAGES R stats packages] concept, also for C integration. |
Talk to Tyler Mitchell if you have more ideas to contribute or if you like the idea. | Talk to Tyler Mitchell if you have more ideas to contribute or if you like the idea. | ||
Line 11: | Line 11: | ||
=== External Examples === | === External Examples === | ||
− | * [http://grass. | + | * [http://grass.osgeo.org/wiki/GRASS_AddOns GRASS Addons]: Scripts and code snippets |
+ | * [http://map.hut.fi/PerlForGeoinformatics/examples.html Perl GDAL examples] | ||
+ | |||
+ | === Common Problems with Various Solutions === | ||
+ | |||
+ | * [[Point Clustering]]: Discussion and examples of various methods for clustering point data | ||
''More to come'' | ''More to come'' | ||
+ | |||
+ | [[Category: Software Stack]] |
Latest revision as of 12:32, 30 October 2008
Just a rough stub for discussion purposes so far.
Goal
To have an OSGeo Script Repository, where users and developers can contribute, borrow, extend, share and organise code snippits in a variety of programming languages using a range of API's and utilities. This would be useful for much more than just OSGeo projects and could really help show the world what we are up to.
Losely model it after the Perl CPAN concept.
Or follow the R stats packages concept, also for C integration.
Talk to Tyler Mitchell if you have more ideas to contribute or if you like the idea.
External Examples
- GRASS Addons: Scripts and code snippets
- Perl GDAL examples
Common Problems with Various Solutions
- Point Clustering: Discussion and examples of various methods for clustering point data
More to come