Commit 4f88842 1 parent f67b36d commit 4f88842 Copy full SHA for 4f88842
File tree 4 files changed +17
-6
lines changed
4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in version 1.1.0 (in development)
1
+ ## Changes in version 1.1.0
2
2
3
3
* A certain column of an imported CSV table or a property of an imported GeoJSON
4
4
feature collection can now be added to an existing time-series chart, given
Original file line number Diff line number Diff line change 1
- # xcube-viewer
1
+ # xcube Viewer
2
2
3
3
A simple viewer component for [ xcube] ( https://xcube.readthedocs.io/ ) .
4
4
5
5
![ xcube-viewer] ( ./doc/xcube-viewer.jpg )
6
6
7
7
## Run it
8
8
9
- 1 . Install [ xcube] ( https://github.com/dcs4cop/xcube ) and run server in demo mode
10
- 2 . Install and start ` xcube-viewer ` with demo configuration
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 )
11
+ Python package since version 1.0. Just run
12
+ ``` bash
13
+ xcube serve -c server-config.yaml
14
+ ```
15
+ and access the viewer via the server endpoint ` /viewer ` ,
16
+ hence http://127.0.0.1/viewer , when run without URL prefix.
17
+
18
+ For development or for independent deployment, please read ahead to
19
+
20
+ 1 . install [ xcube] ( https://github.com/dcs4cop/xcube ) and run server in demo mode;
21
+ 2 . install and start ` xcube-viewer ` with demo configuration.
11
22
12
23
### ` xcube `
13
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 1.1.0-dev.1 " ,
3
+ "version" : " 1.1.0" ,
4
4
"private" : true ,
5
5
"homepage" : " ." ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 22
22
* SOFTWARE.
23
23
*/
24
24
25
- const version = '1.1.0-dev.1 ' ;
25
+ const version = '1.1.0' ;
26
26
27
27
export default version ;
You can’t perform that action at this time.
0 commit comments