Changes between Version 7 and Version 8 of WeekReport


Ignore:
Timestamp:
Jul 8, 2010, 9:23:13 PM (14 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WeekReport

    v7 v8  
    383383
    384384== ==
     385
     386
     387== Report 10  ==
     388
     389
     390
     391this week was a cool and bad week at same time ...
     392
     393cool :
     394
     395- i finally get the base code (not all the tools yet) working in qgis as a python plug-in
     396
     397- added UTM coordinates + zone in the display based on different ellipsoids [1]
     398
     399- working on a function to move the planet "smooth and slow" bettween 2 point
     400  (simply it generate intermediate points along a geodetic lines to connect 2 points)
     401  this work is not finished yet but it is promising [2]
     402
     403- finished the tool to reproject, traslate, rotate a vector (i need to finish the "scale" function)
     404  for now it works on shp file but it can work on all the ogr format.
     405  the reprojection tool is based on 2 set of gcp to solve a last square system (only planimetry)
     406  (you can choose between affine or conforme transformation)
     407
     408- i'm playng with ossimplanet viewer and it's new cool function (efemeridi, cloud, fog, visibility)
     409  i'll add a new grass script to simply  run ossimplanet viewer using presected files ...
     410  here a nice screenshoot :-)
     411  night : http://img517.imageshack.us/img517/1742/immagine6c.png
     412   day :  http://img34.imageshack.us/img34/5783/immagine7l.png
     413
     414
     415what i'll do the next week :
     416
     417- i'll work hard on the qgis side to go ahead about the gsoc code  "porting"
     418- work on the geodetic "smooth-slow" moving bettween 2 positions
     419- working on how to customize the grass vector rendering (point size, line width, colors...)
     420
     421
     422
     423bad things :
     424
     425this week i broken the internal disk of my laptop .. "lucky" it is readable but not writable
     426.. so i had to buy a new one and reinstall *all* my needed sw on it (i know it is a little OT
     427 .. but this issue braked me)
     428
     429
     430best regards and happy summer!
     431
     432Massimo.
     433
     434
     435
     436 i re-used LatLongUTMconversion and pyproy :
     437   [1]  http://code.google.com/p/pyproj/
     438   [2]  http://pygps.org/#LatLongUTMconversion
     439____________________________________________