Skip to content

Instantly share code, notes, and snippets.

@sam-berg
sam-berg / VHB.AGOL.Battleship-Grey.Banner.html
Last active August 29, 2015 14:27
VHB.AGOL.Battleship-Grey
<div><style>
#header .nav a{
color:white;
}
#header .btn.small, #header_map_signin .btn.small {
color:white;
@sam-berg
sam-berg / main.py
Last active August 29, 2015 14:10
West Virginia Watershed Drainage Lookup Script (demo)
import arcpy
fs = arcpy.FeatureSet()
#access first stream feature
fsinput = arcpy.GetParameter(0)
fieldnames = ["SHAPE@X","SHAPE@Y"]
myCursorInput = arcpy.da.SearchCursor(fsinput,fieldnames,"")
row=myCursorInput.next()
@sam-berg
sam-berg / AGOLHomepageRemoveDescriptionBackground
Last active August 29, 2015 14:00
To remove the background and border shadow from homepage description 1) Go to My Organization > Edit Settings > General tab, 2) In the Organization Description section, choose the "HTML" radio button and click the "View HTML Source" button (the last button on the Description box's toolbar), 3) Paste the HTML code below into the text field after/…
<style> #bottomContent{
background:transparent !important;
border-radius:0px !important;
-webkit-border-radius:0px !important;
box-shadow:none !important;
border-bottom:0px !important;
-webkit-box-shadow:none !important;
filter:(enabled=false) !important;
}
@sam-berg
sam-berg / gist:10905317
Created April 16, 2014 16:45
simple script
import arcpy
# prints True
print arcpy.Exists("c:/data/PortlandData.gdb/streets")
# prints NAD_1983_StatePlane_Oregon_North_FIPS_3601_Feet
sr = arcpy.Describe("c:/data/PortlandData.gdb/streets").spatialReference
print sr.name
# prints Available
@sam-berg
sam-berg / gist:10894183
Created April 16, 2014 15:28
python test
import arcpy
# prints True or False
print arcpy.Exists("c:/data/Portland.gdb/streets")
# prints NAD_1983_StatePlane_Oregon_North_FIPS_3601_Feet
sr = arcpy.Describe("c:/data/Portland.gdb/streets").spatialReference
print sr.name
# prints Available
  • task one
  • task two

#hello I said, ##hello.

what are you trying to say?

@sam-berg
sam-berg / footer.html
Last active August 29, 2015 13:57
Maryland site...