9,853 reputation
2556
bio website twitter.com/scw
location Santa Barbara, CA
age
visits member for 2 years, 10 months
seen 2 days ago
stats profile views 685

I work for Esri on open source tools for ocean science. I'm affiliated with the National Center for Ecological Analysis and Synthesis, and recently graduated from at nearby UCSB, where I studied the global shipping trade in an ecological context (thesis).

Source snippets I post on GIS.SE are dedicated to the public domain.


2d
awarded  python
May
15
comment Nearest neighbor between a point layer and a line layer
@mlt not sure exactly what you're thinking of, but there are some approaches that can help depending on the geometry. Could do some basic ray-casting to determine relevant nearest segments, if performance was an issue. In that vein, moving this into C or Pyrex would improve things.
Apr
29
revised fiona wiki excerpt
added 150 characters in body
Apr
29
wiki created fiona excerpt
Apr
29
suggested suggested edit on fiona tag wiki excerpt
Apr
29
revised Generating GeoJSON with Python
edited tags
Apr
29
revised How to easily shift all features in a vector dataset?
edited tags
Apr
29
revised Is there a mapping between OGR and python data types?
edited tags; edited title
Apr
29
revised Python: How to export Shapely objects to DXF file
edited tags
Apr
29
revised Find and replace unicode character in a shapefile
edited tags
Apr
29
revised better way to duplicate a layer using ogr in python?
edited tags
Apr
29
revised Updating Attributes using Pyshp
edited tags
Apr
29
revised Using the API of QSpatiaLite plugin
edited tags
Apr
29
revised How to create a 3D shapefile from a raster?
edited tags
Apr
29
revised How to calculate distances in a point sequence?
edited tags
Apr
29
revised How to add a column in QGIS via python
edited tags
Apr
29
revised Get vector features inside a specific extent
add fiona as that's a solid answer; remove sql as it's a red herring in this question.
Apr
29
revised How to get text attributes from shapefile with python / pyshp
edited tags
Apr
29
revised How to write Shapely geometries to shapefiles?
edited tags
Apr
26
awarded  Constituent