Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelonGonzalez committed Mar 4, 2022
2 parents 0e7e3e4 + 01db9be commit d951c73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ This project is licensed under the terms of the GNU General Public License v3.0

## Example

>>> import dinsar
>>> Model = dinsar.example.get_model()

>>> mymap = Model.mapa(LayerControl=False)
>>> Model.get('Asc').mapa(m=mymap)
![map](https://user-images.githubusercontent.com/75794654/156733794-922a0bfe-e42b-4f4e-93fa-bf0cdcf71511.png)



Expand Down
4 changes: 2 additions & 2 deletions examples/Data Sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following is a description of the data used, all of them of public use:
. Piezometric database. Composed by the information associated to the
piezometers '104080065', '104130038', '104170015', '104240124', '114150046'
obtained from the Hydrographic Confederation of Guadalquivir (Spain) and the
Water Database of the Geological Survey of Spain (IGME , CN-CSIC).
Water Database of the Geological Survey of Spain (IGME-CSIC).

. Rainfall database. Composed by the information associated with the 'Almonte',
'La_Palma_del_Condado', 'Moguer' and 'Niebla' hydrological stations,
Expand All @@ -19,4 +19,4 @@ The following is a description of the data used, all of them of public use:
services, developed and integrated by CNR-IREA in the GEP.

Agreggates shapefile has been manually created by a point-aggregation operation
exectued via QGIS.
exectued via QGIS.

0 comments on commit d951c73

Please sign in to comment.