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
YourX: URL Clusterer With Python

YourX | URL Clusterer Screenshots Instructions for running Install requirements

ARPSyndicate 1 Mar 11, 2022
Some ideas and tools to develop Python 3.8 plugins for GIMP 2.99.4

gimp-python-development Some ideas and tools to develop Python 3.8 plugins for GIMP 2.99.4. GIMP 2.99.4 is the latest unstable pre-release of GIMP 3.

Ismael Benito 53 Sep 25, 2022
Python bilgilerimi eğlenceli bir şekilde hatırlamak ve daha da geliştirmek için The Big Book of Small Python Projects isimli bir kitap almıştım.

Python bilgilerimi eğlenceli bir şekilde hatırlamak ve daha da geliştirmek için The Big Book of Small Python Projects isimli bir kitap almıştım. Bu repo kitaptaki örnek programları çalıştığım oyun al

Burak Selim Senyurt 22 Oct 26, 2022
Decentralized intelligent voting application.

DiVA Decentralized intelligent voting application. Hack the North 2021. Inspiration Following the previous US election, many voters were fearful that

Ali Shariatmadari 4 Jun 05, 2022
Simple dependency injection framework for Python

A simple, strictly typed dependency injection library.

BentoML 14 Jun 29, 2022
Basic Hspice runner with Python

HSpicePy Bilgisayarınıza PATH değişkenlerine eklediğiniz HSPICE programını python ile çalıştırmanızı sağlayan basit bir araç. A simple tool that allow

1 Nov 16, 2021
Bring A Trailer(BAT) is a popular online auction website for enthusiast cars. This traverse auction results and saves them as CSV

BaT Data Grabber Bring A Trailer(BAT) is a popular online auction website for enthusiast cars. This traverse auction results and saves them as CSV Bri

Elliot Weil 2 Oct 31, 2021
Korg Volca Sample uploader for linux.

GnuVolca Korg Volca Sample uploader for linux. GnuVolca Usage Installation Via virtualenv Usage Store all the samples you want to upload on an empty d

Gonzalo Rafuls 12 Oct 11, 2022
Checking-For-Fibonacci-Syquence-In-Python - Checking For Fibonacci Syquence In Python

Checking-For-Fibonacci-Syquence-In-Python The Fibonacci sequence is a set of num

John Michael Oliba 1 Feb 14, 2022
MeerKAT radio telescope simulation package. Built to simulate multibeam antenna data.

MeerKATgen MeerKAT radio telescope simulation package. Designed with performance in mind and utilizes Just in time compile (JIT) and XLA backed vectro

Peter Ma 6 Jan 23, 2022
Small tool to use hero .json files created with Optolith for The Dark Eye/ Das Schwarze Auge 5 to perform talent probes.

DSA5-ProbeMaker A little tool for The Dark Eye 5th Edition (Das Schwarze Auge 5) to load .json from Optolith character generation and easily perform t

2 Jan 06, 2022
Fully cross-platform toolkit (and library!) for MachO+Obj-C editing/analysis

fully cross-platform toolkit (and library!) for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.

cynder 301 Dec 28, 2022
A simple python project which control paint brush in microsoft paint app

Paint Buddy In Python A simple python project which control paint brush in micro

Ordinary Pythoneer 1 Dec 27, 2021
Custom SLURM wrapper scripts to make finding job histories and system resource usage more easily accessible

SLURM Wrappers Executables job-history A simple wrapper for grabbing data for completed and running jobs. nodes-busy Developed for the HPC systems at

Sara 2 Dec 13, 2021
Rename and categorize your DMOJ solutions

DMOJ Downloader What is this for? DMOJ lets you download the code for all your solutions, however the files are just named as numbers

Evan Wild 1 Dec 04, 2022
Percolation simulation using python

PythonPercolation Percolation simulation using python Exemple de percolation : Etude statistique sur le pourcentage de remplissage jusqu'à percolation

Tony Chouteau 1 Sep 08, 2022
A simply dashboard to view commodities position data based on CFTC reports

commodities-dashboard A simply dashboard to view commodities position data based on CFTC reports This is a python project using Dash and plotly to con

71 Dec 19, 2022
Shai-Hulud - A qtile configuration for the (spice) masses

Shai-Hulud - A qtile configuration for the (spice) masses Installation Notes These dotfiles are set up to use GNU stow for installation. To install, f

16 Dec 30, 2022
Test for using pyIIIFpres for rara magnetica project

raramagnetica_pyIIIFpres Test for using pyIIIFpres for rara magnetica project. This test show how to use pyIIIFpres for creating mannifest compliant t

Giacomo Marchioro 1 Dec 03, 2021