| bio | website | |
|---|---|---|
| location | England, United Kingdom | |
| age | 37 | |
| visits | member for | 2 years, 10 months |
| seen | 2 hours ago | |
| stats | profile views | 122 |
I am a GIS Consultant. I love C# and Java type languages and have dabbled in VB a long time ago.
|
Feb 8 |
asked | Adding Button as Icon and Text to toolbar in ArcMap |
|
Feb 8 |
answered | Printing MXD at A3 always prints at B5 |
|
Feb 6 |
accepted | Spatial search to find featureclasses in SDE |
|
Feb 3 |
comment |
Spatial search to find featureclasses in SDE I'm slightly astonished that ESRI don't have something like this to offer developers, it seems crazy that we should have to roll out our own indexing of featureclasses. |
|
Feb 2 |
comment |
Spatial search to find featureclasses in SDE Makes sense to me - thing is will it be performant if you have thousands of featureclasses in a GDB? |
|
Feb 2 |
asked | Spatial search to find featureclasses in SDE |
|
Jan 20 |
accepted | Very slow connections to ArcSDE with over 20,000 datasets |
|
Jan 19 |
comment |
Loaded shapefile into SDE without spatial proj creates problem Yes - you can reload and it works fine - but I've found out that there are hundreds of featureclasses like this. So I'm kinda hoping I can fix them in situ. (By the way it makes no difference if you set the correct spatial extent while the FC is in SDE, you still get the same problem). |
|
Jan 19 |
asked | Loaded shapefile into SDE without spatial proj creates problem |
|
Jan 17 |
accepted | How to package up a Python script for an end user to run |
|
Jan 17 |
comment |
How to package up a Python script for an end user to run Sorry - yes it is very similar - woops... I'm happy to ditch this question - althought Chad Cooper has put a nice answer down too.... |
|
Jan 17 |
asked | How to package up a Python script for an end user to run |
|
Jan 13 |
comment |
Is Hillshade option in ArcMap rubbish or is it me? Not really - I just want to apply my own hillshading techniques without using ESRI's. I have added extra comments in my opening post. |
|
Jan 13 |
accepted | Is Hillshade option in ArcMap rubbish or is it me? |
|
Jan 13 |
revised |
Is Hillshade option in ArcMap rubbish or is it me? added 1129 characters in body |
|
Jan 6 |
awarded | Nice Question |
|
Jan 6 |
revised |
Is Hillshade option in ArcMap rubbish or is it me? edited tags |
|
Jan 6 |
comment |
Is Hillshade option in ArcMap rubbish or is it me? You are right in what you say - this does indeed get rid of the gridding artifacts - but the hillshading still looks awful. In a way, I guess the artifacts were a kind of secondary problem - as it is the hillshading that I really want to nail. But thanks for the effort in your answer! |
|
Jan 6 |
comment |
Is Hillshade option in ArcMap rubbish or is it me? @George, I think a RasterCursor changes the CELL value - whereas I think I want to change the colour value - i.e. effectively changing its colour intensity based on a hillshade value - do you know how to changes specifc RGB values pixel by pixel? |
|
Jan 6 |
comment |
Is Hillshade option in ArcMap rubbish or is it me? Hmmm....interesting. |