We manage the project issues using a GitHub issue tracker. The InaSAFE issue tracker is open to everyone, though you will first need to register a (free) account on GitHub to use it. You can find the GitHub self-registration page here.
No, the software is completely Free and Open Source.
InaSAFE is published under the GPL version 2 license, the full text of which is available at www.gnu.org/licenses/gpl-2.0.txt.
Under the terms of the license of you may freely copy, share and modify the software, as long as you make it available under the same license.
The project is being developed ‘for the good of humanity’ and has been jointly developed by BNPB, AusAid & the World Bank.
If you have a feature request, please use the issue tracker to let us know about it, using the same procedure as for bug reporting.
Use the rename command. rename [ -v ] [ -n ] [ -f ] perlexpr [ files ]. For example:
rename -v "s/^building/OSM_building_polygons_20110905/" building.*
For raster data, use gdalwarp, for example:
gdalwarp -t_srs EPSG:4326 <source>.tif <target>.tif
For vector data use ogr2ogr. For example from TM-3 zone 48.2:
ogr2ogr -s_srs EPSG:23834 -t_srs EPSG:4326 <target>.shp <source>.shp
For Indonesia, you can download latest collections at data.kompetisiosm.org. or you can add our Open Street Map building PostGIS mirror to InaSAFE:
- Add PostGIS layer with host=203.77.224.77, database=osm, username=aifdr, port 5432, SSL mode=disable
- Select view named vw_planet_osm_polygon
- Build query: upper(geometrytype(“way”)) IN (‘POLYGON’,’MULTIPOLYGON’) AND BUILDING != ‘’
On Ubuntu, get the packages gtk-recordmydesktop and mencoder Record using recordmydesktop (start and stop icon in the top bar) Convert to other formats using mencoder, e.g:
mencoder -idx yogya_analysis-6.ogv -ovc lavc -oac lavc -lavcopts \
vcodec=mpeg4:vpass=1 -of lavf -o yogya_analysis.avi
or:
mencoder -idx yogya_analysis-6.ogv -ovc lavc -oac lavc -lavcopts \
vcodec=wmv2 -of lavf -o yogya_analysis.wmv
For vector to raster conversion, use gdal_rasterize utility, for example:
gdal_rasterize -a <attribute_name> -l <source>.shp <destination>.tif
One common issue is that if you upgraded from QGIS 1.7.x to 1.8 you may not get the new plugin repo added to your repo list. To fix this you can do: