Skip to content

Commit

Permalink
Merge pull request #14 from aodn/Fix2
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
lbesnard authored May 30, 2024
2 parents d404e89 + 58f49ac commit 3e632be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions aodn_cloud_optimised/_version.py

This file was deleted.

19 changes: 0 additions & 19 deletions aodn_cloud_optimised/config/dataset/dataset_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,6 @@
"encoding": "utf-8"
},

// (Required) The dataset pyarrow_schema, including the gattrs_to_variables created above. filename needs to be created,
// as well as the different dimensions or partition keys such as polygon and timestamp
"schema" : [
"timeSeries: int32",
"LATITUDE: double",
"LONGITUDE: double",
"DEPTH: float",
"DEPTH_quality_control: float",
"TEMP: float",
"TEMP_quality_control: float",
"imo_number: int32",
"timestamp: int64",
"polygon: string",
"XBT_line: string",
"ship_name: string",
"Callsign: string",
"filename: string",
"TIME: timestamp[ns]"
],

// (Required) The dataset pyarrow_schema Alternatively, the pyarrow_schema can also be a dictionary defined as below. The code will
// automatically recognise the used format. This format allows to add variable attributes, useful for converting CSV
Expand Down

0 comments on commit 3e632be

Please sign in to comment.