alexander-petkov / wfas

A placeholder for the WFAS project.
4 stars 1 forks source link

Add FIRMS active fire data to Geoserver #26

Open alexander-petkov opened 4 years ago

alexander-petkov commented 4 years ago

Add FIRMS (active fire data to Geoserver. https://firms.modaps.eosdis.nasa.gov/ Might be a possibility to cascade these layers, since there is a way to get this data wia WMS: https://firms.modaps.eosdis.nasa.gov/web-services/

alexander-petkov commented 4 years ago

I an configuring Active fires data from FIRMS as a cascading WMS data source.

There are quite a few active fire layers available:

Screenshot from 2020-06-29 12-50-27

I will start with the top one for now

alexander-petkov commented 4 years ago

I added firms_modis_24 as a cascaded layer

Screenshot from 2020-06-29 13-29-34

Example map request: http://aws.wfas.net/geoserver/firms/wms?service=WMS&version=1.1.1&request=GetMap&layers=firms%3Afires_modis_24&bbox=-180.0%2C-90.0%2C180.0%2C90.0&width=768&height=384&srs=EPSG%3A4326&format=application/openlayers

Do we need the actual active fires data, or is this for display only?

wmjolly commented 4 years ago

Can we do a VRT or a Layer Group for all MODIS data somehow or all 24 hour summaries?

On Mon, Jun 29, 2020 at 1:31 PM alexander-petkov notifications@github.com wrote:

I added firms_modis_24 as a cascaded layer

[image: Screenshot from 2020-06-29 13-29-34] https://user-images.githubusercontent.com/39599557/86047740-9e834b80-ba0c-11ea-9657-a83dcc5ae549.png

Do we need the actual active fires data, or is this for display only?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexander-petkov/wfas/issues/26#issuecomment-651315438, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4G3D6CYHEUJKP7DAI4QGLRZDTYTANCNFSM4NSZGOZA .

alexander-petkov commented 4 years ago

Can we do a VRT or a Layer Group for all MODIS data somehow or all 24 hour summaries?

It is possible--I grouped MODIS and VIIRS fires for the past 24 hours together as a layer group: http://aws.wfas.net/geoserver/firms/wms?service=WMS&version=1.1.0&request=GetMap&layers=firms%3Afirms_active_fires_24&bbox=-180.0%2C12.0%2C-48.0%2C72.0&width=768&height=349&srs=EPSG%3A4326&format=application/openlayers