Open paridhi-parajuli opened 1 year ago
Feb 17,2023
Feb 20,2023
2023-02-24
For next week
For next week
Email Sharonin, Katrina (GSFC-DK000)[Intern] (intern on EIS-Fire) to set up a meeting, discuss ongoing tasks, identify tasks where you can help. Report back to me.
Analysis of ESDIS metrics Alexey is in the process of downloading the data from (closed) ESDIS metrics service. Look for data provided in the doc Several datasets:
STAC – once Slesa figures this out, come back to this task.
For next week
Newly added to notebook :
For next week: Modify code to create parquet files using geopandas directly. Create pandas data frame Add the observation timestep (date + time) as a time column to the dataset. Ideally, we want the exact timestep of each pixel…but only if we can find it. Convert to geopandas geodataframe with argument for converting lat/lon columns to geometry (and set CRS to EPSG 4326). Try working with new geoparquet files in geopandas: Read (gpd.read_parquet). Subset by arbitrary polygon – (1) Identify a arbitrary polygon that’s inside the MODIS image; (2) create it as a geopandas / shapely object; (3) crop the MODIS geodataframe to the object from (2). Create parquet files for 3-5 adjacent MODIS tiles. Try reading and subsetting multiple parquet files at once using geopandas. NetCDF analog – xr.openmfdataset(“dat*.nc). Trying to do something similar with Parquet. GOAL: Try to work with 3-5 adjacent MODIS tiles as one continuous dataset. Try doing some basic subsetting of files using Arrow (Reading and Writing the Apache Parquet Format — Apache Arrow v11.0.0). E.g., Try grabbing all pixels with reflectance above a certain value. Look for ways to do spatial subsetting with Arrow. Chat with Denis Tuesday 1pm CT / 2pm ET about new activity.