metno / aerovaldb

aerovaldb is the database-interface used in the aeroval-API to send data to aeroval database instances like https://aeroval.met.no . Data is usually provided by PyAerocom.
https://aerovaldb.readthedocs.io
GNU General Public License v3.0
1 stars 1 forks source link

Aerovaldb should validate parameters #55

Closed thorbjoernl closed 3 months ago

thorbjoernl commented 3 months ago

Since aerovaldb uses parameters to fill in path templates it should make sure that only filepath safe characters are used. In addition it should not allow path separator symbols in parameters, as this will cause data to be stored in the wrong location.