<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Converting ASCII UK wind speed file to a raster image in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459591#M26256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The text file must contain 700 * 1300 legit values from the 6th row onwards. It'll then use the first 700 for the northern most part of the raster and so on with the very southern most part coming from the very last 700 values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears that you have non numeric values somewhere after the 6th row or you don't have 700*1300 values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2012 11:06:52 GMT</pubDate>
    <dc:creator>SteveLynch</dc:creator>
    <dc:date>2012-07-13T11:06:52Z</dc:date>
    <item>
      <title>Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459574#M26239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could any body help me convert the UK wind speed file provided by DECC found below to raster from ASCI. I have searched the forums and cant find any solution apart from phython which i dont know how to use, and evrytime i use the Tool in ARCmap it gives an error. Does any body have a solution or the UK wind speed data in raster format&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.decc.gov.uk/en/content/cms/meeting_energy/wind/windsp_databas/windsp_databas.aspx"&gt;http://www.decc.gov.uk/en/content/cms/meeting_energy/wind/windsp_databas/windsp_databas.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope someone can help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 14:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459574#M26239</guid>
      <dc:creator>DanielBourne</dc:creator>
      <dc:date>2011-08-24T14:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459575#M26240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After reading the &lt;/SPAN&gt;&lt;A href="http://www.decc.gov.uk/publications/basket.aspx?filetype=4&amp;amp;filepath=What+we+do%2fUK+energy+supply%2fEnergy+mix%2fRenewable+energy%2fexplained%2fwind%2f1402-windspeed-database-information-sheet.pdf&amp;amp;minwidth=true#basket"&gt;Windspeed Database Information Sheet&lt;/A&gt;&lt;SPAN&gt; I found the section you need...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;�??The ETSU NOABL wind speed data is stored in ASCII (text) format. The file format&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is ASCII, a simple text format. &lt;/SPAN&gt;&lt;STRONG&gt;It may be that there is no dedicated function in any&lt;BR /&gt;particular GIS to read this file type.&lt;/STRONG&gt;&lt;SPAN&gt; However, as the file type is simple and readable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by a number of different applications, (eg MS notepad, or Excel) that it should be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;possible to import the data. The text file accompanying the ASCII files describes the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file format.�?�&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Importing into ArcView&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Open your ASCII file in Excel as semi-colon delimited data, delete header line and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;first column and then save as a CSV comma delimited file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open this in a text editor such as Wordpad and Replace the 'semi-colon+space' with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a 'comma' and then delete carriage return at the end of the file and then add the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;new header lines at the top of the file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ncols 700&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nrows 1300&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;xllcorner 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yllcorner 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cellsize 1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Save it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, in the file manager just delete the ".csv" suffix and replace with ".asc" and it is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ready for Import into ArcView if you turn on the "Spatial Analyst" extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My note would be, if you perform these steps, you don't need Spatial Analyst.&amp;nbsp; ArcGIS reads .asc files as raster datasets assuming they have the header information outlined above.&amp;nbsp; You will still have to define a spatial reference for the data, but I didn't see any information provided by the data provider as to what it is.&amp;nbsp;&amp;nbsp;&amp;nbsp; You can see from their instructions that they are basically trying to get you to create an &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t0000000z000000"&gt;Esri Ascii Raster&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 16:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459575#M26240</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-08-24T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459576#M26241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have completed everything you have suggested, and now it accepts the data into ARC as raster but makes the computer freeze. I am unsure of one part of your&amp;nbsp; walk though; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'Open this in a text editor such as Wordpad and Replace the 'semi-colon+space' with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a 'comma' and then delete carriage return at the end of the file and then add the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;new header lines at the top of the file'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the data was already comma separated and I don't know what a carriage return is, could you help me with this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel Bourne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 08:07:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459576#M26241</guid>
      <dc:creator>DanielBourne</dc:creator>
      <dc:date>2011-08-25T08:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459577#M26242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A carriage return is basically when someone presses the Enter key on the keyboard.&amp;nbsp; As an example of what they are telling you to do.... Pretend you finished the last paragraph of a paper you were writing; then you hit Enter once,twice, 3 times to create empty lines at the end of the paragraph.&amp;nbsp; It's those empty lines they want you to delete.&amp;nbsp; Which can be hard because there isn't anything there for you to see to delete.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In terms of the data, the file I opened was not comma delimited.&amp;nbsp; The data I downloaded looks like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 9.4; 9.6; 8.2; 4.8; 3.5; 6.3; 7.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it is semi-colon + space delimited.&amp;nbsp; They want you to do a find/replace in notepad to make it comma delimited.&amp;nbsp; If your download was comma already you should be all set and just need to remove the carriage return and add the header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even though you shouldn't have to...I'm going to recommend that you run the ASCII to Raster tool once you have completed the steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 13:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459577#M26242</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-08-25T13:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459578#M26243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im still having problems, would it be possible for me to email you my data and you have a look to see what im doing wrong. It makes arc freeze when added and wont convert from ASCII to raster&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 14:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459578#M26243</guid>
      <dc:creator>DanielBourne</dc:creator>
      <dc:date>2011-08-25T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459579#M26244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded the entire database from the website so I have the data.&amp;nbsp; I have not gone through the steps to get it working; I simply read their instructions and passed on relevant points to you.&amp;nbsp; I can try to get it working with the data I have and let you know, but to be totally honest and up front with you, I may not get to this problem today.&amp;nbsp; If you have a deadline or urgent need to get it working I strongly encourage you to go through official channels. i.e. &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/"&gt;Esri Support &lt;/A&gt;&lt;SPAN&gt;or &lt;/SPAN&gt;&lt;A href="http://www.esriuk.com/services/support/"&gt;Esri UK Support&lt;/A&gt;&lt;SPAN&gt; if you're an international customer in the UK. If you're not in the UK, contact your local distributor.&amp;nbsp; They should have analyst standing by that can provide immediate support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll do my best to try and get the data working asap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459579#M26244</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-08-25T15:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459580#M26245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the same issues as you with this data.&amp;nbsp; I'm still looking for a solution.&amp;nbsp; I also don't get why the instructions are telling us to do a find/replace to remove semi-colon + space and put in a comma, when after we save from Excel to CSV it becomes comma delimited.&amp;nbsp; So I guess we can skip that step.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll keep you posted on any progress I make.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: I'm working with the orginal file named Speed10.asc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459580#M26245</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-08-26T15:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459581#M26246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, got this one figured out.&amp;nbsp; We need to delete the comma's and replace with spaces.&amp;nbsp; I reviewed our own documentation for the Ascii to Raster tool and it basically says the cell values should be delimited by spaces.&amp;nbsp; When I do that the data comes in fine even without running the Ascii to Raster tool.&amp;nbsp; Like I said earlier, we support .asc files as raster datasets (when they are formatted properly).&amp;nbsp; Here is a screenshot of the data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459581#M26246</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-08-26T15:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459582#M26247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to do the same however I am a novice user of ArcGIS. I have tried to follow the steps but I just get completely confused. Are you able to send me the converted raster file or is the file too large? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ashley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459582#M26247</guid>
      <dc:creator>AshleyDurston</dc:creator>
      <dc:date>2012-07-10T14:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459583#M26248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, I don't understand what you mean when you say use the file manager to delete the file suffix and replace with ASC ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459583#M26248</guid>
      <dc:creator>AshleyDurston</dc:creator>
      <dc:date>2012-07-10T14:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459584#M26249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can import the file as a raster now but its just a grey rectangle? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When it says delete first column I select column A in excel, hit delete but it just deletes the entire dataset?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 15:47:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459584#M26249</guid>
      <dc:creator>AshleyDurston</dc:creator>
      <dc:date>2012-07-10T15:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459585#M26250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it imported correctly and is a simple color, then you can apply a standard deviation stretch.&amp;nbsp; You will have to generate statistics on the ascii file in order for the stretch to be applied.&amp;nbsp; That is if the data made it in successfully after following the steps that Eric suggested.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 10:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459585#M26250</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-07-11T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459586#M26251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tried creating statistics and applying the stretch but I just get a black rectangle with lots of white dots across it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what my .asc file looks like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ncols 700&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nrows 1300&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;xllcorner 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yllcorner 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cellsize 1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"(&amp;nbsp; 0&amp;nbsp; 1299) 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"(100&amp;nbsp; 1299) 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"(200&amp;nbsp; 1299) 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is this correct? I've deleted the return carriage at the end also. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ashley.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 14:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459586#M26251</guid>
      <dc:creator>AshleyDurston</dc:creator>
      <dc:date>2012-07-12T14:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459587#M26252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is not the correct format, please see the help for the correct format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't have strings and semicolons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I.e &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NCOLS 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NROWS 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLLCORNER 378922&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YLLCORNER 4072345&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CELLSIZE 30&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 43 2 45 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35 45 65&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 19:29:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459587#M26252</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2012-07-12T19:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459588#M26253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As I mentioned before I'm quite a novice with ArcGIS. This is for an important University project relating to wind farms in the UK. Am I able to send you the .ASC file for you to look at it and manipulate for use in ArcGIS? I've been trying for days to get this to work but have yet to be successful. Sorry to be a nuisance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ashley.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 23:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459588#M26253</guid>
      <dc:creator>AshleyDurston</dc:creator>
      <dc:date>2012-07-12T23:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459589#M26254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In fact it's probably easier if I just give you the download link: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.decc.gov.uk/en/content/cms/meeting_energy/wind/windsp_databas/windsp_databas.aspx"&gt;http://www.decc.gov.uk/en/content/cms/meeting_energy/wind/windsp_databas/windsp_databas.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's under 'Methods of Accessing the Windspeed Database' I'm using the file 'Speed25'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 23:22:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459589#M26254</guid>
      <dc:creator>AshleyDurston</dc:creator>
      <dc:date>2012-07-12T23:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459590#M26255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;my asc file: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NCOLS 700&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NROWS 1300&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XLLCORNER 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YLLCORNER 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CELLSIZE 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is what i get:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 09:57:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459590#M26255</guid>
      <dc:creator>AshleyDurston</dc:creator>
      <dc:date>2012-07-13T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459591#M26256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The text file must contain 700 * 1300 legit values from the 6th row onwards. It'll then use the first 700 for the northern most part of the raster and so on with the very southern most part coming from the very last 700 values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears that you have non numeric values somewhere after the 6th row or you don't have 700*1300 values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 11:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459591#M26256</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2012-07-13T11:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Converting ASCII UK wind speed file to a raster image</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459592#M26257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi im currently trying to convert this file into a raster file but i am stuck. I tried the process on here but i can seem to get it to work when i put it into Arc scene it freezes and crashes and i dont know what im doing wrong. Isit possible for anyone to send me the files they used that work because i really need the data to use on my geography dissertation. thanks alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 11:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-ascii-uk-wind-speed-file-to-a-raster/m-p/459592#M26257</guid>
      <dc:creator>alexdoney</dc:creator>
      <dc:date>2012-11-06T11:19:52Z</dc:date>
    </item>
  </channel>
</rss>

