Extract values from ASCII file in GIS by Fortran code

  • Context: Fortran 
  • Thread starter Thread starter Pooyannikeghbali
  • Start date Start date
  • Tags Tags
    Code File Fortran
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Pooyannikeghbali
Messages
3
Reaction score
1
TL;DR
I want to read values from the ASCII file of GIS by Fortran code.
I want to read values from the ASCII file of GIS by Fortran code. In GIS, an area has meshed. Each mesh has an individual value (e.g. velocity of water). Here is the website that shows how the ASCII file is working in GIS.
https://en.wikipedia.org/wiki/Esri_grid

I want to know if anybody has this code in Fortran or other languages.
 
on Phys.org
Pooyannikeghbali said:
Summary:: I want to read values from the ASCII file of GIS by Fortran code.

I want to read values from the ASCII file of GIS by Fortran code. In GIS, an area has meshed. Each mesh has an individual value (e.g. velocity of water). Here is the website that shows how the ASCII file is working in GIS.
https://en.wikipedia.org/wiki/Esri_grid

I want to know if anybody has this code in Fortran or other languages.
I don't think anyone here will have an implementation in Fortran or any other language. It wouldn't be too hard to write one, though. You mentioned in your Intro that you have some experience with Fortran 90. Do you know how to open a file in Fortran and take input from the file?
 
  • Like
Likes   Reactions: FactChecker and berkeman