datacache.intellifirenwt.com

Welcome to the IntelliFire Critical GeoJSON Data Caching Service

This service, periodically caches critical data that may be periodically unavailable!

Datasets we are currently caching:

  1. CIFFC DIP Current Year Fires WFS
  2. CWFIS M3 polygons

When you Fetch a resource from this server, it will return data in one of two ways:

  1. HTTP Status 200 - the object returned is live data from the source server
  2. HTTP Status 201 - the object returned is cached data from the source server, and has a root level property

Data URLS are flood protected, you cannot fetch a resource more than once every 5 minutes.B
To get started you can:

  • GET / - Usage: get the root of this site to see this usage page.
  • GET /dipFires returns cached or fresh data from:
    https://geoserver.ciffc.net/geoserver/ciffc/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=ciffc:ytd_fires&cql_filter=field_stage_of_control_status%20%3C%3E%20%27OUT%27&maxFeatures=5000&outputFormat=application%2Fjson
  • GET /m3polys returns cached or fresh data from:
    https://cwfis.cfs.nrcan.gc.ca/geoserver/wfs?service=wfs&version=1.1.0&request=GetFeature&typeName=public%3Am3_polygons_current&maxFeatures=500&outputFormat=application%2Fjson&srsName=EPSG%3A4326