Changes between Version 39 and Version 40 of HaitiGISToDo


Ignore:
Timestamp:
01/22/10 08:44:33 (15 years ago)
Author:
Timothy Caro-Bruce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HaitiGISToDo

    v39 v40  
    102102   * Added image layers from http://hypercube.telascience.org/haiti/uav.html using advanced JS
    103103=== Load GIS data ===
    104    * Polygons for PaP neighborhoods from https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/Forms/AllItems.aspx
    105     * '''Note''' Data from the geoint link is not all in WGS 84 (geographic) -- Departments and Communes files were in [http://www.spatialreference.org/ref/epsg/32618/ EPSG:32618].  For reprojection, see below.
    106     * Administratrive Areas (3 levels)   -- tcarobruce is working on this
    107      * [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_departments01132010.zip Departments]
    108      * [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_communes_01132010.zip Communes]
    109      * [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_sections_01132010.zip Sections]
     104   * Polygons for PaP neighborhoods from https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/Forms/AllItems.aspx 
     105     * '''Projection Issue''' Departments and Communes files are in [http://www.spatialreference.org/ref/epsg/32618/ EPSG:32618]
     106    * Administratrive Areas (3 levels)   -- tcarobruce has a partial solution for this
     107     * Unofficial: [http://tcbxyz.com/haiti/HaitiAdminAreas.zip Departments, Communes, Sections in EPSG:4326]
     108     * Official (with '''projection issue'''): [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_departments01132010.zip Departments], [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_communes_01132010.zip Communes], [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_sections_01132010.zip Sections]
    110109     * Shapefile to WKT (for calculations): {{{ogr2ogr -f CSV haiti_departments Haiti_departementes_edited_01132010.shp -lco GEOMETRY=AS_WKT}}} (OGR 1.6+)
    111110      * '''to reproject''' with ogr2ogr, add source and transformation SRSes: {{{-s_srs EPSG:32618 -t_srs EPSG:4326}}}