| 63 | |
| 64 | [[BR]] |
| 65 | |
| 66 | === Weekly Report 4 === |
| 67 | |
| 68 | ''' What did you get done this week? ''' |
| 69 | |
| 70 | * Main work was on parsers. OWSLib can handle openDAP, WCS, WMS services [[BR]] |
| 71 | but Thredds catalog may not have them all the time. |
| 72 | * I had made a parser for such Thredds catalog for getting netCDF files. |
| 73 | * Its based on simple xml and had a standard way but since xml parsing has a lot of boundary [[BR]] |
| 74 | conditions to be checked it took most of my time. |
| 75 | * Parser has been made reclusive and it has X levels in a Y sub-level. X and Y both being big numbers. |
| 76 | * I had also modified the gui for import, using a QWizard instead of a single QWidget. |
| 77 | * Apart from that I also tried with some IPython code which can visualize a .nc dataset |
| 78 | * Bounding box selection is still simple and making it interactive was planned for this week. |
| 79 | * But It seems interactive bounding box have less priority after discussing with my mentor |
| 80 | |
| 81 | USGS Thredds which doesn't have any OGC services cannot be queried and no lib exists. [[BR]] |
| 82 | Some gui elements are optional for Thredds without any OGC Service (WMS/WCS/CSW). [[BR]] |
| 83 | |
| 84 | |
| 85 | ''' What do you plan on doing next week? ''' |
| 86 | |
| 87 | * I will continue the work Thredds catalog. |
| 88 | * Now I had two pieces separately. NC viewer(IPython) and data importer. |
| 89 | * I plan to merge both inside PlanetSasha and make that module complete. |
| 90 | |
| 91 | ''' Are you blocked on anything? ''' |
| 92 | * Nothing. But parser making taking a lot of time than expected |