Nav Icon

Back Arrow Postholer.Com
Resource for Hikers

Login/Register
Log in or register for full access to site features & free downloads

Printed Maps & App
Stay found. Stay informead. Our premium printed topographic maps and matching app for a once in a lifetime adventure

OnLine Data Books
Free online data books for your favorite trail, distances, elevation, climate, way points, terrain & fauna

Interactive Maps
GPS aware interactive maps, your location, topo, hybrid, satellite, trail track, way points, road, weather/snow overlays

Active Fires & Smoke
Know before you go! Get the lastest active fire & smoke information for your favorite trail

Snow Conditions
Get the lastest snow conditions for your favorite trail. Quantity, coverage, SNODAS, MODIS, historical and multi-year comparisons

Trip Planners
Create an extensive hike plan easily configurable to your hiking style. Distances, days, resupply, access points, etc

Gear Builder
Create your own fully customizable gear list with weight, pricing and divisable by section.

Trail Animals
Exhaustive resource for species ranges along your favorite trail. Includes amphibians, birds, mammals and reptiles.

Complete Gear Lists
Hundreds of complete gear lists by those that walked the walk.

Elevations Profiles
The big picture. Single elevation profile of your favorite trail.

Journal Tools
Search for a journal, create a journal, add/edit an entry, configure your journal, EMail updates, integrated interactve trail map, PLB locations and more

Wall Maps
Print out your favorite trail to 6 feet high. Elevation chart and resupply locations.

Postholer Forum
Source for trail and site information or just talk about your favorite trail

About
Where it all begins.

Project GIS Documentation

This document provides information and examples for Project GIS and will be in constant flux as new features are added. Any suggestions or feature requests can be made in the Project GIS forum.

Hint: Click on the layer name to see a sample of that layer.

Notes: Text layers return a maximum of 5,000 features. Image layers cannot take longer than 8 seconds to process. An error will be returned in each case. View documentation for each feature for any additional limitations.

In the example below you'll see the non-standard 'reflect' service used extensively. Using WMS or WFS is fine also. Read more about the reflect service and why it's used.

Become a Patron

Data Sources

The following section will be of greatest interest to you and is where most of our efforts will be focused. Additions will be frequent and many. Features here require processing data into the database followed by writing often simple, often complex SQL queries that are fast and resource friendly. See what's new.

(WMS) PNG, JPEG images:
climate, countylabels, countylines, covid, covidUrbanBoth, covidUrbanConfirmed, covidUrbanDeaths, covidlabels, findNearest, fire, mileMarker, ndfdTemps, nedbbox, nlcd, pad, padLabels, sentinel, snowcover8dayLatest, stateLines, sweByMile, sweLatest, trace, trailbbox, trlclimate, wptByTrailType

(WFS) CSV, JSON text:
allfireslabels, countylabels, covidlabels, currentfirelabels, findNearest, mileMarker, padLabels, ptClimate, ptFire, ptFlowline, ptTrees, ptWaterbody, sweByMile, tracePts, trailbbox, trlclimate, wptByTrailType

Parameters: parameters to pass on to a layer. Each layer has its own (or none) parameters.

(WMS) PNG, JPEG images

Layer: climate
Description: June Minimum Temperatures
parameters: climonth,clitype
Source: prism.oregonstate.edu
Returns: image
Notes: &format can be image/png or image/jpeg. Min/max temps are available from March through October, ie, 03 to 10. Replace the 2 digit numeric month in the example to see those months. Temperature legend can be found here.
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=climate,trace
   &trail_id=2
   &ids=1,3
   &climonth=06
   &clitype=tmin
   &trail_id=2
   &ids=1,3
   &height=400
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: countylabels
Description: County labels
parameters:
Source: tigerlines
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=stateLines,countyLines,trace,countylabels
   &trail_id=1
   &height=550
   &t_srs=EPSG:900913
   &bbox=-118.94,32.4,-115.76,34.97
   &format=image/png

Layer: countylines
Description: County lines
parameters:
Source: tigerlines
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=stateLines,countyLines,trace,countylabels
   &trail_id=1
   &height=550
   &t_srs=EPSG:900913
   &bbox=-118.94,32.4,-115.76,34.97
   &format=image/png

Layer: covid
Description: COVID-19 combined confirmed cases/deaths, updated daily.
parameters: covidtype,coviddate
Source: usafacts.org, postholer.com
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=covid,stateLines
   &covidtype=confirmed,deaths
   &height=400
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: covidUrbanBoth
Description: COVID-19, both confirmed cases/deaths with county level data mapped to urban areas of all densities.
parameters:
Source: usafacts.org, mrlc.gov, postholer.com
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=covidUrbanBoth,stateLines,countyLines,trace,covidlabels
   &covidtype=confirmed,deaths
   &trail_id=3
   &height=550
   &t_srs=EPSG:900913
   &bbox=-84.62,34.44,-81.17,36.37
   &format=image/png

Layer: covidUrbanConfirmed
Description: COVID-19 confirmed cases with county level data mapped to urban areas of all densities.
parameters:
Source: usafacts.org, mrlc.gov, postholer.com
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=covidUrbanConfirmed,stateLines,countyLines,trace,covidlabels
   &covidtype=confirmed
   &trail_id=1
   &height=550
   &t_srs=EPSG:900913
   &bbox=-118.94,32.64,-115.76,34.97
   &format=image/png

Layer: covidUrbanDeaths
Description: COVID-19 deaths with county level data mapped to urban areas of all densities.
parameters:
Source: usafacts.org, mrlc.gov, postholer.com
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=covidUrbanDeaths,stateLines,countyLines,trace,covidlabels
   &covidtype=deaths
   &trail_id=1
   &height=550
   &t_srs=EPSG:900913
   &bbox=-118.94,32.64,-115.76,34.97
   &format=image/png

Layer: covidlabels
Description: COVID-19 labels for layer covid.
parameters:
Source: usafacts.org, postholer.com
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=covid,stateLines,covidlabels
   &covidtype=confirmed,deaths
   &height=400
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: findNearest
Description: Using your lat/lon find the nearest point to the trail
parameters: findNearest
Source:
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=stateLines,trace,mileMarker,findNearest
   &trail_id=2
   &t_srs=EPSG:900913
   &bbox=-126,30,-94,50
   &lat=41.752832
   &lon=-124.194178

Layer: fire
Description: Fire perimeters by year.
parameters: minyear,maxyear
Source: nifc.gov
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=allfires,stateLines,countyLines,trace,allfireslabels
   &minyear=2010
   &maxyear=2020
   &height=550
   &t_srs=EPSG:900913
   &bbox=-118.94,32.4,-115.76,34.97
   &format=image/png

Layer: mileMarker
Description: Return image with mile markers for trail_id, between startmile and endmile, each mile.
parameters: trail_id,startmile,endmile
Source: prism.oregonstate.edu
Returns: image
Notes: &format can be image/png or image/jpeg. Mile marker divisor is dependent on map scale, ie, less than 10M 100 mile increments. less than 40K 1 mile increments. Use startmile and endmile, default is bounding box.
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=trace,mileMarker
   &trail_id=4
   &ids=1
   &height=400
   &t_srs=EPSG:900913
   &bbox=-119.8,36.4,-118,38
   &format=image/png

Layer: ndfdTemps
Description: Day 1-3 Min/Max Temps
parameters: temptype, tempday
Source: noaa.gov
Returns: image
Notes: Day 1-3 min/max temps. Layer is temps13. &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=temps13,trace
   &temptype=mint
   &tempday=1
   &trail_id=2
   &ids=1,3,18
   &types=150
   &height=400
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: nedbbox
Description: NED tifs in db
parameters:
Source: usgs.gov
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=stateLines,nedbbox
   &width=4000
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: nlcd
Description: National Land Cover Data Set
parameters: none
Source: mrlc.gov
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=nlcd,trace
   &trail_id=2
   &ids=1,3,18
   &height=400
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: pad
Description: Protected Areas Database (PAD) boundaries by trail and area type.
parameters: trail_id,padtype
Source: usgs.gov
Returns: image
Notes: &format can be image/png or image/jpeg, padtype can be one or more types separated by commas, no spaces.
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=pad,stateLines,trace
   &padtype=designation,proclamation
   &trail_id=4
   &ids=1
   &height=400
   &t_srs=EPSG:900913
   &bbox=-119.8,36.4,-118,38
   &format=image/png

Layer: padLabels
Description: Protected Areas Database (PAD) labels by trail and area type.
parameters: trail_id,padtype
Source: usgs.gov
Returns: image
Notes: &format can be image/png or image/jpeg, padtype can be one or more types separated by commas, no spaces.
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=pad,stateLines,padLabels,trace
   &padtype=designation,proclamation
   &trail_id=4
   &ids=1
   &height=400
   &t_srs=EPSG:900913
   &bbox=-119.8,36.4,-118,38
   &format=image/png

Layer: sentinel
Description: Sentinel-2 Snow Cover
parameters: none
Source: Copernicus.eu
Returns: image
Notes: Sentinel-2 snow cover at 20m resolution (~65 feet). Valid layers are sierrascl and sanjuansscl. More to be added. Updates ~3 days with the SNODAS data through Nov-Jul. This is still being tweaked, so changes are imminent. &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=sierrascl,trace
   &trail_id=4
   &ids=1
   &height=400
   &t_srs=EPSG:900913
   &bbox=-119.8,36.4,-118,38
   &format=image/png

Layer: snowcover8dayLatest
Description: MODIS 8 Day Snow Cover, updates ~8 days, November 1st to July 28th.
parameters: none
Source: nsidc.org
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=snowcover8dayLatest,sweLatest,trace,wptByTrailType
   &trail_id=4
   &ids=1
   &startmile=0
   &endmile=230
   &height=400
   &t_srs=EPSG:900913
   &bbox=-119.8,36.4,-118,38
   &format=image/png

Layer: stateLines
Description: low resolution state lines to use on small scale map
parameters: none
Source: tigerlines
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=stateLines
   &height=400
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: sweByMile
Description: Return image with SWE for trail_id, between startmile and endmile, for date, each half mile.
parameters: trail_id,startmile,endmile,date
Source: nsidc.org, postholer.com
Returns: image
Notes: &format can be image/png or image/jpeg. Omit date or use zero for most current data. SWE is dependent on map scale, ie, less than 10M 100 mile increments. less than 40K 1 mile increments. Use startmile and endmile, default is bounding box.
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=trace,mileMarker,sweByMile
   &trail_id=4
   &ids=1
   &date=20170401
   &height=400
   &t_srs=EPSG:900913
   &bbox=-119.8,36.4,-118,38
   &format=image/png

Layer: sweLatest
Description: Latest SNODAS SWE, updates on days and months
parameters: none
Source: nsidc.org
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=sweLatest,stateLines
   &height=400
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: trace
Description: One or more trail traces to display, default is ids:1
parameters: trail_id,ids,primary_trail_color,secondary_trail_color
Source: postholer.com
Returns: image
Notes: &format can be image/png or image/jpeg, trail colors are 6 place rgb hex values without the #, ie green, 00cc00
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=stateLines,trace
   &trail_id=2
   &ids=1,3
   &primary_trail_color=00cc00
   &secondary_trail_color=ffd400
   &height=400
   &t_srs=EPSG:900913
   &bbox=-126,24,-66,50
   &format=image/png

Layer: trailbbox
Description: Trail bounding box
parameters: trail_id,buffer
Source:
Returns: image
Notes: &format can be image/png or image/jpeg
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=stateLines,trailbbox,trace
   &trail_id=17
   &buffer=.5
   &width=900
   &t_srs=EPSG:900913
   &bbox=-87.40,25.36,-80.11,31.50
   &format=image/png

Layer: trlclimate
Description: Return climate min/max temps for month, trail_id, C or F (&si=1 or 0), between startmile/endmile or bounding box, each 0.1 mile.
parameters: trail_id,month,startmile,endmile,si
Source: prism.oregonstate.edu
Returns: image
Notes: &format can be image/png or image/jpeg. Use startmile and endmile, default is bounding box.
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=trace,trlclimate
   &trail_id=4
   &ids=1
   &month=4
   &si=0
   &height=400
   &t_srs=EPSG:900913
   &bbox=-119.8,36.4,-118,38
   &format=image/png

Layer: wptByTrailType
Description: Display one or more way point types for a given trail between startmile and endmile.
parameters: trail_id,ids,types,startmile,endmile
Source: postholer.com, data.fs.usda.gov, usgs.gov, nhd.usgs.gov, census.gov
Returns: image
Notes: &format can be image/png or image/jpeg. Use startmile and endmile, default is bounding box.
Example:

 http://gis.postholer.com/services/reflect?
   service=WMS
   &layers=stateLines,trace,wptByTrailType
   &trail_id=4
   &ids=1
   &types=1,112
   &height=400
   &t_srs=EPSG:900913
   &bbox=-119.8,36.4,-118,38
   &format=image/png

(WFS) CSV, JSON text

Layer: allfireslabels
Description: Labels for fire perimeters.
parameters: minyear,maxyear
Source: nifc.gov
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=allfireslabels
   &srs=EPSG:4269
   &minyear=2017
   &maxyear=2020
   &outputformat=text/csv

Layer: countylabels
Description: Labels for counties.
parameters:
Source: tigerlines
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=countylabels
   &srs=EPSG:4269
   &outputformat=text/csv

Layer: covidlabels
Description: Get count of confirmed cases and/or deaths by county, with county name and centroid point geometry.
parameters: coviddate,covidtype
Source: postholer.com
Returns: text
Notes: covidtype is confirmed or deaths, the default is both. &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=covidlabels
   &srs=EPSG:4269
   &bbox=-126,24,-66,50
   &outputformat=text/csv

Layer: currentfirelabels
Description: Labels for current year fire perimeters.
parameters: trail_id
Source: usgs.gov
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=currentfirelabels
   &srs=EPSG:4269
   &trail_id=1
   &outputformat=text/csv

Layer: findNearest
Description: Using your lat/lon find the nearest point to the trail
parameters: trail_id,lat,lon
Source:
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=findNearest
   &trail_id=1
   &srs=EPSG:4269
   &lat=41.762278
   &lon=-124.251570
   &outputformat=text/csv

Layer: mileMarker
Description: Get mile, lat, lon, elev(m) in 1 mile increments.
parameters: trail_id,startmile,endmile
Source: postholer.com
Returns: text
Notes: startmile/endmile takes precedence over bbox. &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=mileMarker
   &trail_id=1
   &srs=EPSG:4269
   &bbox=-119.8,36.4,-118,38
   &outputformat=text/csv

Layer: padLabels
Description: Labels for Protected Areas Database.
parameters: trail_id,padtype
Source: postholer.com
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=padLabels
   &srs=EPSG:4269
   &trail_id=4
   &bbox=-119.8,36.4,-118,38
   &outputformat=text/csv

Layer: ptClimate
Description: Get temp min, max, mean and precipitation for each month at lat/lon
parameters: lat,lon,tol
Source: prism.oregonstate.edu
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=ptClimate
   &srs=EPSG:4269
   &lat=43.806454
   &lon=-122.081023
   &tol=.01
   &outputformat=text/csv

Layer: ptFire
Description: nearby historical fire perimeters within tolerance of lat/lon, max tol = .01
parameters: lat,lon,tol
Source: usgs.gov
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=ptFire
   &srs=EPSG:4269
   &lat=34.270788
   &lon=-117.434472
   &tol=.01
   &outputformat=text/csv

Layer: ptFlowline
Description: get nearest point on all flow lines within tolerance of lat/lon, max tol = .01
parameters: lat,lon,tol
Source: usgs.gov
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=ptFlowline
   &srs=EPSG:4269
   &lat=43.806454
   &lon=-122.081023
   &tol=.01
   &outputformat=text/csv

Layer: ptTrees
Description: Tree types within tolerance of lat/lon, max tol = .01
parameters: lat,lon,tol
Source: usgs.gov
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=ptTrees
   &srs=EPSG:4269
   &lat=34.270788
   &lon=-117.434472
   &tol=.01
   &outputformat=text/csv

Layer: ptWaterbody
Description: get nearest point on waterbodies perimeter within tolerance of lat/lon, where max tol = .01
parameters: lat,lon,tol
Source: usgs.gov
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=ptWaterbody
   &srs=EPSG:4269
   &lat=43.806454
   &lon=-122.081023
   &tol=.01
   &outputformat=text/csv

Layer: sweByMile
Description: Get SWE by mile in 0.5 mile increments, for trail_id, between startmile and endmile, for date. Date must be valid snow days and snow months.
parameters: trail_id,date,startmile,endmile
Source: nsidc.org, postholer.com
Returns: text
Notes: startmile/endmile takes precedence over bbox. Omit date or use zere for most current data. SWE is dependent on map scale, ie, > 10M 100 mile increments. Less than 40K 1 mile increments. &outputFormat can be text/csv or application/json
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=sweByMile
   &trail_id=4
   &date=20170401
   &srs=EPSG:4269
   &bbox=-119.8,36.4,-118,38
   &outputformat=text/csv

Layer: tracePts
Description: Trail trace for given trail between startmile and endmile returning geometry, mile, km, elev in .1 mile increments with a resolution of .0001 degrees.
parameters: trail_id,startmile,endmile
Source: postholer.com
Returns: text
Notes: &outputFormat can be: text/csv, application/json. Returned coordinates are decimal degrees and degraded to 3 decimal places. Best distance resolution is 1/10 of a mile. Maximum number of points returned is 5,000. startmile/endmile takes precedence over bbox.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=tracePts
   &trail_id=1
   &srs=EPSG:4269
   &bbox=-119.8,36.4,-118,38
   &outputformat=text/csv

Layer: trailbbox
Description: trailbbox.
parameters: trail_id,buffer
Source:
Returns: text
Notes: &outputFormat can be: text/csv or application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=trailbbox
   &trail_id=54
   &buffer=0.5
   &srs=EPSG:4269
   &outputformat=text/csv

Layer: trlclimate
Description: Return climate for month, trail_id, SI and Us, between startmile/endmile or bounding box, each 0.1 mile.
parameters: trail_id,month,startmile,endmile
Source: prism.oregonstate.edu
Returns: text
Notes: startmile/endmile takes precedence over bbox. &outputFormat can be: text/csv, application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=trlclimate
   &trail_id=1
   &month=4
   &srs=EPSG:4269
   &bbox=-119.8,36.4,-118,38
   &outputformat=text/csv

Layer: wptByTrailType
Description: Display one or more way point types for a given trail between startmile and endmile.
parameters: trail_id,types,startmile,endmile
Source: postholer.com
Returns: text
Notes: default types = 1. startmile/endmile takes precedence over bbox. &outputFormat can be: text/csv, application/json.
Example:

 http://gis.postholer.com/services/reflect?
   service=WFS
   &typename=wptByTrailType
   &trail_id=1
   &types=1,112
   &srs=EPSG:4269
   &bbox=-119.8,36.4,-118,38
   &outputformat=text/csv

Parameter Definitions

buffer: buffer bounding box by degrees
climonth: Used for climate data. March through October, valid values: 3,4,5,6,7,8,9,10
clitype: Used for climate data. valid values: tmin,tmax,tmean
coviddate: Date of COVID-19 cases to show in format YYYYMMDD . Default is most current.
covidtype: Type of COVID-19 cases to show. Valid values: confirmed and/or deaths. Default is confirmed.
date: Date in the form YYYYMMDD
days, day: Used for snow data. Use zero for all. Valid days are: 1,4,7,10,13,16,19,22,25,28
endmile: Mile to end data set.
fireyear: Year from 2000 to current, format YYYY
latitude: latitude
longitude: longitude
maxelev: max elevation in METERS, default is 50000
maxyear: maximum year
minelev: min elevation in METERS, default is -500
minyear: minimum year
months: Use zero for all. Valid months are: 11,12,1,2,3,4,5,6,7 for snow data, otherwise all months are valid.
padtype: Protected Areas Database boundary types
startmile: Mile to begin data set.
tempday: Used for ndfdTemps data. valid values: 1,2,3
temptype: Used for ndfd data. valid values: mint,maxt
tol: within tolerance, usually degrees, ie, .01
trail_id, ids: trail trace to show. ids used in conjuction with trail_id often means add these additional trails.
types: Way point types. These can be single or combined, ie, 1,112,150
years, year: Used for snow data. Use zero for all. Valid years are: 2003 to current

Change Log

July 21, 2020: Added WFS layer ptTrees, get tree types within tolerance of lat/lon.

July 9, 2020: Added WFS layer ptFire, get nearest point on historical fire perimeters within tolerance of lat/lon.

July 5, 2020: Added WFS layer ptFlowline, get nearest point on flowlines within tolerance of lat/lon.

July 5, 2020: Added WFS layer ptClimate, get temp min, max, mean and precip for each month at lat/lon.

July 4, 2020: Added WFS layer ptWaterbody, get nearest point on waterbody perimeters within tolerance of lat/lon.

May 24, 2020: fixed primary, secondary color scheme for feature trace.

May 8, 2020: Added clickable trace to google maps using findNearest feature.

April 26, 2020: Added WMS/WFS layers findNearest.

April 13, 2020: Added WMS/WFS layers trailbbox.

April 12, 2020: Added WMS layer nedbbox for available NED GeoTiffs in db.

April 11, 2020: Added WMS layer countyLines.

April 11, 2020: Added WFS/WMS layer countylabels.

April 11, 2020: Added WFS for layers firelabels, currentfirelabels.

April 11, 2020: Added WMS for layers fire, currentfire.

April 6, 2020: Added WFS/WMS PAD labels.

April 3, 2020: Added COVID-19 county level data mapped to urban areas for all densities. Confirmed, deaths, and both together.

March 25, 2020: Added COVID-19 covidlabels confirmed cases/deaths county aggregate point labels layer.

March 25, 2020: Added COVID-19 covid confirmed cases/deaths county polygon layers.

March 23, 2020: Added COVID-19 daily data updates and created relevant page.

March 20, 2020: Completed transition to MapServer.

March 2, 2020: Where have I been? No updates? Yes. The last 5 weeks has been spent creating a MapServer install and duplicating everything currectly served by geoserver. The idea at the moment, is to do away with geoserver. Stay tuned.

Jan 22, 2020: Removed srfTemps, use ndfdTemps Day 1-3 temps.

Jan 22, 2020: Added mileMarker. Get lat, lon, elev(m), mile in 1 mile increments.

Jan 17, 2020: Added ndfdTemps. Min/Max temps for Days 1-3.

Jan 9, 2020: Added sweByMile. SWE by trail, date, mile range.

Jan 5, 2020: Created Sentinel-2 20m snow cover. This was a bit of work. Still in development phase, addtional changes are imminent.

Dec 26, 2019: Created legend for SNODAS/MODIS images, finally.

Dec 20, 2019: Added srfTemps, latest surface temps for CONUS. Deprecated, use ndfdTemps Day 1-3 temps.

Dec 20, 2019: Added globalir, latest global infra-red.

Dec 20, 2019: Added wxwatches, latest weather watches.

Dec 17, 2019: Added trailAscDsc, total ascent/descent, min/max elev for trail and mile range.

Dec 15, 2019: Added climateByTrailMonthMile which is climate by month(s) for trail and mile range.

Dec 11, 2019: Added data sources to documentation.

Dec 6, 2019: Climate temp min/max heat maps are now available from March through October. See climin04 for an example.

Dec 6, 2019: Created climate temperature legend for climate images.

Dec 4, 2019: Added climin04 and climax08 which are temperature heat maps, min/max values for April/August.

Dec 3, 2019: Added SWE rank by season, example Ranking

Dec 3, 2019: Added National Land Cover Data (NLCD), example NLCD

Dec 3, 2019: Initial release of Project GIS

Postholer.Com © 2005-2024 - Sitemap - W3C - @postholer - GIS Portfolio