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

Block or report Padawan-Mntn

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Padawan-Mntn/README.md

Hello!

😄 I'm a Geographic Information Systems analyst with a knack for 3D mapping and remote sensing

🔭 On the market for a position in earth data analysis

🏔️ I love all things mountains and digital doodling

📫 Say hello at https://www.linkedin.com/in/mariegeai/

🚀 Recent graduate of Le Wagon data science bootcamp

Pinned Loading

  1. drought_detection drought_detection Public

    Forked from helyne/drought_detection

    A project for Satellite-based Prediction of Forage Conditions for Livestock in Northern Kenya.

    Jupyter Notebook 1

  2. SheCodes Basics final project - Html... SheCodes Basics final project - Html CSS
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
      <head>
    4
        <meta charset="UTF-8" />
    5
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  3. taxi-fare-interface taxi-fare-interface Public

    JavaScript

  4. Barista Problem CodeWars - Python Barista Problem CodeWars - Python
    1
    #Given a list of durations, calculate the minimum waiting time
    2
    #The problem is described here:
    3
    #https://www.codewars.com/kata/6167e70fc9bd9b00565ffa4e
    4
    
                  
    5
    def barista(durations):