Skip to content
View nestah's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@GeoTechLabs

Block or report nestah

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. Agb-project Agb-project Public

    Aboveground Biomass Estimation using Random Forest and data from Sentinel-1, 2 , AlOS PALSAR-2 and GEDI

    Jupyter Notebook 1

  2. PQSurvey PQSurvey Public

    Self-service patient survey dashboard

    Python

  3. Organize files into separate folders... Organize files into separate folders based on file type by running this shell script
    1
    #!/bin/bash
    2
    
                  
    3
    folders='Compressed Documents Images Music Programs Videos'
    4
    ext_comp="*.zip *.tar.gz"
    5
    ext_doc="*.htm* *.php *.txt *.css *.doc* *.pdf *.PDF *.ppt* *.js"
  4. NVDI values Computation using Sentin... NVDI values Computation using Sentinel-2 MSI Surface Reflectance.
    1
    //define bounding geometry by selecting the polygon tool and drawing on your Region Of Interest (ROI)
    2
    
                  
    3
    //image collection for the year 2018 in months of August and September
    4
    //dataset is hyperlinked from scihub
    5
    var S2 = ee.ImageCollection("COPERNICUS/S2_SR")
  5. GEE-PROJECTS GEE-PROJECTS Public

    Explore snippets for your various Google Earth Operations

    JavaScript

  6. sherlock sherlock Public

    Forked from sherlock-project/sherlock

    🔎 Hunt down social media accounts by username across social networks

    Python