chryss / pygaarst

Python geospatial analysis and remote sensing tools
MIT License
43 stars 12 forks source link

Several modaps requests may return zero results #11

Closed chryss closed 10 years ago

chryss commented 10 years ago

For the modapsclient requests listSatelliteInstruments, listCollections and listMapProjections, the tags (namespace prefixes) in the response aren't stable. xmlns:ax21 and xmlns:ax:27 have been seen. Instead of hardcoding those, they need to be retrieved from the root node before parsing.