within the scope of the Texas Water Development Board’s statutory responsibilities and priorities but, unless specifically noted, does not necessarily reflect official Board positions or decisions. 2
through a TWDB research grant. • Received a grant from USGS Water Use Data and Research Program –Provides grants for the state’s benefit, but also to align with plans for USGS priorities –Develop Water Use GIS Database and Reporting Tools 3
– Water User Groups aligned with political boundaries, such as city limits 4 • 2022 State Water Plan – Water User Groups aligned with water utility service area
boundaries can change annually • Geographically display data related to water systems to the public • Better population estimates and projections for the State Water Plan (Political boundary vs utility boundary) 5
of the Water Use Survey –Submit, edit, or verify water system boundary annually 6 • Public Site –View, create a map, or download a shapefile –Link to other water data reports • Admin Site – Review & maintain boundaries – Provide customer service
• February 2017 – Develop project scope for future reporting functionality • May /Jun 2018 – Internal testing / beta testing • January 2019 – Application open to public with editor functionality 7
Provide a built-in data reporting to access water use, planning data, TWDB loans & projects, socio-economic & demographic information. 8 WUG information ENTITY_NAME 2010 pop 2011 pop 2012 pop 2013 pop 2014 pop 2015 pop 2016 pop GONZALES COUNTY WSC 7,140 7,131 7,200 6,150 6,345 6,350 6,350 Water Use Survey Population
the multipolygon into its parts var polygonPartJson = { "rings": [ring], "spatialReference": evt.graphic.geometry.spatialReference }; var polygonPart = new Polygon(polygonPartJson); //Determine which part the user selected to delete if (GeometryEngine.contains(polygonPart, evt.mapPoint)) { removedPolygon = new Graphic(polygonPart, selectedSymbol, attributes); } else if (polygonPart.isClockwise(ring)) { //isClockwise checks for polygon holes remainingGeometries.push(polygonPart); } else { doughnutGeometries.push(polygonPart); }}); 18