|
Apr 30 |
comment |
Topographic Wetness Index thanks @whuber ! |
|
Apr 28 |
comment |
How to speed up band math in R 'raster' package? are you going to do any more calculations in R? R is not the best tool for imagery. if not, you should make the stack operation in gdal. |
|
Apr 28 |
comment |
Resample, ArcGIS: How do I avoid resample taking into acount NoData values? how many cells the island occupies in the original format? what is your original resolution? what is the new resolution? |
|
Apr 22 |
comment |
Google Earth export from QGIS this might help you: stevencanplan.com/2009/converting-shapefiles-and-kml-files |
|
Apr 22 |
comment |
convert from HDF to GeoTiff I end up just using GDAL, but yes I am working on windows. |
|
Apr 21 |
comment |
convert from HDF to GeoTiff Thanks guys! Didn't work exactly how you suggested but it was close: gdal_translate -of GTiff HDF4_EOS:EOS_GRID:"MOD13C2.A2001001.005.2007078152825.hdf":MOD_Grid_monthly_CMG_VI:"CMG 0.05 Deg Monthly NDVI" ndvi.tiff |
|
Apr 17 |
comment |
What to set spatial reference to after projecting to GCS_WGS_1984 I gave you the wrong tool name, it's the "Project" tools(Projections and Transformations >> Feature >> Project) |
|
Apr 17 |
comment |
How to dissolve polygons and aggregate their data in QGIS? What you are looking for is a dissolve polygons tool.This might help you out: gis.stackexchange.com/questions/26657/… |
|
Apr 17 |
comment |
Populating fields in a Matrix format you matrix looks like a change analysis between two rasters. is this what you want to do ? |
|
Apr 10 |
comment |
Mapping between two different agencies roadway shapefiles of Las Vegas in ArcGIS we need some extra info: coordinate system of each shape file, extent, did you download this files (if yes, from where). |
|
Apr 9 |
comment |
Why does Field Calculator return 0 values when decimals are expected? question that year sago solved many problems with arcgis calculations: what is your windows format (region and Language in Control Panel) ?? did anyone by mistake changed the Numbers format (open additional settings and 2-check the Numbers formats). I hope it helps |
|
Apr 8 |
comment |
Printing a map with GPS points what softwares do you have installed in your computer? |
|
Apr 7 |
comment |
Why does Field Calculator return 0 values when decimals are expected? Can you add to your post the properties of each input and output field (type) ? |
|
Apr 6 |
comment |
Retrieve speed and number of Lanes in Google Maps API, OSM data or any other stream? from the OSM website (openstreetmap.org) you can always export the area of interest in XML and take out the info on the type of road and speed limit. but i am not sure this is how you want to do this. |
|
Apr 5 |
comment |
Is there a way to improve the render quality of ESRI basemaps when exporting a map to PDF or JPG? try the PNG format. If the problem continues, export your map by layers and overlay them in GIMP. |
|
Apr 5 |
comment |
Why Stacking rasters return all values as NAs? why are you doing 2 times stack ? |
|
Apr 5 |
comment |
Searching Pixel Location (idrisi) on Another GIS you need a raster or you need to access that kind of information?? |
|
Apr 5 |
comment |
Problem to clip a raster with a shapefile what is your raster resolution? what are the dimensions of your vector layer? |
|
Feb 26 |
comment |
how can i plot news stories to show how many stories include each country on a map of the world well you need to have georef data, at least your spread cheet needs to have the country identification. you wil need to join this spreadsheet to a world country shape file by country id. you should eb able to do this in QGIS |
|
Feb 6 |
comment |
Machine Learning Algorithms for Land Classification (+1) This is great! thanks for sharing |