Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove outdated AeronetV2 datasets #1132

Merged
merged 4 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions pyaerocom/data/paths.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ dir=
[obsfolders]
#folders to for model data
BASEDIR=/lustre/storeB/project
#Aeronet V2
AERONET_SUN_V2L15_AOD_DAILY = ${BASEDIR}/aerocom/
AERONET_SUN_V2L15_AOD_ALL_POINTS = ${BASEDIR}/aerocom/aerocom1/AEROCOM_OBSDATA/AeronetSunNRT
AERONET_SUN_V2L2_AOD_DAILY = ${BASEDIR}/aerocom/aerocom1/AEROCOM_OBSDATA/AeronetRaw2.0/renamed
AERONET_SUN_V2L2_AOD_ALL_POINTS = ${BASEDIR}/aerocom/aerocom1/AEROCOM_OBSDATA/AeronetSun2.0AllPoints/renamed
AERONET_SUN_V2L2_SDA_DAILY = ${BASEDIR}/aerocom/aerocom1/AEROCOM_OBSDATA/AeronetSun2.0.SDA.daily/renamed
AERONET_SUN_V2L2_SDA_ALL_POINTS = ${BASEDIR}/aerocom/aerocom1/AEROCOM_OBSDATA/AeronetSun2.0.SDA.AP/renamed

# V2 Inversions
AERONET_INV_V2L15_DAILY = ${BASEDIR}/aerocom/aerocom1/AEROCOM_OBSDATA/Aeronet.Inv.V2L1.5.daily/renamed
AERONET_INV_V2L15_ALL_POINTS = ${BASEDIR}/aerocom/aerocom1/AEROCOM_OBSDATA/
Expand Down Expand Up @@ -112,19 +104,6 @@ ICPFORESTS = ${BASEDIR}/aerocom/aerocom1/AEROCOM_OBSDATA/icp-forests/dep/

[obsnames]
#names of the different obs networks
#Aeronet V2
AERONET_SUN_V2L15_AOD_DAILY = AeronetSunV2Lev1.5.daily
AERONET_SUN_V2L15_AOD_ALL_POINTS = AeronetSun_2.0_NRT
AERONET_SUN_V2L2_AOD_DAILY = AeronetSunV2Lev2.daily
AERONET_SUN_V2L2_AOD_ALL_POINTS = AeronetSunV2Lev2.AP
AERONET_SUN_V2L2_SDA_DAILY = AeronetSDAV2Lev2.daily
AERONET_SUN_V2L2_SDA_ALL_POINTS = AeronetSDAV2Lev2.AP
# inversions
AERONET_INV_V2L15_DAILY = AeronetInvV2Lev1.5.daily
AERONET_INV_V2L15_ALL_POINTS = AeronetInvV2Lev1.5.AP
AERONET_INV_V2L2_DAILY = AeronetInvV2Lev2.daily
AERONET_INV_V2L2_ALL_POINTS = AeronetInvV2Lev2.AP

#Aeronet V3
AERONET_SUN_V3L15_AOD_DAILY = AeronetSunV3Lev1.5.daily
AERONET_SUN_V3L15_AOD_ALL_POINTS = AeronetSunV3Lev1.5.AP
Expand Down
3 changes: 0 additions & 3 deletions pyaerocom/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
from .readungridded import ReadUngridded

# Pyaerocom reading interface classes
from .read_aeronet_invv2 import ReadAeronetInvV2
from .read_aeronet_invv3 import ReadAeronetInvV3
from .read_aeronet_sdav2 import ReadAeronetSdaV2
from .read_aeronet_sdav3 import ReadAeronetSdaV3
from .read_aeronet_sunv2 import ReadAeronetSunV2
from .read_aeronet_sunv3 import ReadAeronetSunV3
from .read_airnow import ReadAirNow
from .read_earlinet import ReadEarlinet
Expand Down
268 changes: 0 additions & 268 deletions pyaerocom/io/read_aeronet_invv2.py

This file was deleted.

Loading