| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 5 months |
| seen | Apr 3 at 16:59 | |
| stats | profile views | 9 |
|
Apr 26 |
awarded | Popular Question |
|
Feb 14 |
comment |
Is there a way to get at C's OGRLayer.Intersection() or OGRLayer.Clip() in Python? Hey thanks for this, I'm going to try and figure out my setup and see what I'm missing. At the moment I also can't see the bindings. |
|
Feb 14 |
comment |
Is there a way to get at C's OGRLayer.Intersection() or OGRLayer.Clip() in Python? Thanks, this is actually what I ended up doing. The only problem however is that the polygon I want to take the intersection over is a global shapefile. Basically I have an area of interest and want to Clip the global polygon. Using Shapely this way ends up taking quite a long time compared to using OGR. |
|
Sep 12 |
asked | Is there a way to get at C's OGRLayer.Intersection() or OGRLayer.Clip() in Python? |
|
Sep 4 |
comment |
Is there a way to properly have GDAL raise exceptions in Python? I filed a ticket as recommended by the comment below. It can be tracked here : (trac.osgeo.org/gdal/ticket/4800) |
|
Aug 21 |
comment |
Is there a way to properly have GDAL raise exceptions in Python? Thanks for the reply, this totally makes sense and I will try to get to filing a ticket and posting the link here! |
|
Aug 21 |
accepted | Is there a way to properly have GDAL raise exceptions in Python? |
|
Jul 27 |
asked | Is there a way to properly have GDAL raise exceptions in Python? |
|
May 29 |
awarded | Nice Question |
|
Mar 13 |
comment |
How to smooth/interpolate a raster in python using GDAL? I apologize for taking so long to get back to this post. The answer above is basically what I did to solve my problem. I used the Scipy interpolate library to fill in those nodata spaces and then wrote it back to the rasterband. Thanks for the help guys! |
|
Mar 13 |
awarded | Scholar |
|
Mar 13 |
accepted | How to smooth/interpolate a raster in python using GDAL? |
|
Dec 2 |
awarded | Supporter |
|
Dec 2 |
comment |
How to smooth/interpolate a raster in python using GDAL? Thanks for the help! I am giving the Scipy.interpolate.griddata approach a whirl. I will post back my results. |
|
Nov 30 |
awarded | Student |
|
Nov 30 |
asked | How to smooth/interpolate a raster in python using GDAL? |