Usage¶
To use maeson in a project:
Installation¶
To install or upgrade the maeson
package, uncomment and run:
1 |
|
Quickstart with SceneBuilder¶
The maeson.gistory.SceneBuilder
provides an interactive presentation interface for geographic data, accommodating all expertise levels. It supports GeoJSON vectors, raster files, images, videos, and Google Earth Engine datasets.
1 2 3 4 5 6 7 8 9 10 11 |
|
Example Layers¶
Use the following URLs and values to explore different layer types:
1. Raster Layer¶
- URL/Path:
https://github.com/opengeos/datasets/releases/download/samgeo/tree_image.tif
2. Vector Layer¶
- URL/Path:
https://github.com/opengeos/datasets/releases/download/vector/TN_Counties.geojson
3. Image Layer¶
- URL/Path:
https://i.imgur.com/06Q1fSz.png
- Bounds:
((13, -130), (32, -100))
4. Video Layer¶
- URL/Path:
https://github.com/opengeos/datasets/releases/download/videos/aral_sea_blended.mp4
- Status: Currently broken; bounds slider will populate but video may not render.
5. Google Earth Engine Layers¶
Open the code editor (E) and uncomment the desired block, then click Preview.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|
With these steps, you can quickly spin up interactive geographic presentations using maeson
and SceneBuilder
.