Skip to content

Instantly share code, notes, and snippets.

View peteWT's full-sized avatar

Peter Tittmann peteWT

View GitHub Profile

Peter Tittmann Review Comments on Chapter 13

  1. Land Sector and Removals Guidance | Greenhouse Gas Protocol [Internet]. [cited 2023 Jan 20]. Available from: https://ghgprotocol.org/land-sector-and-removals-guidance

(1/24/2023, 9:35:56 AM)

“If relevant, companies shall separately report GHG credits based on

;;; packages.el --- Install and configure scimax packages -*- lexical-binding: t -*-
;;; Commentary:
;;
;; This is a starter kit for scimax. This package provides a
;; customized setup for emacs that we use daily for scientific
;; programming and publication.
;;
;; see https://github.com/jwiegley/use-package for details on use-package
#!/bin/bash
# Inspired by
# https://www.codeenigma.com/community/blog/using-mdbtools-nix-convert-microsoft-access-mysql
# USAGE
# Rename your MDB file to migration-export.mdb
# run ./mdb2sqlite.sh migration-export.mdb
# wait and wait a bit longer...
mdb-schema migration-export.accdb sqlite > schema.sql
.mode csv
.header on
--CREATE INDEX tl_caseid_idx ON FVS_TreeList(caseid);
--CREATE INDEX tl_standid_idx ON FVS_TreeList(standid);
--CREATE INDEX tl_year_idx ON FVS_TreeList(year);
--CREATE INDEX tl_treeid_idx ON FVS_TreeList(treeid);
--CREATE INDEX tl_species_idx ON FVS_TreeList(species);
@peteWT
peteWT / # qgis - 2019-03-27_15-39-05.txt
Created March 28, 2019 19:24
qgis (osgeo/osgeo4mac/qgis) on macOS 10.14.4 - Homebrew build logs
Homebrew build logs for osgeo/osgeo4mac/qgis on macOS 10.14.4
Build date: 2019-03-27 15:39:05
(require 'package)
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
(not (gnutls-available-p))))
(proto (if no-ssl "http" "https")))
;; Comment/uncomment these two lines to enable/disable MELPA and MELPA Stable as desired
(add-to-list 'package-archives (cons "melpa" (concat proto "://melpa.org/packages/")) t)
;;(add-to-list 'package-archives (cons "melpa-stable" (concat proto "://stable.melpa.org/packages/")) t)
(when (< emacs-major-version 24)
;; For important compatibility libraries like cl-lib
(add-to-list 'package-archives '("gnu" . (concat proto "://elpa.gnu.org/packages/")))))
(require 'package)
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
(not (gnutls-available-p))))
(proto (if no-ssl "http" "https")))
;; Comment/uncomment these two lines to enable/disable MELPA and MELPA Stable as desired
(add-to-list 'package-archives (cons "melpa" (concat proto "://melpa.org/packages/")) t)
;;(add-to-list 'package-archives (cons "melpa-stable" (concat proto "://stable.melpa.org/packages/")) t)
(when (< emacs-major-version 24)
;; For important compatibility libraries like cl-lib
(add-to-list 'package-archives '("gnu" . (concat proto "://elpa.gnu.org/packages/")))))
(require 'package) ;; You might already have this line
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
(not (gnutls-available-p))))
(url (concat (if no-ssl "http" "https") "://melpa.org/packages/")))
(add-to-list 'package-archives (cons "melpa" url) t))
(when (< emacs-major-version 24)
;; For important compatibility libraries like cl-lib
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))
(package-initialize) ;; You might already have this line
(require 'ox-reveal)
insert into ag_biomass({treeID},
{standID},
{Year},
boleKG,
barkKG,
branchKG,
biomassKG)
with foo as (select fvs.Species FIA_code,
xw.Species as CARB_code,
{DBH},
@peteWT
peteWT / # gdal - 2016-08-04_10-44-02.txt
Created August 4, 2016 18:03
gdal on Mac OS X 10.11.6 - Homebrew build logs
Homebrew build logs for gdal on Mac OS X 10.11.6
Build date: 2016-08-04 10:44:02