Skip to content

Commit

Permalink
Finalize test of template_tools.py and update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Dec 1, 2023
1 parent 8ce4cb5 commit 5286fb7
Show file tree
Hide file tree
Showing 12 changed files with 662 additions and 481 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,17 @@ station_name: station_name_1
sensor_name: OTT_Parsivel
reader: EPFL/LOCARNO_2018
raw_data_format: raw
raw_data_type: raw
platform_type: fixed
crs: WGS84
proj4_string: +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
EPSG: 4326
latitude_unit: DegreesNorth
longitude_unit: DegreesEast
altitude_unit: MetersAboveSeaLevel
disdrodb_data_url: ''
source: ''
source_convention: ''
source_processing_date: ''
title: LOCARNO_2018
description: ''
history: ''
keywords: ''
conventions: ''
comment: ''
project_name: ''
comments: ''
station_id: '60'
location: Cimetta
country: Switzerland
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,17 @@ station_name: station_name_1
sensor_name: OTT_Parsivel
reader: EPFL/LOCARNO_2018
raw_data_format: raw
raw_data_type: raw
platform_type: fixed
disdrodb_data_url: ''
crs: WGS84
proj4_string: +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
EPSG: 4326
latitude_unit: DegreesNorth
longitude_unit: DegreesEast
altitude_unit: MetersAboveSeaLevel
source: ''
source_convention: ''
source_processing_date: ''
title: LOCARNO_2018
description: ''
history: ''
keywords: ''
conventions: ''
comment: ''
project_name: ''
comments: ''
station_id: '60'
location: Cimetta
country: Switzerland
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,17 @@ station_name: station_name_2
sensor_name: OTT_Parsivel
reader: EPFL/LOCARNO_2018
raw_data_format: raw
raw_data_type: raw
platform_type: fixed
disdrodb_data_url: ''
crs: WGS84
proj4_string: +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
EPSG: 4326
latitude_unit: DegreesNorth
longitude_unit: DegreesEast
altitude_unit: MetersAboveSeaLevel
source: ''
source_convention: ''
source_processing_date: ''
title: LOCARNO_2018
description: ''
history: ''
keywords: ''
conventions: ''
comment: ''
project_name: ''
comments: ''
station_id: '61'
location: Locarno-Monti
country: Switzerland
Expand Down
1 change: 0 additions & 1 deletion disdrodb/api/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def get_disdrodb_path(
Directory path
"""
from disdrodb.api.checks import check_base_dir
from disdrodb.utils.directories import check_directory_exists

# Check base_dir validity
base_dir = check_base_dir(base_dir)
Expand Down
Loading

0 comments on commit 5286fb7

Please sign in to comment.