getEstimedNetTransferCapacity: Load Estimed Net Transfer Capacity from ENTSOE

Description Usage Arguments Examples

View source: R/loadNetTransferCapacity.R

Description

getDataOutagesProduction request ensoe API.

Usage

1
2
  getEstimedNetTransferCapacity(entsoeHttp = "https://transparency.entsoe.eu/api?",
  ...)

Arguments

entsoeHttp

character enstoe API defalut : "https://transparency.entsoe.eu/api?"

...

others params

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## Not run: 


##FR-GB
getEstimedNetTransferCapacity(
  securityToken = "3ea2c90d-8ecb-4452-898a-263ea835f498",
  documentType = "A61",
  contract_MarketAgreement.Type = "A01",
  in_Domain = "10YFR-RTE------C",
  out_Domain = "10YGB----------A",
  periodStart = "2018-10-12",
  periodEnd = "2018-10-12")
  
##FR-CH
getEstimedNetTransferCapacity(
  securityToken = "3ea2c90d-8ecb-4452-898a-263ea835f498",
  documentType = "A61",
  contract_MarketAgreement.Type = "A01",
  in_Domain = "10YFR-RTE------C",
  out_Domain = "10YCH-SWISSGRIDZ",
  periodStart = "2018-10-12",
  periodEnd = "2018-10-12")
  
  
##FR-ES
getEstimedNetTransferCapacity(
  securityToken = "3ea2c90d-8ecb-4452-898a-263ea835f498",
  documentType = "A61",
  contract_MarketAgreement.Type = "A01",
  in_Domain = "10YFR-RTE------C",
  out_Domain = "10YES-REE------0",
  periodStart = "2018-10-12",
  periodEnd = "2018-10-12")
  
  
##FR-IT
getEstimedNetTransferCapacity(
  securityToken = "3ea2c90d-8ecb-4452-898a-263ea835f498",
  documentType = "A61",
  contract_MarketAgreement.Type = "A01",
  in_Domain = "10YFR-RTE------C",
  out_Domain = "10Y1001A1001A73I",
  periodStart = "2019-04-03",
  periodEnd = "2019-04-04")
  
  
  

## End(Not run)

rte-antares-rpackage/unavailabilityProductionEntsoe documentation built on May 4, 2019, 7:38 a.m.