Who

Welcome to the New Mexico Water Data Documentation site

What

This site contains information and links on the data services provided by New Mexico Water Data Initiative

Where

This site is maintained and hosted by the New Mexico Water Data Initiative

Why

The purpose of this site is to provide a comprehensive and sensible set of documentation to help guide users in accessing and finding water data

How

This site was developed by the NM WDI Implementation Team
Lets not mess around. Just show me how to retrieve data via the API

Checkout Browser Examples
The following snippet shows how to retrieve Locations associated with NMBGMR in the ST2 service.
    import requests
url = "https://st2.newmexicowaterdata.org/FROST-Server/v1.1/Locations?$filter=properties/agency eq 'NMBGMR'"
resp = requests.get(url)
if resp.status_code==200:
    print(resp.json())
    

Links

API User

Non-API User