Skip to content
View lpinner's full-sized avatar
Block or Report

Block or report lpinner

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rasterio resample raster rasterio resample raster
    1
    # Copyright 2019 Luke Pinner
    2
    #
    3
    # Licensed under the Apache License, Version 2.0 (the "License");
    4
    # you may not use this file except in compliance with the License.
    5
    # You may obtain a copy of the License at
  2. vscode-chordpro vscode-chordpro Public archive

    Forked from kudanai/sublime-chordpro

    Adds ChordPro support to Visual Studio Code

    5

  3. rasterio overlapping windows rasterio overlapping windows
    1
    # Copyright 2019 Luke Pinner
    2
    # 
    3
    # Licensed under the Apache License, Version 2.0 (the "License");
    4
    # you may not use this file except in compliance with the License.
    5
    # You may obtain a copy of the License at
  4. Sampling Sampling
    1
    from enum import Enum
    2
    import numpy as np
    3
    
                  
    4
    
                  
    5
    class Transform(Enum):
  5. zonal_histograms.py zonal_histograms.py
    1
    from functools import partial
    2
    
                  
    3
    import matplotlib.pyplot as plt
    4
    import numpy as np
    5
    import pandas as pd