You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terrai-gbif/README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,23 @@ The geoTiff files have been previously modeled and generated by algorithms menti
24
24
25
25
#### Optional Prerequisites
26
26
27
-
Do the following steps if you will want to run the GeoServer map server and WMS itself in your local PC or an external online server. For more information, see GeoServer's [installation](http://docs.geoserver.org/stable/en/user/installation/win_installer.html) instructions.
27
+
Do the following steps if you will want to run the GeoServer map server and WMS itself in your local PC or an external online server. GeoServer has various installation methods for different OS platforms in this [link](http://docs.geoserver.org/stable/en/user/installation/win_installer.html) instructions.
28
+
29
+
(GeoServer + Apache Tomcat 8.5)
30
+
31
+
For this project, we installed GeoServer with Apache Tomcat. More of its installation methods can be read from [here](https://geoserver.geo-solutions.it/edu/en/install_run/gs_install.html).
28
32
29
33
1. Install [GeoServer](http://geoserver.org/) locally in your machine or in your online server.
34
+
30
35
2. Create a workspace in GeoServer named `terrai-gbif`.
31
36
- Type the following for the *Namespace URI:* <br>`<PROJECT_NAME>.azurewebsites.net/geoserver/terrai-gbif`
32
37
- Check the *Set as Default Workspace* checkbox
38
+
33
39
3. Upload GeoServer styles for rasters from `sld-styles`, using their filenames as names for the styles themselves. Use the `terrai-gbif` for workspace.
34
40
- terrai-base.sld
35
41
- terrai-species.sld
36
42
- terra-add.sld
43
+
37
44
4. Upload the Geotiff files as **GeoTIFF Data Store**. For more information, see [Creating Geotiff Data Stores](https://geoserver.geo-solutions.it/edu/en/adding_data/add_geotiff.html).
38
45
39
46
- Upload the GeoTiff files via FTP to <br> `/site/wwwroot/bin/apache-tomcat-8.5.24/webapps/geoserver/data/data/raster/`
@@ -55,7 +62,13 @@ Do the following steps if you will want to run the GeoServer map server and WMS
55
62
podocarpus_salignus.tif
56
63
prumnopitys_andina.tif => p_andina.tif
57
64
58
-
5. Change the following lines from `js/map.js`to enable reading rasters from the local GeoServer. Change `ONLINE: true` to `ONLINE: false`:
65
+
5. Apply the uploaded *.sld styles* to the GeoTiffs. This can be accessed by setting the **Default Style** in the _**Publishing**_ tab. Detailed instructions can be read in the [publishing tutorial](http://docs.geoserver.org/latest/en/user/gettingstarted/shapefile-quickstart/index.html) tutorial. Set the following sld styles to their corresponding GeoTiffs:
<metaname="description" content="Here we present a methodology and a prototype tool powered by machine learning algorithms that allows for near real time threat (and loss) monitoring of vulnerable plant species, using open data (ground-truthed and remotely sensed). Improvements in machine learning algorithms and access to high quality remotely sensed data (top down) has enabled “remote” monitoring of the earth’s status. The applicability of insights obtained can be further improved by incorporating ground truthed (bottom up) data. The proposed tool leverages upon the ease at which one can access GBIF’s high quality spatialized data in a standardized format at scale, further augments this with remote sensing data and machine learning algorithms in order to monitor threat status of plant species. This tool mashes multiple datasets, merges geospatial layers, to generate new insights, and provides a new use case of open data, further supporting the call for FAIR (Findable, Accessible, Interoperable and Reusable) data. Biodiversity monitoring is central to Sustainable Development Agenda, we propose to use this case-study as an example to promote spatialization and FAIR access of national biodiversity records currently held by various government agencies.">
0 commit comments