| bio | website | |
|---|---|---|
| location | Vancouver, Canada | |
| age | ||
| visits | member for | 2 years, 2 months |
| seen | yesterday | |
| stats | profile views | 231 |
Geospatial Modeller and Programmer
Remote sensing (LiDAR, RADAR), geomorphology, programming (Python, .NET (ArcObjects), C).
|
2d |
comment |
ArcObjects Geoprocessing Failures It looks like it comes down to your input FeatureLayer - have you attempted to hard code the path to this file? If this works you may have to consider how you are handling the passing of variables. |
|
2d |
comment |
ArcObjects Geoprocessing Failures Can you edit your first post and include your updated code underneath the original? |
|
2d |
comment |
ArcObjects Geoprocessing Failures I made a quick edit that you might have missed - have you double checked both the input Long and Boolean that were being passed strings? |
|
2d |
comment |
ArcObjects Geoprocessing Failures Double check all of your inputs - you're passing in two strings when the GP expects a Long and a Boolean. |
|
2d |
comment |
ArcObjects Geoprocessing Failures I've edited my answer to include some additional things you should be checking. |
|
2d |
comment |
ArcObjects Geoprocessing Failures +1 @KirkKuykendall - this is always good practice. |
|
May 22 |
comment |
What language (or languages) are the next 'big thing'? Programming languages used in GIS can also be platform dependent (.NET for ArcObjects). |
|
May 22 |
comment |
How do you scan/quantify vegetation using satellite images? +1. Consider spending some time looking at the Earth Explorer link provided by @Aaron. Read the documentation and download some of the imagery. For some background information use wikipedia to look up the Landsat series of satellites - you'll get an idea of how they work and the data they can provide you with. |
|
May 16 |
comment |
Point and Line Statistical Analysis +1 Similar exercises would have the user list as many relationships as possible and perform a regression or principal component analysis. This may not be appropriate in cases where you are missing data for specific important variables, but it's a start and it's simple. |
|
May 16 |
comment |
ArcGIS Heads up digitizing - Rooms and doors +1 That's an excellent solution given the software limitations. |
|
May 16 |
comment |
ArcGIS Heads up digitizing - Rooms and doors Are you set on using ArcGIS for this task? I know many people use it for what would be considered non-geographic mapping, but IMO there are better tools suited to the job. E.g. AutoCAD, Google SketchUp. |
|
May 15 |
comment |
Dynamic labeling looks awful in flex map Do you have anti-aliasing turned on for your features in your map service? |
|
May 15 |
comment |
Creating maps programmatically using ArcObjects. Adding legends, scale bars, north arrows? This is perfect - I've never heard the term 'map surrounds' used before in the context of ArcMap. |
|
May 15 |
comment |
Raster Version of Spatial Join (one to many) I'm removing my original comment because it was too generalized and my terminology may be confusing. My point was, don't treat raster and vector data as the same thing - the same terminology (e.g. attribute table) may be used to describe a similar thing, but there may be nuances to that thing that make them different (e.g. indices and tuples vs. a vector attribute table). |
|
May 15 |
comment |
Possibly corrupt polyline file is causing making polygons problematic. A random thought - try to use the Simplify Line tool (resources.arcgis.com/en/help/main/10.1/index.html#//…) first. Reducing the number of vertices and then running the Check Geometry function may yield some results. |
|
May 15 |
comment |
At the northpole, which way is east? Fair enough. As you say, the cardinal directions are undefined and therefore the terminology needed for an answer differs - it's no longer appropriate to use the word 'direction' or 'way'. Therefore, in answer to the original question, east is not defined while at the North Pole. The concept of east/west doesn't apply. |
|
May 15 |
comment |
At the northpole, which way is east? Perhaps 'bearing' should be used instead of 'direction'. I merely meant that in terms of North/East/South/West, the only bearing you can travel from the North Pole is South. |
|
May 14 |
comment |
Creating randomly shaped clumps of cells in a raster from seeds of 1 cell/pixel? +1 Thank you for providing such thorough answers to some of the more complex questions on GIS SE. |
|
May 14 |
comment |
Create Text files from a loop with Python? Excellent point - less code is usually better. |
|
May 14 |
comment |
Create Text files from a loop with Python? Upvotes for everyone! I feel this answer is just as useful as mine since it offers an alternate solution with more of a direct GIS focus. |