Skip to content

Instantly share code, notes, and snippets.

View epifanio's full-sized avatar

Massimo Di Stefano epifanio

View GitHub Profile
celery_1 | [2023-01-26 08:00:36,026: INFO/MainProcess] Task satpy_pygeoapi_plugin.process_netcdf.execute[83f43a26-9d4f-11ed-92b6-0242c0a82004] received
celery_1 | [2023-01-26 08:00:36,026: DEBUG/MainProcess] TaskPool: Apply <function fast_trace_task at 0x7f17278e9120> (args:('satpy_pygeoapi_plugin.process_netcdf.execute', '83f43a26-9d4f-11ed-92b6-0242c0a82004', {'lang': 'py', 'task': 'satpy_pygeoapi_plugin.process_netcdf.execute', 'id': '83f43a26-9d4f-11ed-92b6-0242c0a82004', 'shadow': None, 'eta': None, 'expires': None, 'group': None, 'group_index': None, 'retries': 0, 'timelimit': [None, None], 'root_id': '83f43a26-9d4f-11ed-92b6-0242c0a82004', 'parent_id': None, 'argsrepr': "({'message': 'An optional message.', 'name': 'netcdf', 'netcdf_file': '/data/noaa19-avhrr-20230124115334-20230124120327.nc'}, {'message': 'An optional message.', 'name': 'netcdf', 'netcdf_file': '/data/noaa19-avhrr-20230124115334-20230124120327.nc'})", 'kwargsrepr': '{}', 'origin': 'gen84@pygeoapi', 'ignore_result': False, 'prope
Ardour7 --gdb
GNU gdb (Ubuntu 12.1-3ubuntu2) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
➜ Downloads Ardour7
Ardour7.2.0 (built using 7.2 and GCC version 6.3.0 20170516)
Ardour: [INFO]: Your system is configured to limit Ardour to 1048576 open files
Ardour: [INFO]: Loading system configuration file /opt/Ardour-7.2.0/etc/system_config
Ardour: [INFO]: CPU vendor: AuthenticAMD
Ardour: [INFO]: AVX-capable processor
Ardour: [INFO]: AVX with FMA capable processor
Ardour: [INFO]: CPU brand: AMD Ryzen 9 5950X 16-Core Processor
Ardour: [INFO]: Using AVX and FMA optimized routines
Ardour: [INFO]: Set Clip Library directory to '/home/epinux/.local/share/sounds/clips'
@epifanio
epifanio / log.txt
Created January 13, 2023 12:36
test log
epi@epi:~/dev/pygeoapi$ docker run -it epinux/pygeoapi:test test
START /entrypoint.sh
Trying to generate openapi.yml
Error Number: 1, Type: Failure, Msg: HTTP error code : 400
Error Number: 1, Type: Failure, Msg: Error returned by server : HTTP error code : 400 (0)
Error Number: 1, Type: Failure, Msg: HTTP error code : 400
Generating /pygeoapi/local.openapi.yml
Done
openapi.yml generated continue to pygeoapi
=============================================================================== test session starts ===============================================================================
@epifanio
epifanio / log.txt
Created January 12, 2023 20:00
pygeoapi_test_log
START /entrypoint.sh
Trying to generate openapi.yml
Error Number: 1, Type: Failure, Msg: HTTP error code : 400
Error Number: 1, Type: Failure, Msg: Error returned by server : HTTP error code : 400 (0)
Error Number: 1, Type: Failure, Msg: HTTP error code : 400
Generating /pygeoapi/local.openapi.yml
Done
openapi.yml generated continue to pygeoapi
=========================================================================================== test session starts ===========================================================================================
platform linux -- Python 3.10.6, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@epifanio
epifanio / Dockerfile
Created August 28, 2022 07:24
Dockerfile to build PDAL with the MB-System driver
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
ENV PYTHONUNBUFFERED=1
ARG MBSYS_VERSION=5.7.5
RUN apt-get update && apt-get upgrade -y
# main build dependencies
Sat, 27 Aug 2022 17:19:22] [INFO] file=/home/epinux/mambaforge/envs/csw/lib/python3.10/site-packages/pycsw/core/log.py line=95 module=log function=setup_logger Logging initialized (level: DEBUG).
Sat, 27 Aug 2022 17:19:22] [INFO] file=/home/epinux/mambaforge/envs/csw/lib/python3.10/site-packages/pycsw/core/log.py line=98 module=log function=setup_logger CGI debugging enabled.
Sat, 27 Aug 2022 17:19:22] [INFO] file=/home/epinux/mambaforge/envs/csw/lib/python3.10/site-packages/pycsw/server.py line=143 module=server function=__init__ running configuration /home/epinux/dev/WORK/pycsw/default.cfg
Sat, 27 Aug 2022 17:19:22] [DEBUG] file=/home/epinux/mambaforge/envs/csw/lib/python3.10/site-packages/pycsw/server.py line=144 module=server function=__init__ QUERY_STRING: service=CSW&version=2.0.2&request=GetRecordById&id=135574b-005f-5437-880a-0954b2116d1a
Sat, 27 Aug 2022 17:19:22] [INFO] file=/home/epinux/mambaforge/envs/csw/lib/python3.10/site-packages/pycsw/server.py line=176 module=server function=__init__ Setting
aiofiles==0.8.0
amqp==5.1.1
anyio==3.6.1
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
asttokens==2.0.8
attrs==22.1.0
backcall==0.2.0
beautifulsoup4==4.11.1
billiard==3.6.4.0