Changes between Version 38 and Version 39 of HaitiGISToDo
- Timestamp:
- 01/22/10 08:15:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HaitiGISToDo
v38 v39 101 101 * Image layers? 102 102 * Added image layers from http://hypercube.telascience.org/haiti/uav.html using advanced JS 103 104 103 === Load GIS data === 105 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 106 * Administratrive Areas (3 levels) -- tcarobruce is working on this 107 107 * [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_departments01132010.zip Departments] … … 109 109 * [https://www.geoint-online.net/community/haitiearthquake/Geospatial%20Data%20Files/haiti_sections_01132010.zip Sections] 110 110 * Shapefile to WKT (for calculations): {{{ogr2ogr -f CSV haiti_departments Haiti_departementes_edited_01132010.shp -lco GEOMETRY=AS_WKT}}} (OGR 1.6+) 111 * '''to reproject''' with ogr2ogr, add source and transformation SRSes: {{{-s_srs EPSG:32618 -t_srs EPSG:4326}}} 111 112 * Build a script to do this (very useful for future responses as this is a common process) 112 113 * can run the script from a Controller so that you can access Models … … 123 124 * http://www.fallingrain.com/world/HA/ 124 125 125 ----126 126 [wiki:Haiti]