This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#### | |
#### script para converter múltiplos hatanaka em RINEX | |
#### | |
#### usage: | |
#### $ bash multihtnk2rnx.bash <foldername> | |
#### requires CRX2RNX from http://terras.gsi.go.jp/ja/crx2rnx.html | |
#### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// #include <stdio.h> | |
#include <C:\OSGeo4W64\include\ogr_srs_api.h> | |
/* | |
2019 Kaue de Moraes Vestena | |
Intended for integration in C code | |
*/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node: | |
{ | |
# find nodes with same coordinates | |
match:near(0.15) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE model> | |
<Option type="Map"> | |
<Option type="Map" name="children"> | |
<Option type="Map" name="native:creategrid_1"> | |
<Option type="bool" value="true" name="active"/> | |
<Option name="alg_config"/> | |
<Option type="QString" value="native:creategrid" name="alg_id"/> | |
<Option type="QString" value="" name="color"/> | |
<Option type="Map" name="comment"> | |
<Option type="QString" value="" name="color"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<entry eli-best="true"> | |
<name>Curitiba Orthophoto 2019</name> | |
<name lang='pt_BR'>Curitiba Ortofoto 2019</name> | |
<id>cwb_ortho_2016</id> | |
<category>photo</category> | |
<date>2019</date> | |
<country-code>BR</country-code> | |
<type>tms</type> | |
<url>https://geocuritiba.ippuc.org.br/server/rest/services/Hosted/Ortofotos2019/MapServer/tile/{zoom}/{y}/{x}</url> | |
<max-zoom>22</max-zoom> |
OlderNewer