Skip to content
View lucaswells's full-sized avatar

Organizations

@teamholtz @silvxlabs

Block or report lucaswells

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 Loading

  1. silvxlabs/DripTorch silvxlabs/DripTorch Public

    Ignition pattern simulator for prescribed fire

    Python 6 1

  2. silvxlabs/conda-skeleton-publish silvxlabs/conda-skeleton-publish Public

    Publish a PyPI skeleton to an Anaconda channel

    Shell 1

  3. Convert GeoTIFF to Zarr array Convert GeoTIFF to Zarr array
    1
    
                  
    2
    import matplotlib.pyplot as plt
    3
    import rasterio
    4
    from rasterio.windows import Window
    5
    import time