USGS-WiM / stnservices-django

Other
0 stars 0 forks source link

add network name ID property to StateSites endpoint #4

Open lprivette opened 4 years ago

lprivette commented 4 years ago

add network name IDs to web services output for STN sites by state. It would help a lot if the output from https://stn.wim.usgs.gov/STNServices/Documentation/Site/StateSites included the network name IDs.

aaronstephenson commented 2 years ago

This can be done by including this field as a reference to network in the site serializer, as opposed to permanently adding it to the site model.