| bio | website | samuelbosch.com |
|---|---|---|
| location | ||
| age | 30 | |
| visits | member for | 2 years, 7 months |
| seen | Jun 4 at 13:18 | |
| stats | profile views | 16 |
I'm an ecology phd student working on marine species distribution problems. In a previous life I was a geographer and a software developer with a focus on C# and Python. I'm also on twitter @gissolved
|
Oct 27 |
awarded | Yearling |
|
Sep 9 |
awarded | Nice Answer |
|
Jan 31 |
answered | 60GB .gdbtable file in my file geodatabase – what is it, and can I delete or make smaller? |
|
Jan 30 |
comment |
ArcGIS Javascript API - rubberband zoom behavior Indeed that's not normal behavior. You don't happen to have any map event handlers that set the extent. Can you pan or zoom with the other tools ? |
|
Jan 30 |
comment |
Why esriSpatialRelTouches relation does not work? I think you should replace "If pRelOp.Touches(pNewParcelsFeature.Shape) Then" with "If pRelOp.Crosses(pNewParcelsFeature.Shape) Then" |
|
Jan 30 |
answered | Why esriSpatialRelTouches relation does not work? |
|
Jan 23 |
comment |
Use arcpy.mapping to list broken data layers? I think you have to use 2.6 for ArcGIS. Try to install the version of pythonwin for Python 2.6 (maybe first uninstall version 2.7) |
|
Jan 23 |
revised |
Use arcpy.mapping to list broken data layers? added a version that writes the output to a file |
|
Jan 20 |
awarded | Yearling |
|
Jan 20 |
answered | Using OSM data, pgRouting, and dummy data to develop an origin/destination travel matrix |
|
Jan 20 |
answered | Use arcpy.mapping to list broken data layers? |
|
Jan 20 |
comment |
Use arcpy.mapping to list broken data layers? Pythonwin can be found here sourceforge.net/projects/pywin32 |
|
Jan 20 |
answered | How to open a Shapefile in R? |
|
Jan 19 |
comment |
Creating database for climate data with MySQL The first question to ask is : what is the reason you want to store the raster data from worldclim.org into a database, especially in MySQL ? But if you really want you can store the generic format (bil) in a blob field in your database. If you want to serve those file to a website you can first convert them e.g. JPEG with GDAL and then store them in your database. |
|
Jan 19 |
answered | flex to java trying to get started on the plan |
|
Jan 12 |
answered | How to interpolate points along a line in Python for ArcGIS 9.3? |
|
Dec 20 |
comment |
How do I access ArcObjects from Python? That's exactly what I did in this old blogpost (gissolved.blogspot.com/2009/06/python-toolbox-3-pythonnet.html) and it works as expected but make sure to return results that your Python script understands (strings, numbers or void). |
|
Dec 19 |
answered | Grayscale Bing Basemap - Is it possible in ArcMap? |
|
Dec 15 |
comment |
Find crossing lines in ArcGIS Normally you can use Convert Feature Vertices to Points with the option point_location set to BOTH_ENDS from ArcGIS to get the start-end points. |
|
Dec 15 |
awarded | Editor |