What Open Source GIS tools do you use / recommend? [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm researching Open Source GIS resources - and wonder out of all the Open Source tools that are out there - what people are actually using / finding useful.
http://en.wikipedia.org/wiki/GIS_software

Here's a few I use regularly
postgis
gdal
mapserver
uDig
grass
geos
geoserver
gmt
openlayers
tilecache
qgis
Big list here http://opensourcegis.org/

http://sharpmap.codeplex.com for the .Net world. We're not under OSGeo, so you won't find us there.

Here are other resources:
Comparison of GIS software in Wikipedia
An Overview of Free & Open Source Desktop GIS (FOS-GIS)
As MarkJ pointed, OSGeo.org is a must-check place as well.

I have found Quantum GIS to be quite useful:
http://qgis.org/en/about-qgis.html

Another big list: OSGeo is a collaboration to support open source geospatial software.

Related

open source project about implementing WebRTC MCU on the server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have recently study on how to implement WebRTC MCU software on the server. I find an open source project called licode, but it is difficult for me to understand its source code. Can you recommmend some articles or documents about explaining the source code of licode, or there is another open source project you can recommend about implementing WebRTC MCU?
Janus is what you are looking for. It is the new cool kid on the block and I've found it to be really easy to understand since it doesn't make assumptions in the signaling plane or the features you'll use in your gateway.
It comes with a core that acts as a central hub for browser connections and then implements all its features with plugins. For instance here you have the Video MCU plugin code:
https://github.com/meetecho/janus-gateway/blob/master/plugins/janus_videoroom.c
As you can see it is programmed in C and comes with a JS API and clear code samples. Give it a go, I think it is ideal for a project study compared to already bloated multi-stack solutions (Licode, Jitsi Videobridge, etc)
Hope it helps!

Program or Application to replace http://rishida.net/tools/conversion/ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Looks like this guy's site is offline or unresponsive.
I used to use this daily.
If anyone has an app or program that is free or nearly free they can recommend that would be super awesome.
Thank you in advance.
{EDIT}
What I am looking for is a unicode character conversion utility. Apologies I take it for granted that people are familiar with this online tool as it is super helpful and was Number 1 on google when you searched for character conversion or unicode conversion.
it appears that the tool is all javascript based so you could just go the wayback machine and save the page or download it etc

Black Duck / Ohloh similar tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am doing a source that can manage FOSS one of them is by Black Duck Software which is also known for ohloh.net.
I am wondering if anyone knows quite similar tools ?
Below are some of the alternatives:
Protecode
FOSSology
OSS Discovery (itself having GNU Affero Public License v3)
Palamida
Ninka (itself GNU GPL licensed)
Masterbranch but it seems sadly in standby (or dead?) since its main actors were hired by TalentBin around the beginning of 2013.
Coderwall more focused on developers and teams
Open Source Software Directory (only a search tool)
The Free Software Directory (wiki)

Great Grails opensource application I could learn from [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I love to learn new and better ways to program from good opensource applications written in desired language/using such technology. Now I am digging into Grails and I didn't succeded in searching great and usable opensource application written in Grails. I tried googlecode, github and even the community page on grails documentation webpage. Find nothing really top quality application (missing documentation, too simple and so on). Maybe I missed some, but maybe users of grails have their loved famous app. Could someone recommend me any?
Thank you.
There is a list of open source projects based on Grails here: http://www.grails.org/OpenSource+Projects
One of the best is Graeme Rocher's Building Twitter in 40 minutes demo.
http://www.springsource.com/webinar/building-twitter-with-grails-40-minutes

Is there a library/module for CodeIgniter for Google Maps API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Ideally something I can plug and play pretty readily an quickly that supports GeoCoding
I wrote my own Google Maps API library a couple of weeks ago for CodeIgniter. You can download it and read the documentation here.
Although probably a little less functionality than the one on the CI Wiki, it still does everything I need it to and supports geocoding etc. Maybe I'll carry on developing it one day.
Have you checked out Google Maps on the CI Wiki?