CEI Natural Disaster Tracking Portal

Overview

CEI Natural Disaster Tracking Portal

(cc) Climatic Eye of ISCI

We are an initiative that conducts studies in the field of Space Science, publishes projects and reports, offers analytical perspectives and data analysis to stop the global climate catastrophe.

This software network was created by ISCI-Lab to detect natural disasters on the planet.

It is completely open source and open to suggestions and edits from all developers.

Each function can be edited and run when necessary. If you want to run the whole code, run the CEI_NDT.py in your panel.

      Basic command option I: python 
   
    .py -
     
     
      
      Basic command option II: python 
      
       .py --
        
        
          Basic command option III: python 
         
          .py -
           
           
             Basic command option IV: python 
            
             .py --
              
              
                Basic command option V: python 
               
                .py -
                
                  Basic command option VI: python 
                 
                  .py --
                  
                    EXAMPLE Please write the parameters completely and accurately. It is case sensitive. python CEI_NDT.py -h (for help) python CEI_NDT.py -R (for latest cyclone report) python CEI_NDT.py -E (for alternative earthquake portal) python CEI_NDT.py --earthquakealternative (for alternative earthquake portal) python CEI_NDT.py --reportcyclone (for latest cyclone report) python CEI_NDT.py -e 10 (for earthquake) python CEI_NDT.py --earthquake 10 (for earthquake) python CEI_NDT.py -l thunder 25 (for thunder local) python CEI_NDT.py --localalert thunder 25 (for thunder local) python CEI_NDT.py -C 31.425 44.123 (for earthquake checking) python CEI_NDT.py --checkearthquake 31.425 44.123 (for tearthquake checking) python CEI_NDT.py -U SPAIN (for latest alert from countries) python CEI_NDT.py --lastalert SPAIN (for latest alert from countries) LOCAL ALERT TYPES thunder rain fog gale PARAMETERS -e / --earthquake : Check earthquake -f / --flood : Check flood -c / --cyclone : Check cyclone -v / --volcano : Check volcano -d / --drought : Check drought -w / --wildfire : Check wildfire -n / --nasaeonet : Check NASA EONET -l / --localalert : Check latest local alert -h / --help : Help -E / --earthquakealternative : Check alternative earthquake portal -V / --volcanoalternative : Check alternative volcano portal -R / --reportcyclone: Check latest cyclone report -S / --seismicactivities: Check seismic activities and center data -C / --checkearthquake: Check earthquake based on coordinate -U / --lastalert: Check latest alert from countries FOR LAST ALERT This section shows the last warning issued by the weather observation departments of the countries. Although most countries are on the list, some countries do not provide data flow. For regions with names longer than one word, add '_' without any spaces between the words. NOTE Don't forget to check the file location if you get an additional error. If you cannot run it with 'python' or 'py', please try 'python3'.""") 
                  
                 
                
               
              
             
            
           
          
         
        
       
      
     
    
   
Owner
Baris Dincer
Data Scientist / Researcher / Founder
Baris Dincer
Sudoku-Solver

Sudoku-Solver This is a personal project, that put all my today knowledges to the test, is a project that im developing alone with a lot of effort and

Carlos Ismael Gitto Bernales 5 Nov 08, 2021
Fully coded Apps by Codex.

OpenAI-Codex-Code-Generation Fully coded Apps by Codex. How I use Codex in VSCode to generate multiple completions with autosorting by highest "mean p

nanowell 47 Jan 01, 2023
A python package template that can be adapted for RAP projects

Warning - this repository is a snapshot of a repository internal to NHS Digital. This means that links to videos and some URLs may not work. Repositor

NHS Digital 3 Nov 08, 2022
京东自动入会获取京豆

京东入会领京豆 要求 有一定的电脑知识 or 有耐心爱折腾 需要Chrome(推荐)、Edge(Chromium)、Firefox 操作系统需是Mac(本人没在m1上测试)、Linux(在deepin上测试过)、Windows 安装方法 脚本采用Selenium遍历京东入会有礼界面,由于遍历了200

Vanke Anton 500 Dec 22, 2022
tg-nearby Trilateration of nearby Telegram users as described in my corresponding article.

tg-nearby Trilateration of nearby Telegram users as described in my corresponding article. Setup If you want to toy with the code in this repository

Maximilian Jugl 75 Dec 26, 2022
TurtleBot Control App - TurtleBot Control App With Python

TURTLEBOT CONTROL APP INDEX: 1. Introduction 2. Environments 2.1. Simulated Envi

Rafanton 4 Aug 03, 2022
A simple python script where the user inputs the current ingredients they have in their kitchen into ingredients.txt

A simple python script where the user inputs the current ingredients they have in their kitchen into ingredients.txt and then runs the main.py script, and it will output what recipes can be created b

Jordan Leich 3 Nov 02, 2022
Attempt at a Windows version of the plotman Chia Plot Manager system

windows plotman: an attempt to get plotman to work on windows THIS IS A BETA. Not ready for production use just yet. Almost, but not quite there yet.

59 May 11, 2022
Small C-like language compiler for the Uxn assembly language

Pyuxncle is a single-pass compiler for a small subset of C (albeit without the std library). This compiler targets Uxntal, the assembly language of the Uxn virtual computer. The output Uxntal is not

CPunch 13 Jun 28, 2022
an elegant datasets factory

rawbuilder an elegant datasets factory Free software: MIT license Documentation: https://rawbuilder.readthedocs.io. Features Schema oriented datasets

Mina Farag 7 Nov 12, 2022
A python script made for personal use to monitor for sports card restocks on target.com since they are sold out often

TargetProductMonitor A python script made for personal use to monitor for sports card resocks on target.com since they are sold out often. When a rest

Bryan Lorden 2 Jul 31, 2022
This is a simple leaderboard for 30 days of Google Cloud program for students of ASIET

30daysleaderboard #Hacktoberfest - Please don't make changes in readme file. Only improvement in the project will be accepted. Update - Now if you run

5 Oct 29, 2021
Expense Tracker is a very good tool to keep track of your expenseditures and the total money you saved.

Expense Tracker is a very good tool to keep track of your expenseditures and the total money you saved.

Shreejan Dolai 9 Dec 31, 2022
Null safe support for Python

Null Safe Python Null safe support for Python. Installation pip install nullsafe Quick Start Dummy Class class Dummy: pass Normal Python code: o =

Paaksing 13 Nov 17, 2022
Catalogue CRUD Application

This Python program creates a relational SQL database hosted on the Snowflake platform, then opens a CRUD GUI to manipulate and view the data. In this application, it is used as a book catalogue. CUR

0 Dec 13, 2022
CaskDB is a disk-based, embedded, persistent, key-value store based on the Riak's bitcask paper, written in Python.

CaskDB - Disk based Log Structured Hash Table Store CaskDB is a disk-based, embedded, persistent, key-value store based on the Riak's bitcask paper, w

886 Dec 27, 2022
Repo with data from local elections in Portugal from 2009 to 2013

autarquicas - local elections in Portugal Repo with data from local elections in Portugal from 2009 to 2013 Objective To provide, to all, raw data fro

Jorge Gomes 6 Apr 06, 2022
Online HackerRank problem solving challenges

LinkedListHackerRank Online HackerRank problem solving challenges This challenge is part of a tutorial track by MyCodeSchool You are given the pointer

Sefineh Tesfa 1 Nov 21, 2021
Programmatic interface to Synapse services for Python

A Python client for Sage Bionetworks' Synapse, a collaborative, open-source research platform that allows teams to share data, track analyses, and collaborate

Sage Bionetworks 54 Dec 23, 2022
Usos Semester average helper

Usos Semester average helper Dzieki temu skryptowi mozesz sprawdzic srednia ocen na kazdy odbyty przez ciebie semestr PARAMETERS required: '--username

2 Jan 17, 2022