Skip to content
View Thomas-Moore-Creative's full-sized avatar
Block or Report

Block or report Thomas-Moore-Creative

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. NCI-ACCESS-S2-ARD NCI-ACCESS-S2-ARD Public

    progress towards analysis ready data (ARD) for the ACCESS-S2 collection at NCI

    Jupyter Notebook 1

  2. generate file list using regex generate file list using regex
    1
    import re
    2
    file_list =[]
    3
    # get regex range from web generator - https://3widgets.com/
    4
    # find range of files from filename_1981.nc to filename_2018.nc
    5
    regexp = re.compile('filename_(198[1-9]|199[0-9]|200[0-9]|201[0-8]).nc')
  3. AusClimateService/data-catalogue AusClimateService/data-catalogue Public

    Documentation, code, and discussion for scoping a plan to deliver an ACS intake data catalogue.

    Jupyter Notebook 1

  4. CARSv2/cars-v2 CARSv2/cars-v2 Public

    CARSv2 project repository - public

    Jupyter Notebook 2 2