Skip to content

Instantly share code, notes, and snippets.

View franTarkenton's full-sized avatar
🌵

Guy Lafleur franTarkenton

🌵
View GitHub Profile
ReInk v0.6 test report.
sysname: Linux
release: 4.4.0-45-generic
varsion: #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016
arch: x86_64
=== printer_connect ===
Opening raw device... OK
Entering IEEE 1284.4 mode... --- EnterD4Mode ---
Send:
ReInk v0.6 test report.
sysname: Linux
release: 4.4.0-45-generic
varsion: #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016
arch: x86_64
=== printer_connect ===
Opening raw device... OK
Entering IEEE 1284.4 mode... --- EnterD4Mode ---
Send:

Pycascades

image

Where's waldo, i mean Kevin Netherton!

Overview

Two events served as an impetus for trying to organize some python knowledge shareing within the BCGOV. The first was attending the BC Government GIS Community of practice event in Victoria (Fall 2017), and the other was attending the pyCascades conference. Report out on pycascades. In an attempt to keep this overview brief, attendance at these two events reminded me of the value of sharing knowledge and expertise.

The remainder of this document is a first kick at the cat in terms of promoting python knowledge sharing. Initially most of the topics are likely to be pretty simple, but its my hope that we can also bring in more advanced topics down the road.

Current Agenda

The following are topics that we are going to try to cover during 2018.

TOPIC: Intro to GIT / Github - COMPLETE - 6-11-2018

Link to files used for demo

@franTarkenton
franTarkenton / Eclipse_Tips.md
Last active November 23, 2018 23:38
Eclipse Tips

Drawing

Useful Shortcuts

      Short cut       description
ctrl->2, w w

Intro

Each project / task / app / script that you work on may have its own dependency requirements. Ideally you don't want to have to "polute" your core python install with a bunch of dep

Overview

The following are instructions for George to get started with encorporating credential retrieval from Password manager pro to support work on the SDE upgrade project.

Installing

I'm gonna provide you with two options for installing. The "right" way and the "cludgy" way.

Installing the "Right Way"

Outline

  • CI/CD for BCDC api tests
  • The Story... How I arrived at using Github Actions
  • Workflow that was created
  • Opportunities for Improvement

Drawing

@franTarkenton
franTarkenton / Getting_Started_With_GDAL.md
Last active October 12, 2023 01:18
Getting Started wtih GDAL

Installing

Not Easy!

Using Windows Subsystem 4 Linux (WSL):

sudo apt-get install gdal-bin
sudo apt-get install libgdal-dev
sudo apt-get install python3-gdal