2
2
3
3
A simple viewer component for [ xcube] ( https://xcube.readthedocs.io/ ) .
4
4
5
- ![ xcube-viewer] ( ./doc/xcube-viewer.jpg )
5
+ ![ xcube-viewer] ( ./doc/xcube-viewer.png )
6
6
7
7
## Run it
8
8
9
9
Note, there is no need to install xcube Viewer on its own.
10
- It is bundled with the [ xcube] ( https://github.com/dcs4cop /xcube )
10
+ It is bundled with the [ xcube] ( https://github.com/xcube-dev /xcube )
11
11
Python package since version 1.0. Just run
12
12
``` bash
13
13
xcube serve -c server-config.yaml
@@ -17,14 +17,14 @@ hence http://127.0.0.1/viewer, when run without URL prefix.
17
17
18
18
For development or for independent deployment, please read ahead to
19
19
20
- 1 . install [ xcube] ( https://github.com/dcs4cop /xcube ) and run server in demo mode;
20
+ 1 . install [ xcube] ( https://github.com/xcube-dev /xcube ) and run server in demo mode;
21
21
2 . install and start ` xcube-viewer ` with demo configuration.
22
22
23
23
### Install ` xcube ` in development mode
24
24
25
25
` xcube ` one-time install:
26
26
27
- $ git clone https://github.com/dcs4cop /xcube.git
27
+ $ git clone https://github.com/xcube-dev /xcube.git
28
28
$ cd xcube
29
29
$ conda env create
30
30
$ conda activate xcube
@@ -45,7 +45,7 @@ If errors occur, you may need to update the environment:
45
45
46
46
Checkout ` xcube-viewer ` sources:
47
47
48
- $ git clone https://github.com/dcs4cop /xcube-viewer.git
48
+ $ git clone https://github.com/xcube-dev /xcube-viewer.git
49
49
$ cd xcube-viewer
50
50
$ npm install
51
51
$ npm run dev
@@ -127,8 +127,8 @@ and use its properties in components
127
127
## More
128
128
129
129
* [User Guide](https://xcube.readthedocs.io/en/latest/viewer.html#)
130
- * [Planned Enhancements](https://github.com/dcs4cop /xcube-viewer/labels/enhancement)
131
- * [Known Issues](https://github.com/dcs4cop /xcube-viewer/labels/bug)
130
+ * [Planned Enhancements](https://github.com/xcube-dev /xcube-viewer/labels/enhancement)
131
+ * [Known Issues](https://github.com/xcube-dev /xcube-viewer/labels/bug)
132
132
133
133
---
134
134
0 commit comments