Skip to content

Commit

Permalink
iss #306 added test for v1.2 of data model
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaMorandi committed Jan 31, 2023
1 parent bf5b841 commit de78a3b
Show file tree
Hide file tree
Showing 4 changed files with 2,602 additions and 7 deletions.
8 changes: 7 additions & 1 deletion brightwind/demo_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
'demo_windographer_flagging_log2',
'demo_cleaning_file',
'iea43_wra_data_model_schema_v1_0',
'iea43_wra_data_model_v1_0']
'iea43_wra_data_model_v1_0',
'iea43_wra_data_model_schema_v1_2',
'floating_lidar_iea43_wra_data_model_v1_2']

demo_data = os.path.join(os.path.dirname(__file__), 'demo_data.csv')
demo_campbell_scientific_data = os.path.join(os.path.dirname(__file__), 'campbell_scientific_demo_data.csv')
Expand All @@ -29,6 +31,10 @@
iea43_wra_data_model_schema_v1_0 = os.path.join(os.path.dirname(__file__), 'iea43_wra_data_model.schema_v1_0.json')
iea43_wra_data_model_v1_0 = os.path.join(os.path.dirname(__file__), 'iea43_wra_data_model_v1_0.json')

iea43_wra_data_model_schema_v1_2 = os.path.join(os.path.dirname(__file__), 'iea43_wra_data_model.schema_v1_2.json')
floating_lidar_iea43_wra_data_model_v1_2 = os.path.join(os.path.dirname(__file__),
'floating_lidar_demo_iea43_wra_data_model_v1_2.json')

demo_data_adjusted_for_testing = os.path.join(os.path.dirname(__file__), 'demo_data_adjusted_for_testing.csv')


Expand Down

0 comments on commit de78a3b

Please sign in to comment.