Skip to content

Commit 837c232

Browse files
committed
Updated readme information about proper ESA HAPI server registration and use.
1 parent 17710e7 commit 837c232

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pyspedas/projects/kompsat/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ For more information, see:
1212
- [Space Weather Magnetometer Aboard GEO-KOMPSAT-2A](https://link.springer.com/article/10.1007/s11214-020-00742-2)
1313

1414

15+
### Authentication
16+
17+
The ESA HAPI server requires registration.
18+
19+
To use KOMPSAT data from the ESA HAPI server, the user must do the following:
20+
21+
1. The user should register at: https://swe.ssa.esa.int/registration/
22+
2. Then, the user should request an M2M client profile at the OIDC console: https://sso.s2p.esa.int/oidc-console/swe/
23+
3. The user will receive a "Client ID" and a "secret key".
24+
These should replace the temporary values of the variables "client_id" and "client_secret"
25+
in the function get_esa_hapi_connection (file: esa_hapi_data.py).
26+
27+
1528
### Data available
1629

1730
The routines in this module can be used to load real-time and calibrated data from the Service Oriented Spacecraft Magnetometer (SOSMAG),

0 commit comments

Comments
 (0)