https://github.com/janssenbrm/geotoolkit
🌎 EO dataset visualisation and tools
https://github.com/janssenbrm/geotoolkit
earth-observation geoanalytics geospatial viewer visualisation
Last synced: 3 months ago
JSON representation
🌎 EO dataset visualisation and tools
- Host: GitHub
- URL: https://github.com/janssenbrm/geotoolkit
- Owner: JanssenBrm
- Created: 2018-02-23T18:57:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T14:48:32.000Z (over 3 years ago)
- Last Synced: 2025-01-25T12:25:16.716Z (5 months ago)
- Topics: earth-observation, geoanalytics, geospatial, viewer, visualisation
- Language: TypeScript
- Homepage: https://janssenbrm.github.io/geotoolkit/
- Size: 8.23 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geotoolkit 🌎
 
A EO-dataset viewer with some additional features! The GeoToolkit is Angular based application that supports the visualisation and exploration of Earth Observation datasets.
The viewer supports the following features:
* Visualisation of WM(T)S based sources
* Different background layers
* Calendar support for datasets with a time dimension
* Style selection if applicable
* Visualisation of WMTS tile grid
* Drawing of geometries in different projection systems
* Location based searching## Try it out!
The viewer is currently available at [https://janssenbrm.github.io/geotoolkit/](https://janssenbrm.github.io/geotoolkit/) for testing and demo purposes.
## Configuring your data sources
It is possible to configure a set of predefined data sources. This could be very useful in case you are always working with the same WM(T)S sources.
The different sources can be defined in the `sources.config.ts` file.## Using the code
### Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.