<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FAlicethomas</id>
	<title>GRASS-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FAlicethomas"/>
	<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/wiki/Special:Contributions/%E2%9A%A0%EF%B8%8FAlicethomas"/>
	<updated>2026-05-25T15:11:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=ASTER_topography&amp;diff=12881</id>
		<title>ASTER topography</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=ASTER_topography&amp;diff=12881"/>
		<updated>2011-03-17T09:55:45Z</updated>

		<summary type="html">&lt;p&gt;⚠️Alicethomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download ==&lt;br /&gt;
&lt;br /&gt;
The one-by-one-degree tiles can be downloaded &lt;br /&gt;
* from [https://wist.echo.nasa.gov/~wist/api/imswelcome/ NASA's EOS data archive] and/or&lt;br /&gt;
* from [http://www.gdem.aster.ersdac.or.jp/ Japan's Ground Data System]&lt;br /&gt;
&lt;br /&gt;
== Steps to import ASTER GDEM tiles in GRASS: ==&lt;br /&gt;
&lt;br /&gt;
 # save downloaded zip files in one directory&lt;br /&gt;
 # enter in directory and unzip files at once&lt;br /&gt;
 unzip &amp;quot;*.zip&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # create WGS84 location, import elevation (=dem) and quality (=num) tiles in PERMANENT mapset&lt;br /&gt;
 for GDEM in *.tif ; do&lt;br /&gt;
   r.in.gdal in=$GDEM out=`basename ${GDEM} .tif`&lt;br /&gt;
 done&lt;br /&gt;
 &lt;br /&gt;
 # match region to extent of imported gdem tiles&lt;br /&gt;
 g.region rast=`g.mlist pat=AST*dem sep=,` -p&lt;br /&gt;
 &lt;br /&gt;
 # patch tiles in one map&lt;br /&gt;
 r.patch in=`g.mlist pat=AST*dem sep=,` out=aster_gdem&lt;br /&gt;
 &lt;br /&gt;
 # assign colors&lt;br /&gt;
 r.colors aster_gdem color=terrain&lt;br /&gt;
&lt;br /&gt;
'''Note 1:''' You can also mosaic all tiles with gdalwarp and wildcards: &lt;br /&gt;
  gdalwarp AST*.tif mosaic.tif&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' Experimenting on color rules that replicate NASA's [http://www.nasa.gov/images/content/363790main_PIA12090_gdem-press-colorized-topo.tif &amp;quot;GDEM press colorized topo&amp;quot;] published at [http://www.nasa.gov/topics/earth/features/20090629.html &amp;quot;Mission News&amp;quot;]. Some color rules to start with...&lt;br /&gt;
&lt;br /&gt;
 # create a file (named for example '''aster_gdem''') under the directory '''/etc/colors''' within the local grass installation (e.g. '''/usr/local/grass-6.4.0svn/etc/colors/aster_gdem''')&lt;br /&gt;
 &lt;br /&gt;
 # copy-paste the following rules&lt;br /&gt;
 -11000 black&lt;br /&gt;
 -500 0 0 10&lt;br /&gt;
 -300 0 0 20&lt;br /&gt;
 -200 0 0 70&lt;br /&gt;
 -100 0 0 130&lt;br /&gt;
 -50 0 0 205&lt;br /&gt;
 0 black&lt;br /&gt;
 0.1  123 123 164&lt;br /&gt;
 50   123 123 255&lt;br /&gt;
 100  41  156 41&lt;br /&gt;
 160  164 180 41&lt;br /&gt;
 350  230 230 41&lt;br /&gt;
 610  164 205 41&lt;br /&gt;
 1100 164 213 41&lt;br /&gt;
 1200 213 255 148&lt;br /&gt;
 1500 205 255 139&lt;br /&gt;
 2000 215 255 155&lt;br /&gt;
 2300 238 238 24&lt;br /&gt;
 3000 255 255 0&lt;br /&gt;
 3800 255 213 41&lt;br /&gt;
 4000 255 150 0&lt;br /&gt;
 5500 255 255 255&lt;br /&gt;
 nv white&lt;br /&gt;
 &lt;br /&gt;
 # apply colors&lt;br /&gt;
 r.colors aster_gdem color=aster_gdem&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* http://gis.fem-environment.eu/aster-gdem-quality/&lt;br /&gt;
* https://arrowsmith.blog.asu.edu/2009/07/27/looking-at-the-new-aster-30-m-dems-not-so-impressive-relative-to-srtm-90-m&lt;br /&gt;
* http://www.geomorphometry.org/content/gdem-quick-assessment&lt;br /&gt;
* [http://www.customwritinghelp.co.uk/assignment.php assignment writing] &lt;br /&gt;
* [http://www.perfectwriting.co.uk/assignment/assignment-help.php assignment help]&lt;br /&gt;
* [http://www.perfectwriting.co.uk/assignment/assignment-writing.php assignment writing]&lt;br /&gt;
&lt;br /&gt;
[[Category: FAQ]]&lt;br /&gt;
[[Category: Geodata]]&lt;/div&gt;</summary>
		<author><name>⚠️Alicethomas</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=Import_DXF&amp;diff=12880</id>
		<title>Import DXF</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=Import_DXF&amp;diff=12880"/>
		<updated>2011-03-17T09:54:17Z</updated>

		<summary type="html">&lt;p&gt;⚠️Alicethomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes how to import file in {{wikipedia|AutoCAD DXF}} format into GRASS using {{cmd|v.in.dxf}}. DXF usually contains more layers. You can convert DXF file to ''multi-layer'' [[GRASS Vector Layers|GRASS vector map]] or import selected DXF layers as ''separated'' (single layer) GRASS vector maps.&lt;br /&gt;
__TOC__&lt;br /&gt;
== Convert DXF layers to multi-layer GRASS vector map ==&lt;br /&gt;
&lt;br /&gt;
Run from menu&lt;br /&gt;
&lt;br /&gt;
 File -&amp;gt; Import vector map -&amp;gt; DXF import&lt;br /&gt;
&lt;br /&gt;
or from command-line&lt;br /&gt;
&lt;br /&gt;
 v.in.dxf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:v-in-dxf-1.png|thumb|400px|Choose input DXF file]] || [[Image:v-in-dxf-2.png|thumb|400px|Optionally list DXF layers which to import (by default all layers are imported)]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optionally you can also import all DXF layers to single layer GRASS vector map (&amp;lt;code&amp;gt;-1&amp;lt;/code&amp;gt; flag).&lt;br /&gt;
&lt;br /&gt;
== Convert DXF layers to separate GRASS vector maps ==&lt;br /&gt;
&lt;br /&gt;
Run from menu&lt;br /&gt;
&lt;br /&gt;
 File -&amp;gt; Import vector map -&amp;gt; Multiple DXF layers import&lt;br /&gt;
&lt;br /&gt;
[[Image:v-in-dxf-3.png|thumb|center|500px|Choose input DXF file and DXF layers to be imported. Each selected DXF layer is imported as single layer GRASS vector map.]]&lt;br /&gt;
&lt;br /&gt;
== Tips == &lt;br /&gt;
&lt;br /&gt;
The concepts of areas, boundaries and lines in CAD and GIS are different, before importing a drawing into a GIS try to make it clean and &amp;quot;GIS like&amp;quot;. Ex: Make that two areas share the same boundary, join lines and convert to polylines, remove duplicated objects.&lt;br /&gt;
&lt;br /&gt;
Also import only the objects of interest, do not import text, paper layout or hatches.&lt;br /&gt;
&lt;br /&gt;
Separate the objects that will become lines or boundaries into different layers.&lt;br /&gt;
&lt;br /&gt;
If your dxf is in a local coordinate system (like old topo drawings) with shifting parameters you can use {{cmd|v.transform}} or you can put it in place with a CAD software (align) and them import into GRASS. If it already have an UTM coordinate and you want to change the reference system (datum) create the corresponding location import, change location and then use {{cmd|v.proj}}.&lt;br /&gt;
* [http://www.designerevaluation.com/logo-design/ logo design]&lt;br /&gt;
* [http://www.designerevaluation.com/ website design] &lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:wxGUI]]&lt;/div&gt;</summary>
		<author><name>⚠️Alicethomas</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS-Wiki&amp;diff=12879</id>
		<title>GRASS-Wiki</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS-Wiki&amp;diff=12879"/>
		<updated>2011-03-17T09:52:21Z</updated>

		<summary type="html">&lt;p&gt;⚠️Alicethomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;68%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-right:10px; border:1px solid #dfdfdf; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding:0.3em 1em 0.7em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:grasslogo_vector_small.png|right|link=http://grass.osgeo.org]]&lt;br /&gt;
&lt;br /&gt;
=== Welcome to the GRASS GIS Users Wiki ===&lt;br /&gt;
&lt;br /&gt;
{{website|intro/general.php|'''GRASS GIS'''}} is a [http://en.wikipedia.org/wiki/Geographic_information_system Geographic Information System] used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization.&lt;br /&gt;
&lt;br /&gt;
On this Wiki, you can get and contribute to GRASS related information, documents and community provided add-ons programs. To edit here, you need to register and login first (see top right link).&lt;br /&gt;
&lt;br /&gt;
For GRASS at a glance, see [[Core features]]. For usage examples, see the [http://grass.osgeo.org/screenshots/index.php screenshots gallery] and [[Applications]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#FFE5E5;&amp;quot;&amp;gt;&lt;br /&gt;
'''What's hot:'''&lt;br /&gt;
* [[GRASS Community Sprint Prague 2011]] - 20-25 May 2011, Prague, Czech Republic&lt;br /&gt;
* [http://grass.osgeo.org/download/ '''GRASS 6.4.0 released''' - get it now!] along with the [[Quick wxGUI tutorial]]&lt;br /&gt;
* New [[Initiatives]]&lt;br /&gt;
* [http://www.osgeo.org/node/1069 Helena Mitasova Receives Sol Katz Award 2010]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
==== User Documentation and Support ====&lt;br /&gt;
* [[GRASS Help|GRASS Help and Getting Started]]&lt;br /&gt;
* [[GRASS Documents|In depth GRASS Documentation]]&lt;br /&gt;
* [[Installation Guide]] for precompiled binaries&lt;br /&gt;
* [[Faq|FAQ]] - Frequently Asked Questions&lt;br /&gt;
* [[Applications]] - use cases of GRASS in various disciplines&lt;br /&gt;
* [[wxGUI]] - Graphical User Interface based on wxPython&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Community ====&lt;br /&gt;
* [[GRASS Community]]: Getting in touch&lt;br /&gt;
* [[Applications|Research applications]]: What people are doing with GRASS&lt;br /&gt;
* [[GRASS migration hints|Migrating to GRASS]]&lt;br /&gt;
* [[GRASS Blogger]]&lt;br /&gt;
* Get involved: [[Project jobs]]&lt;br /&gt;
* [http://grass.osgeo.org/wiki/Special:Recentchanges?feed=rss RSS feed] of recent changes of this Wiki&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;Have a look at the GRASS GIS users worldwide [http://grass.osgeo.org/community/ GRASS GIS User Online]. If you operate a GRASS GIS installation, you are welcome to enter your user data there. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;p&amp;gt;''[[GRASS-Wiki:Language policy|Translate this Wiki]]''&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- RIGHT COLUMN --&amp;gt;&lt;br /&gt;
| width=&amp;quot;38%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0;  border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:OSGeo 220pix.png|center|220px|link=http://www.osgeo.org]]&lt;br /&gt;
&amp;lt;center&amp;gt;OSGeo Foundation Project&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; border:1px solid #dfdfdf; padding:1em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Btn_donate_SM.gif|center|link=http://grass.osgeo.org/donation.php]]&amp;lt;center&amp;gt;[http://grass.osgeo.org/donation.php Donate via PayPal.com]&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; border:1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
* [http://grass.osgeo.org/screenshots/index.php GRASS Screenshots]&lt;br /&gt;
* [http://trac.osgeo.org SVN/trac] Source Code Repository&lt;br /&gt;
* [http://grass.osgeo.org/community/support.php Mailing lists] and [http://grass.osgeo.org/community/support.php#irc IRC]&lt;br /&gt;
* [http://trac.osgeo.org/grass/ Report errors or wishes]&lt;br /&gt;
* [https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4/COPYING Licensed under GNU GPL]&lt;br /&gt;
* [http://www.seoprofessionalsonline.com professional seo]&lt;br /&gt;
* [http://www.seoprofessionalsonline.com/website-optimizer.asp website optimizer]&lt;br /&gt;
* [http://www.realsofttech.com/ web design service]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
* [http://grass.osgeo.org/download/ Source code and binaries]&lt;br /&gt;
* '''[[GRASS AddOns]]'''&lt;br /&gt;
* [[Promotional material]]&lt;br /&gt;
* [[Sample datasets]]&lt;br /&gt;
* [[Global datasets]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Development ====&lt;br /&gt;
* [[Compile and Install]] of Source Code&lt;br /&gt;
* [[Development|GRASS Development]] intro&lt;br /&gt;
* [http://trac.osgeo.org/grass/wiki GRASS-trac]: the development Wiki, bugtracker, source code browser&lt;br /&gt;
* [[Release Roadmap]]&lt;br /&gt;
* [[GRASS 7 ideas collection]]&lt;br /&gt;
* [[GRASS SoC Ideas|Google Summer of Code ideas collection]]&lt;br /&gt;
* [http://trac.osgeo.org/grass/wiki/HowToContribute How to contribute to GRASS development] (getting write access and such)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0; margin-top:10px; border:1px solid #dfdfdf; padding:0em 1em 1em 1em; background-color:#f8f8ff;&amp;quot;&amp;gt;&lt;br /&gt;
Project Metrics provided by [http://www.ohloh.net/projects/3666 Ohloh].&lt;br /&gt;
{{#ohloh: account=3666}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>⚠️Alicethomas</name></author>
	</entry>
</feed>