Name | Modified | Size | Downloads / Week |
---|---|---|---|
ReadMe.txt | 2015-06-26 | 1.9 kB | |
RS_Downloader_0.1.2_SourceCode.zip | 2015-06-26 | 13.3 MB | |
RS_Downloader_0.1.2_Executable.zip | 2015-06-26 | 6.6 MB | |
RS_Downloader_0.1.1_SourceCode.zip | 2015-05-26 | 6.2 MB | |
RS_Downloader_0.1.1_Executable.zip | 2015-05-26 | 1.7 MB | |
RS_Downloader_0.1.0_SourceCode.zip | 2015-05-18 | 6.2 MB | |
RS_Downloader_0.1.0_Executable.zip | 2015-05-18 | 1.7 MB | |
Totals: 7 Items | 35.7 MB | 0 |
Remote Sensing Downloader 0.1.2 Copyright (C) 2015 Philipp Gnoyke ######### Changelog ######### ### Version 0.1.2 ### # Instead of choosing between different agencies, you now choose between data pools. # Internal renaming of classes and enums to represent this more direct access structure. # Implemented the option to read shape data using spatialite (*.sqlite) databases through the class "SpatialiteReader.cs". # SpatialiteReader will convert every shape to a collection of PointCollections which can be further converted into different WPF shapes, while maintaining the relative position of each. # Original values are scaled according to the desired display resolution plus a reference point in orginal CRS coordinates of the spatialite file, specifying the extent of the underlying data. # Subsequently reworked the MODIS selection grid to use embedded spatialite databases, which contain a world map and MODIS tiles, instead of the old static picture. # Necessary external libraries (e.g. SQLite, spatialite), are embedded as resources within the assembly using Costura.Fody. ### Version 0.1.1 ### # Implemented threading. The parser now retrieves directories and files asynchronously which greatly improves responsiveness. # Added a browsing animation to indicate that the parser is active. # Added automatic switching to list-mode when searching for tiles and spatial information is unavailable. # The tile list now features an asynchronous search field to filter all tiles by their names. # Added a button to (de-)select all tiles currently filtered. # The tile list has now a display limit of 1024 entries to avoid clutter. Tile filtering and selection works on all tiles, not only on displayed ones. # Added an information icon containing a link to respective datapools. # Various internal code simplifications.