catalunya

package
v1.28.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Descriptor = &core.ScriptDescriptor{
	Name:        "catalunya",
	Description: "Catalan Water Agency",
	Mode:        core.AllAtOnce,
	DefaultOptions: func() interface{} {
		return &optionsCatalunya{}
	},
	Factory: func(name string, options interface{}) (core.Script, error) {
		if _, ok := options.(*optionsCatalunya); ok {
			return &scriptCatalunya{
				name:            name,
				gaugesURL:       "http://aca-web.gencat.cat/sdim2/apirest/catalog?componentType=aforament",
				measurementsURL: "http://aca-web.gencat.cat/sdim2/apirest/data/AFORAMENT-EST",
			}, nil
		}
		return nil, fmt.Errorf("failed to cast %T", optionsCatalunya{})
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL