2,557 reputation
524
bio website
location
age
visits member for 1 year, 1 month
seen 11 hours ago
stats profile views 89

Cats and enviromental analysis


May
16
revised How to fill gaps in SLC-Off Landsat 7 ETM+ Images with QGIS?
added destripe in tittle
May
15
answered Loading shapefile to a specific table in postgis using ogr2ogr
May
15
comment Python GDAL: find out spikes and pits in DEM
define 'spikes' and 'pits', and you'll find where to begin.
May
14
comment PostGIS select by lat/long bounding box
are both geom columns in the same SRID?
May
14
comment Extraction of contour lines starting from 0 elevation
Link the tutorials please. Also Qgis warps around gdal_contour command, so you might want to give gdal.org/gdal_contour.html a look.
May
10
comment How do you use 'reclass' in GRASS?
r.reclass only takes as input integer values (there's a reason for it),and to do it cast the value to int type. if you want to reclassify (values from x to y should be z) use r.recode
May
9
answered QGIS .shp merge issue
May
8
revised Why does PostGIS installation not create a template_postgis
added about superusers
May
4
awarded  Nice Question
May
1
comment Assign projection to a satellite image
Good point, that's true. So its unsolvable?
Apr
29
answered How to get started with mapping the flow of natural gas using GIS?
Apr
29
comment How to get started with mapping the flow of natural gas using GIS?
Where's the fun then?
Apr
29
answered How to find locations for hydro power using raster analysis?
Apr
29
comment Is it possible to use GDAL to combine (rather than mosaic) rasters
You can do it with some python code. You can use itertools.product to create a list for all possible combinations, and then use the index of that list for a unique value to use in the raster.
Apr
28
reviewed Approve suggested edit on Assign projection to a satellite image
Apr
28
answered Is it possible to use GDAL to combine (rather than mosaic) rasters
Apr
28
asked Assign projection to a satellite image
Apr
27
comment Is there a zonal statistics tool to calculate median and mode raster values for each polygon?
raster, numpy, and R while indeed can do those operations are limited on the amount of ram your machine has.(meaning if your raster is more than you memory can handle, you program will crush). If your data are problematic in that kind of aspect, I recommend importing and using specialized GIS software, like grass
Apr
27
comment How to find the maximum-area-rectangle inside a convex polygon?
Your problem is a really interesting one, and I think I managed to find a solving algorithm here and here.
Apr
27
reviewed No Action Needed Can Geoserver return the raster value of a lat/lon point