Software for which the original source code is made freely available and may be redistributed with or without modification.
7
votes
2answers
825 views
For a given feature find the closest point along a given path
Looking for a Java based (foss4g) solution for the following:
I am using a path along with a buffer to find features that are along the path. For each of the features returned I want to find the ...
3
votes
1answer
288 views
Complete lookup table for German admin codes in Geonames data? (admin4_code)
I am working with both the postal and Geonames data for Germany. I noticed that while the Postal data may be used as a lookup for ADMIN_CODES 1-3 (ADM1,ADM2,ADM3), it does not mention ADM4 at all.
...
6
votes
2answers
306 views
How to compute the routing through N addresses/coordinates?
I have a set of N coordinates (addresses). My goal is to compute the shortest driving route through the set of coordinates, where the algorithm (not the user) decides which of the N coordinates should ...
6
votes
1answer
335 views
Is there a GeoDjango tutorial for GeoRSSFeeds?
I'm going through GeoDjango basics right now. Ideally, I'd like to publish a GeoRSS from a set of data I have that is already in Django's database. I know how to get a regular Feed working, but when I ...
12
votes
2answers
443 views
What's up with OpenJump?
OpenJump is a nice GIS, very functional, with many updates and has a beautiful rendering. But it's not very popular, and you don't see it around in discussions, in osgeo comunity, etc. And ...
3
votes
4answers
307 views
Creating Polys and Displaying geo points within. ( Where to start? ) [closed]
Hey all,
I'm somewhat of a newb when it comes to creating mapping solutions. I've stayed on a pretty high level playing with openlayers and pulling data from various webservices.
The first part of ...
8
votes
5answers
2k views
A SQL console in QGIS
I know QGIS comes with its field calculator, which is not bad. It also comes with ftools which permits several operations on geometry and attributes. But we often need more control and I haven't seen ...
11
votes
5answers
4k views
Pure JavaScript Library for Geometry Operations
Does anyone know of a pure JavaScript library for doing geometry operations such as buffer, union, intersects, etc? I want to play with doing these operations in the browser. It looks like ...
13
votes
5answers
1k views
Pure Python Library for Geometry Operations
Does anyone know of a pure Python (no C or Java dependencies) library for doing geometry operations such as buffer, union, intersects, etc? I'm looking for something that Google AppEngine compatible. ...
5
votes
3answers
2k views
Free MobileGIS like ArcPAD
I'm looking for open-source program like ArcPAD.
I have read all questions and answers, but i find nothing. I need the program for PDA (Dell axim x51v + GPS modul) and I want mapping points (trees or ...
14
votes
3answers
1k views
Network Analyst - Is it the only choice?
I'm not sure how reasonable this question even is, but it leaves me no less curious after a bit of searching. If I am looking to build a network based on road features and attributes, is Network ...
3
votes
1answer
1k views
Converting tax map polygons from Shapefile to table of map number and corner coordinates
Fairfax County, Virginia provides a Shapefile here which shows the boundaries of the tax maps as polygons. Each polygon simply consists of four corners, and what I'd like to do is create a table ...
23
votes
5answers
3k views
Comparison of the different open source GIS servers
I currently know the following open source GIS servers:
Geoserver: java based, vector and bitmap support, also supports. Is now on par with mapserver (performance-wise).
mapserver: c/c++, used to be ...
7
votes
2answers
451 views
What are the Pros and Cons of hstore data type in postgis?
PostgreSQL has a module named hstore that implement the use of key/value pairs (it's something like the OpenStreetMap model, but in a single table).
What are the Pros and Cons of hstore regarding GIS ...
3
votes
3answers
681 views
In Qgis, Is it possible to edit the datasource of a Postgis layer?
After creating a layer with RT_SQL_Layer plugin, I want to change some details in the query. Is it possible? or I have to aways create a new layer every time I want to change something in the query?
...
8
votes
10answers
1k views
Need a Benchmark GPS Trajectory data-set? Anyone?
I'm looking for a benchmark GPS data set, available for research purposes for free. I've found GeoLife GPS Trajectories dataset from Microsoft Research but I find it a little incomplete.
What I need ...
14
votes
2answers
623 views
How to detect roads from satellite images?
OpenStreetMap has announced a Bing API to detect roads. I want to know what is the theory behind road detection and if there is any open source tool that do that.
5
votes
3answers
1k views
Create 3D dxf with OGR
Does anyone know if it's possible to create a 3D dxf with OGR. I would like to assign our contour lines a z value and export them to dxf for some cad work.
PS I know FME can do this, however I would ...
8
votes
5answers
1k views
How do I serve data in a sqlite database on a shared web host, like GoDaddy, onto a GIS web map?
I am new to the web mapping arena. I currently am managing a website and would like to add a mapping portion to it, mostly for some simple viewing and querying of a small number of layers.
For ...
4
votes
1answer
1k views
Best way to visualize Google Maps and Mapinfo (or SHP or SQLite) at the same time?
I am having a bunch of Mapinfo data of a large area. This data has multiple layers and is also available as SHP, and of course it could be easily converted to SQLite ("SpatiaLite"). Although probably ...
6
votes
6answers
2k views
Web-map with mouse-over effect
under photoshop, I have different layers, each representing a region and a background which the country.
I would like to make an animated map for the web, that is when the mousse is over a region, it ...
16
votes
6answers
805 views
What's the most promising application (use) of OpenStreetMap data?
In some areas OSM data is very complete and has a level of detail not seen in closed data sources. Another distinguishing factor is that it contains the knowledge of the people who live in that areas. ...
1
vote
1answer
946 views
How to overlay country map on google world map in openlayers?
Hi I am creating one map.So i want to overlay country map on google world map.I am trying with OpenLayers.Layer.wfs() function.but i am not getting perfect solution.If anybody knows the solution ...
3
votes
1answer
426 views
postgres command to save the line coordinates in openlayers
I am working on project that we create one map ant editing toolbar. Then by using that editing tool bar we can draw point, line, polygon on the map. Next we are converting the line, point, polygon ...
7
votes
2answers
1k views
Does an open source alternative to ESRI's Image Server exist?
I noticed the default way to store imagery is by using a database in the open source world.
I like ESRI's Image Server software because it removes the need for a database and makes backing up a lot ...
2
votes
2answers
372 views
How is Mapquest Nominatim Service's “routeWidth” search param implemented?
I was looking at MapQuest's Nominatim service, and it seems like they have a non-standard search parameter (doesn't seem to exist in standard Nominatim's list of params) that is the routeWidth. Any ...
4
votes
1answer
1k views
Reverse Geocoding Libraries
I'm new to GIS and mapping services.
Can anyone tell me what my options are for reverse-geocoding libraries, other than nominatim? I'm most likely going to be working with OpenStreetMap data. So ...
4
votes
2answers
439 views
Workflow in ArcGIS 10
Our agency has collabrated with six townships and one city for preparing an inventory of stormwater network.
We are using ArcGIS 10 (2 ArcView licenses) and ArcPad 7.1 (stuck with it since our ...
12
votes
3answers
3k views
Free Alternative to AutoCAD Map
I would like to know if there are any free (for commercial use) software packages that roughly correlate to the functionality in AutoCAD Map. Specifically, I am looking for something that is:
...
21
votes
8answers
5k views
Open Source Tool capable of reading Esri File Geodatabase (.gdb)?
I have an Esri File Geodatabase(.gdb) file that I would like to convert to shapefile (or any other non-proprietary format). Are there any Open Source tools to do so?
6
votes
7answers
2k views
Extract raster values at points
How can I extract values from a raster by points. I prefer not in Arcgis. I prefer in Qgis or Mapwindow or other open source gis.
-4
votes
1answer
598 views
Geoportal examples: Commercial vs Open source [closed]
What geoportals do you know built in commercial environment (ESRI ArcGis Server, Intergraph) and what do you know built with Open Source solutions (like geoserver, mapserver + Open layers)?
14
votes
6answers
806 views
Creating simple image from vector data
Can anyone suggest a quick (and preferably open source) way to create an image from a shapefile. For example, I have a shapefile containing parcel boundaries, I want to create a png file depicting ...
9
votes
4answers
2k views
Remove Duplicate Polygons Using Open Source Tools
I have a shapefile containing features with duplicate geometries, but different attributes (e.g. a polygon with attribute XX, and an identical polygon with attribute XY). I want to identify the ...
30
votes
7answers
5k views
Creating drive time polygons using open source tools
Is anyone using open source tools and/or data to generate drive time polygons that radiate out from a given location? For example, I have used ESRI products like Network Analyst and Business Analyst ...
10
votes
4answers
504 views
Suggestions for simple mapping platform for alumni web site
I'm working on a proof of concept alumni site with a WordPress backend. I want to have a very simple map that shows where alumni are living. I'm thinking something like the Bing API or a simple open ...
7
votes
5answers
865 views
Are there any .Net opensource library for geometry operations?
Are there any opensource librarys for doing geometry operations (union, intersect, relation...) in .Net?
4
votes
1answer
869 views
OpenLayers Style Question … not working in IE
I'm trying to use OpenLayers to produce a map I'm using the following to style a layer in the map.
It seems to work fine in Firefox but I get javascript error in IE 'symbolizer' is null or not an ...
2
votes
3answers
2k views
Starting a GIS project in java with OSM data
I am starting a new GIS project in Java. Till now, I used JTS and geotools to load shape files - these data were then displayed on a swing interface. For this new project, I would like to use OSM ...
2
votes
3answers
908 views
Creating GeoTiff from Tiff+WorldFile+Proj
I'm currently using the global mapper export function to convert my tiffs+worldfile+projection file to geotiff. Is there a commandline tool (for Linux) that lets me do the same thing?
"gdaltranslate" ...
12
votes
2answers
2k views
How can I switch baselayers as a user zooms in to the map in OpenLayers
I have a map which overlays Open Street Map data on imagery for Pennsylvania. As a baselayer to the roads (and eventually other layers) I have two baselayers - Blue Marble NG and USGS EROS 1ft ...
7
votes
5answers
748 views
How to integrate SAGA Python Modules into ArcGIS Desktop?
I have been having a look at SAGA (http://www.saga-gis.org/en/index.html) and it seems to have some nice tools for geoprocessing. I was wondering if anyone out there has had any luck bringing SAGA ...
4
votes
3answers
1k views
How to calculate orientation of line segments using open source GIS?
I'd like to calculate the orientation of line segments relative to north direction using open source tools. Which tools or functions would you recommend?
5
votes
4answers
2k views
How to calculate polygon length and width using open source GIS?
How can I calculate the length and with of polygons using open source tools?
By "polygon length" I mean the length of the longest line within the polygon (update: to be correct, I just need the ...
19
votes
9answers
1k views
Discontinuous or Interrupted map projections?
Do any of the current open source GIS softwares support discontinous projection systems? E.g. sinusoidal, dymaxion, butterfly, etc? If not, are there any affordable commercial ones that do (affordable ...
8
votes
14answers
4k views
Which GIS support DXF and/or DWG?
Which GIS support DXF and/or DWG (preferably read&write)?
Update: Are there any open source GIS supporting these or similar CAD files?
Support of CAD files generally seems to be problematic. ...
1
vote
1answer
394 views
setting up php_mapscript in portable GIS
I'm new here, and I'm also new in webgis, I have download portable
gis, and I love this new version with lot more tools, I have a
question regarding to mapserver that comes with portable GIS v2, how
...
5
votes
3answers
782 views
How to interpret GRASS v.kernel results?
GRASS manual reads:
v.kernel - Generates a raster density map from vector points data using a moving 2D isotropic Gaussian kernel ...
Ok, but how do I interpret the results? I understand that ...
21
votes
4answers
1k views
Are there open source alternatives to ArcCatalog?
I'm looking for open source alternatives to ArcCatalog. The software should run on both Win and Linux and support the usual file formats (shp, kml, gml, ...) and databases (especially PostGIS, ...
7
votes
2answers
1k views
How to calculate average slope in a grid?
This is actually a two part question:
Which methods are there to calculate average slope by unit (say km²) for a given area? Are there any special requirements on the data - like additional ...

