Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetcdfData.Microservice #1

Merged
merged 3 commits into from
May 16, 2024
Merged

NetcdfData.Microservice #1

merged 3 commits into from
May 16, 2024

Conversation

BestLopesitoEU
Copy link
Contributor

@BestLopesitoEU BestLopesitoEU commented May 13, 2024

Se ha implementado :

  -get_netcdf_from_area : obtencion de un archivo .nc recortado según el area indicada
           Args:
                   longitude_min (float): Minimum longitude of the area
                   longitude_max (float): Maximum longitude of the area
                   latitude_min (float): Minimum latitude of the area
                   latitude_max (float): Maximum latitude of the area
                   filepath (str): Filepath or URL of the netcdf file
                   start_date (str): Start date of the data
                   end_date (str): End date of the data
           Returns:
                  _type_: Netcdf file

  -get_netcdf_from_mask : obtención de un archivo .nc recortado en función de la geometría indicada 
           Args:
                   filepath_mask (str): Filepath or URL of the mask file
                   filepath_netcdf (str): Filepath or URL to the netcdf file
                   start_date (str): Start date of the data
                   end_date (str): End date of the data
                   row (int): Number of first "n" mask rows
           Returns:
                   _type_: xarray dataset

@vegama
Copy link
Member

vegama commented May 14, 2024

Hace falta actualizar el requirements.txt, porque fallan los tests

@vegama vegama merged commit 25101c2 into IHCantabria:main May 16, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants