Giter Club home page Giter Club logo

aqmsp_data's Introduction

Zeel is a PhD student in Computer Science and Engineering at the Sustainability lab, IIT Gandhinagar advised by Prof. Nipun Batra. His research area of interest is "Spatio Temporal Modeling with Machine Learning".

Key Achievements

Last updated: 28th Jun 2024

GitHub Stats

aqmsp_data's People

Contributors

patel-zeel avatar

Watchers

 avatar

Forkers

utkarshmitta

aqmsp_data's Issues

Functionalities of `preprocess_raw_camxmet`

What are the functions to be performed by preprocess_raw_camxmet? Currently, I have added on my end

  • concatenation of all files
  • conversion from UTC to IST
  • splitting the 96 timesteps into 24 timesteps separated by the new dimension lag

Adding `preprocess_camx_pm`

Can we also add a similar function to preprocess the camx data for PM2.5 values? It will do similar preprocessing with the data as the other function does with camx_met data.
this is what the file looks like in the original:

<xarray.Dataset>
Dimensions:  (TSTEP: 120, LAY: 1, ROW: 80, COL: 80, VAR: 9, DATE-TIME: 2)
Dimensions without coordinates: TSTEP, LAY, ROW, COL, VAR, DATE-TIME
Data variables:
    P10      (TSTEP, LAY, ROW, COL) float32 ...
    P25      (TSTEP, LAY, ROW, COL) float32 ...
    TFLAG    (TSTEP, VAR, DATE-TIME) int32 ...
Attributes: (12/34)
    IOAPI_VERSION:  $Id: @(#) ioapi library version 3.0 $                    ...
    EXEC_ID:        ????????????????                                         ...
    FTYPE:          1
    CDATE:          2023297
    CTIME:          82541
    WDATE:          2023297
    ...             ...
    GDNAM:          ????????????????
    UPNAM:          CAMXMETOU       
    VAR-LIST:       P10             P25             
    FILEDESC:       I/O API formatted CAMx AVRG output                       ...
    HISTORY:        Wed Oct 25 08:23:00 2023: ncrcat camxout.2023.10.24.nc ca...
    NCO:            netCDF Operators version 4.9.1 (Homepage = http://nco.sf/....

this is what it would look like after preprocessing

<xarray.Dataset>
Dimensions:    (latitude: 80, longitude: 80, time: 24, lag: 5)
Coordinates:
  * latitude   (latitude) float64 28.19 28.2 28.21 28.22 ... 28.96 28.97 28.98
  * longitude  (longitude) float64 76.84 76.85 76.86 76.87 ... 77.61 77.62 77.63
  * time       (time) datetime64[ns] 2023-10-25T05:30:00 ... 2023-10-26T04:30:00
  * lag        (lag) int64 -1 0 1 2 3
Data variables:
    PM10       (lag, time, latitude, longitude) float64 nan nan ... 48.45 48.45
    PM2.5      (lag, time, latitude, longitude) float64 nan nan ... 46.77 46.77
Attributes: (12/34)
    IOAPI_VERSION:  $Id: @(#) ioapi library version 3.0 $                    ...
    EXEC_ID:        ????????????????                                         ...
    FTYPE:          1
    CDATE:          2023297
    CTIME:          82541
    WDATE:          2023297
    ...             ...
    GDNAM:          ????????????????
    UPNAM:          CAMXMETOU       
    VAR-LIST:       P10             P25             
    FILEDESC:       I/O API formatted CAMx AVRG output                       ...
    HISTORY:        Wed Oct 25 08:23:00 2023: ncrcat camxout.2023.10.24.nc ca...
    NCO:            netCDF Operators version 4.9.1 (Homepage = http://nco.sf/....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.