Skip to content

Instantly share code, notes, and snippets.

View jasonbot's full-sized avatar
🥉

Jason Scheirer jasonbot

🥉
View GitHub Profile
@jasonbot
jasonbot / starship.toml
Last active May 30, 2025 18:23 — forked from psychonaut/starship.toml
starship prompt agnoster/powerline theme configuration but less colorful
format = """
[](fg:#5E5C64 bg:#241F31)\
$os$battery$username$hostname$shell\
[](fg:#5E5C64 bg:#241F31)\
$directory\
$git_branch\
$git_status\
$c\
$elixir\
$elm\
def export_fc_to_csv(fc, out_csv):
"""
Export each vertex in a line or poly fc to a csv with OID
user requested at http://arcpy.wordpress.com/about/#comment-348
example
import geom_snippets
geom_snippets.export_fc_to_csv(r"c:\proj\fc1.shp", r"c:\proj\fc1.csv")