| bio | website | |
|---|---|---|
| location | Zurich, Switzerland | |
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Jun 16 at 21:38 | |
| stats | profile views | 42 |
|
Apr 30 |
awarded | Constituent |
|
Apr 15 |
awarded | Caucus |
|
Mar 27 |
accepted | How to store and edit data with a defined topology using open software and formats? |
|
Mar 13 |
asked | How to store and edit data with a defined topology using open software and formats? |
|
Mar 7 |
awarded | Enlightened |
|
Mar 7 |
awarded | Nice Answer |
|
Mar 7 |
comment |
Lat Long line intersecting with circle @user1275513: In addition to accepting an answer, you can also upvote helpful answers (such as this one) by clicking the upward pointing arrow tip next to the answer. |
|
Mar 6 |
revised |
Does anyone know the proj4 Coordinte Reference System command line for Rectangular Polyconic Gores? Using transverse mercator projection instead of sinusoidal |
|
Mar 6 |
answered | Does anyone know the proj4 Coordinte Reference System command line for Rectangular Polyconic Gores? |
|
Feb 27 |
comment |
Examples of 3-D Maps Is there a website with more information on these projects? |
|
Feb 25 |
comment |
Unable to open old qgis files into the new version ( 1.8.0) The easiest thing might be to download QGIS 1.7 from qgis.org/downloads and install it on your home computer (if an incompatibility is actually the source of the problem, that is). |
|
Feb 25 |
awarded | Enthusiast |
|
Feb 19 |
comment |
How to snap lines to points automatically? I think that's what GreyHippo means by "doing it manually". Just using the Snapping options, you're going to have to move every dangling node by hand to activate the snapping. Or am I missing something? |
|
Feb 18 |
comment |
How to implement multivariate hex bins? @underdark: I think scuerda is using symbols, judging from their sentence "I have managed to cobble together an approach using QGIS SVG symbols". |
|
Feb 18 |
answered | How to implement multivariate hex bins? |
|
Feb 14 |
comment |
Does QGIS support vector Rubbersheeting? Apparently there is a v.rectify function in Grass 7 that can do this using control points: Rubber sheeting in GRASS or QGIS (I guess this question is a duplicate of the linked one?) |
|
Feb 11 |
comment |
Reclassification of environmental values Interpolating censored data like this is quite problematic, IDW is really meant for continuous data. Do you have a particular reason for using that interpolation technique? One possibility to deal with this would be to use nearest-neighbour interpolation to assign data values to locations without observations. Or you could interpolate the midpoints of your category ranges instead of the category codes themselves (so assign your points values of 15°, 45° and 75°, run your interpolation on that, and classify the resulting raster). |
|
Feb 10 |
awarded | Yearling |
|
Feb 8 |
comment |
How can I merge adjacent polygons in a shapefile that have been split at tile boundaries? You should probably post your solution as an answer and accept that instead of mine. Sticking with the question-answer scheme makes it much easier for others with the same issue to find the solution. |
|
Feb 7 |
revised |
How can I merge adjacent polygons in a shapefile that have been split at tile boundaries? Changed approach to not use `v.dissolve` |