|
Jan 8 |
comment |
Closest set of points to another set of (predefined) points or do you want to use R? |
|
Jan 8 |
comment |
An error in raster calculator in Arcgis give spaces between the ( and [, e.g. ( Float ( [temp_2009_all.tif] ) instead of (Float([temp_2009_all.tif]) |
|
Jan 8 |
comment |
How to print pie charts in QGIS? you can try to overlay the pie charts after in GIMP for example. |
|
Jan 7 |
comment |
Why is my Natural Earth map not shown correctly in QGIS? (strange circle; only Caucasian Sea shown) Can you tell us the QGIS version and your OS? |
|
Jan 7 |
comment |
Generalize large polygon-file Try to do it by land use class |
|
Jan 7 |
comment |
Question about sizes of input rasters for raster calculation yes you can do it with diferent raster resolutions, but you need to choose your output resolution. like @whuber sugested you need to read carefully the introduction to raster data from esri. |
|
Jan 7 |
comment |
STATISTICS not allowed in the Attribute Table Do any of the geometries contains 0 values ? |
|
Jan 7 |
comment |
How to avoid exceeding latitude and longitude limits, when importing a .csv file? try also to take out also the "other" field. it is repeated 3 times, and the first one has commas. |
|
Jan 6 |
comment |
How to avoid exceeding latitude and longitude limits, when importing a .csv file? caa you show us how the first lines of the csv look like? |
|
Dec 27 |
comment |
problem with saving to esri file Save it to somewhere else, the default is inside QGis installation directory and Windows will not allow this. |
|
Dec 27 |
comment |
How do I repair NVIZ error: 'Can't find a usable init.tcl'? Not sure if you are using the latest version of QGIS, but.. did you tried already to uninstall and install it again (with the last version of QGIS)? Do you have Windows 64bit ?? |
|
Dec 27 |
comment |
How to overlay 3 different layers using ArcMap try not to post many questions about the same subject (gis.stackexchange.com/questions/44797/…) |
|
Dec 26 |
comment |
Is it possible to add a simple image or graphic to the map canvas? what QGIS version are you using? |
|
Dec 19 |
comment |
What kind of grid spatial index does arcgis use? this might help: webhelp.esri.com/arcgisserver/9.3/java/index.htm#geodatabases/… |
|
Dec 7 |
comment |
Determine density or cover from a raster layer that has been clipped by a polygon can you show us your raster? what is the background value? |
|
Dec 3 |
comment |
How to get pixel size of Data Frame in arcMap layout? ok, then you can allways call the data frame class: help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//… |
|
Dec 2 |
comment |
Why does Raster Calculator return GRID ERROR-Unable to open the input grid: 1+FLOATC:\document…? are you giving spaces between all operators? ( 1 + float[NDVI_apr.tif] ) / ( 1 - float[NDVI_apr.tif] ) |
|
Nov 30 |
comment |
How to emulate a specific vector grid in QGIS? is this grid equally spaced in x and y ? |
|
Nov 29 |
comment |
Function that applies another function to nearest neighbors of a specified location? why don't you try to do it yourself? the class SpatialPointsDataFrame makes it easy to extract the coordinates (coordinates(meuse)). after you just need to calculate the distance from each point to the (xref,yref) and select the ones that are at most 0.1km away. |
|
Nov 27 |
comment |
How do I select all polygons in a layer that border 2+ polygons in the same layer? if they touch, you can always run the topology rule and check the output report (webhelp.esri.com/arcgisserver/9.3/java/index.htm#geodatabases/…) |