Oyster Harvest Area Closure Analysis 0.1
Prediction and analysis of NSW oyster harvest area closures.
Loading...
Searching...
No Matches
main.h
Go to the documentation of this file.
1#ifndef HA_CLOSURE_ANALYSIS_MAIN_H
2#define HA_CLOSURE_ANALYSIS_MAIN_H
3
4#include <stdlib.h>
5#include <stdio.h>
6#include <curl/curl.h>
7#include <assert.h>
8#include <unistd.h>
9#include <libpq-fe.h>
10#include <log.h>
11
13#include "BOM/stations.h"
14#include "Ubidots/devices.h"
16#include "WillyWeather/tide.h"
19#include "IBM_EIS/timeseries.h"
22#include "transform.h"
23#include "http.h"
24#include "ftp.h"
25
26#endif // HA_CLOSURE_ANALYSIS_MAIN_H