avarf

Results 7 issues of avarf

I am using http://github.com/swaggo/gin-swagger to auto-generate the swagger and also create the UI as below. Everything works fine when I am running the server on my machine but when I...

**Describe the bug** I set up an EFK stack for gathering my different k8s pods logs based on this tutorial: https://mherman.org/blog/logging-in-kubernetes-with-elasticsearch-Kibana-fluentd/ on a Microk8s single node cluster. Everything is up...

bug

Hi, I just installed this library and tried the example but I am getting below error: ```python import getgfs f=getgfs.Forecast("0p25") ``` Error: ```python SSLError: HTTPSConnectionPool(host='nomads.ncep.noaa.gov', port=443): Max retries exceeded with...

I have a POST endpoint Gin that allows users to upload a file and a json object as metadata that I will store. I couldn't find a way to write...

I am working on a project that I need to have a Pyre node and many Zyre nodes in a group. I created the nodes and tested Pyre node to...

I am using the pvlib library to get the GFS data but I am getting below error: ``` requests.exceptions.HTTPError: Error accessing https://thredds.ucar.edu/thredds/ncss/grid/grib/NCEP/GFS/Global_0p5deg/Best?var=v-component_of_wind_isobaric&var=Temperature_surface&var=u-component_of_wind_isobaric&var=Total_cloud_cover_entire_atmosphere_Mixed_intervals_Average&var=High_cloud_cover_high_cloud_Mixed_intervals_Average&var=Low_cloud_cover_low_cloud_Mixed_intervals_Average&var=Medium_cloud_cover_middle_cloud_Mixed_intervals_Average&var=Total_cloud_cover_convective_cloud&var=Downward_Short-Wave_Radiation_Flux_surface_Mixed_intervals_Average&var=Total_cloud_cover_boundary_layer_cloud_Mixed_intervals_Average&var=Wind_speed_gust_surface&time_start=2022-08-11T11%3A29%3A36.967991%2B00%3A00&time_end=2022-08-18T11%3A29%3A36.967991%2B00%3A00&longitude=2.3522&latitude=48.8566&vertCoord=100000&accept=netcdf Server Error (400: NETCDF3 format not supported for...

Can you please add the instructions on how to install this package using `go install`?