home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1467552710

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/7621#issuecomment-1467552710 https://api.github.com/repos/pydata/xarray/issues/7621 1467552710 IC_kwDOAMm_X85XeRPG 5821660 2023-03-14T07:40:28Z 2023-03-14T07:41:24Z MEMBER

For the rasterio-approach:

python ds_NASA_download_rasterio = xr.open_dataset(os.path.join(input_path, fn_NASA_Earthdata_download), engine='rasterio') ds_NASA_download_rasterio = ds_NASA_download_rasterio.set_coords(["cell_lat", "cell_lon"]) ds_NASA_download_rasterio.Geophysical_Data_precipitation_total_surface_flux[0].plot(y="cell_lat", x="cell_lon")

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1622197017
Powered by Datasette · Queries took 81.024ms · About: xarray-datasette