USGS-WiM / StreamStatsServices

StreamStats REST Services
https://streamstats.usgs.gov/streamstatsservices
Other
1 stars 0 forks source link

stormwater.py changed #41

Closed jknewson closed 2 years ago

jknewson commented 5 years ago

Stormwater.py.txt

strmdrnoption = "direct surface contribution only" if directSurfaceContributionOnly else "full delineation"

direct surface contribution only, full delineation, simulated inlet location

        result=netTrace.GetWatershedViaNetTrace(PourPoint,2,fdr.Dataset, strlnk,strlnk,
                                                           cat, adjCat, sink, pipe, strm, hydrJct,
                                                           strmdrnoption, 
                                                           os.path.join(featurePath,datasetName["basin"]),
                                                           os.path.join(featurePath,datasetName["point"]),
                                                           os.path.join(featurePath,datasetName["swda"]))
HansVraga commented 4 years ago

@jknewson was this part of your St. Louis stormdrain work? Can this be closed?

amedenblik commented 2 years ago

This change is now in the jknstormwaterCore and kjstormwater_mrb branches.