Menu


github

GitHub Most of my project-related GitHub code is in a private repository as instructed by the PI’s and university staff (supposedly the university owns my work-related code). Contact me if you have any questions about code or would like to see my work-related code.

  • Preview an html file in GitHub without setting up a gh-pages.

      http://htmlpreview.github.com/?<path_to_html_file_in_github>
    

    Example:

      http://htmlpreview.github.io/?https://github.com/nygeog/R/blob/master/censusGetR/censusGetR.html
    

Top


Python

  • Python code
  • Tools
  • Python Notebook: Show in Browser from GitHub page

      http://nbviewer.ipython.org/  + add link
    

    Example:

      http://nbviewer.ipython.org/github/nygeog/data/blob/master/nyc_crashes/02-parse-lat-lng-string-field.ipynb
    

Top


Open Source Geo (OSGEO)

Top


API’s

Top


ArcGIS code and other tips

  • While 64-bit Geoprocessing is off, check your output with your History. To see this XML go to:

      C:\Users\USERNAME\AppData\Roaming\ESRI\Desktop10.1\ArcToolbox\History…
    
  • Here are a bunch of ArcPy reference files I have in my Python repo

Top


Misc

Top