Chart in TerriaJS #7600
Replies: 2 comments
-
Hi @ferdiansyagz, sorry it took long to respond to this. Unfortunately, terriajs currently only supports the line chart in feature info panel. You could achieve this visualisation by converting the data to a CSV or JSON and then load it. Here is how it can look To load it, you need to provide geojson/CSV or some other vector data source with point data and a service that can return measurement data in CSV format for each location. Something like this
Here is the share link for one point http://ci.terria.io/main/#share=s-2kVA3H9WQM6VhuHLDx2QFSi8Jp8&clean&https://gist.githubusercontent.com/zoran995/a9714ede0b0faef8339e89e3d937a1f7/raw/3dfeb9a4b413bdb10c72bd231d83fe5d1001532d/issue-7510-catalog.json |
Beta Was this translation helpful? Give feedback.
-
What about if I want to use a dataset with netCDF format? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a chart from my InSAR time series data linked to coordinate data. When I click on specific spatial data, whether raster or vector, I want to display a chart showing cumulative displacement, similar to the one in the image above.
How can I make this use TerriaJS as a front-end? what back-end can i use for make this project?
or even maybe i can make this without back-end and just use TerriaJS?
Beta Was this translation helpful? Give feedback.
All reactions