Skip to content

BlueNetCat/OBSEAqueries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBSEAqueries

Python queries to download data https://data.obsea.es/erddap/info/index.html?page=1&itemsPerPage=1000

python3 --version

python.exe -m pip install --upgrade pip

pip install -r requirements.txt

# or

pip install certifi
pip install charset-normalizer
pip install commonmark
pip install idna
pip install numpy
pip install pandas
pip install Pygments
pip install python-dateutil
pip install pytz
pip install requests
pip install rich
pip install six
pip install typing_extensions
pip install urllib3

python3 extract_data_from_erddap.py <start time> <end time> [-f <nom del fixter>]

python3 extract_data_from_erddap.py 2020-01-01T00:00:00Z 2021-01-01T00:00:00Z -f obsea_2020.csv

python extract_data_from_erddap.py 2020-01-01T00:00:00Z 2021-01-01T00:00:00Z -f obsea_2020.csv

About

Python queries to download data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages