Ti trovi in : ArpaWeb / Idro-Meteo-Clima / Ricerca guidata / Documenti /
sim_software
Arkimet is a set of tools to archive, dispatch and distribute data files.
General
Metadata
Remote access
Archive
User interfaces
The metadata currently supported are:
The formats used to handle metadata are:
The file formats that can be scanned are:
The match expressions currently available are:
# Open or close intervals
reftime:>=2005
reftime:>=2005,<2007
# Exact years, month, days, hours, etc.
reftime:=2007
reftime:=2007-05
# Time extremes can vary in precision
reftime:>=2005-06-01 12:00
# Also interval of time of day can be specified
reftime:>=12:00,<18:00
# And repetitions during the day
reftime:>=2007-06/6h
reftime:=2007,>=12:00/30m,<18:00
Licensing and acquisition
Software dependencies
To extract metadata:
$ arki-scan --yaml --annotate file.grib
To create a summary of the content of many GRIB files:
$ arki-scan --summary *.grib > summary
To view the contents of the generated summary file:
$ arki-dump --yaml summary
To select GRIB messages from a file:
$ arki-scan file.grib | arki-grep --data
´origin:GRIB1,98;reftime:>=2008´ > file1.grib
To configure a dataset interactively:
$ arki-config datasets/name
To dispatch grib messages into datasets:
$ arki-mergeconf datasets/* >
allowed-datasets$ arki-scan --dispatch=allowed-datasets file.grib >
dispatched.md
To query:
$ arki-query ´origin:GRIB1,98;reftime:>=2008´ datasets/*
--data > output.grib
To get a preview of the results without performing the query:
$ arki-query ´origin:GRIB1,98;reftime:>=2008´ datasets/*
--summary --yaml --annotate
To export some datasets for remote access:
$ arki-mergeconf datasets/* > datasets.conf$ arki-server --port=8080 datasets.conf
To query a remote dataset:
$ arki-mergeconf http://host.name >
datasets.conf$ arki-query ´origin:GRIB1,98;reftime:>=2008´
datasets.conf --data
Free software with contribute of Arpa-SIM
Anno pubblicazione 2008
Materia: Meteo e clima
Tipologia: Tecnico/istituzionali