====== Lithopia ====== * [[{{:lithopy_digital_dozen_breakthroughs_in_storytelling_awards.pdf}}https://github.com/anonette/lithopia | github src]] * [[https://www.nytimes.com/2020/05/29/arts/design/design-fiction.html | new york times expose]] * [[http://digitaldozen.io/?pirenko_portfolios=lithopy | digital dozen award 2020]] [[https://wiki.idiot.io/_media/lithopy_digital_dozen_breakthroughs_in_storytelling_awards.pdf|mirror pdf]] ==== sat imagery ==== {{https://arset.gsfc.nasa.gov/sites/default/files/website2.gif}} ==== planet ==== {{https://i.imgur.com/QOQhkl0.png}} 5,3,0.7m images from planetscope\\ {{https://i.imgur.com/66lRq0B.png}} {{https://i.imgur.com/9rCkHOA.png}} {{https://i.imgur.com/2fL32bx.png}} link to full resolution scan (cropped) for 18th in november {{:20181118_093413_0f42_3b_visual_crop.png?direct&400|}} that is an excerpt from planets [[https://www.planet.com/products/basemap/|free samples]] on registration. * 200sq/km scans * 3sq/m resolution ([[https://i.imgur.com/EyywwN0.png|"4.77m at the equator"]]) * a daily scan cycle * with 7 day delay [[https://planet.com|site]] \\ access via a command line and a nice web based tool. == media == {{https://i.imgur.com/sxCZmgG.png}} {{https://i.imgur.com/bVvn91d.png}} notice the tent(?) {{https://i.imgur.com/3tnZvA9.png}} google view \\ {{https://i.imgur.com/pkhpYuj.png}} ===== SAR imagery ====== lithium detection with [[https://www.economist.com/science-and-technology/2018/02/08/searching-for-lithium-deposits-with-satellites|satellites]] ==== Sentinel-1 ==== {{ :pasted:20181130-022341.png?600&direct}}
The Sentinel-1 mission comprises a constellation of two polar-orbiting satellites, operating day and night performing C-band synthetic aperture radar imaging, enabling them to acquire imagery regardless of the weather. [[https://sentinels.copernicus.eu/web/sentinel/missions/sentinel-1|sentinel-1]]
Mode\Resolution\Pixel spacing > SM\9x9 m\3.5x3.5 m [[ https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar/acquisition-modes|(acquisition-modes)]] sentinel [[https://sentinel.esa.int/web/sentinel/toolboxes/sentinel-1|toolboxes]] , and google [[https://developers.google.com/earth-engine/sentinel1|API]] ==== COSMO+SAOCOM ====
The main difference between the two sensors is the wavelength: 3 cm for COSMO-SkyMed X-band and 23 cm for SAOCOM L-Band. This translates in the fact that while X-band can detect even slight details, L-band is suitable to observe larger objects which would result unclear with X-band. Combining the two is possible to monitor both geometrical objects and small details. [[http://www.e-geos.it/news/item/344-bande-x-ed-l.html|e-gos.it]]
==== TerraSAR-X ==== https://sss.terrasar-x.dlr.de/ ==== what is it? ==== {{:pasted:20181130-012032.png?800&direct}} NASA ARSET: Basics of Synthetic Aperture Radar (SAR), Session 1/4 {{youtube>Xemo2ZpduHA?medium|}} {{:pasted:20181130-012444.png}} DEEP LEARNING IN SAR-OPTICAL DATA FUSION [[https://arxiv.org/pdf/1807.01569.pdf|arxiv]] {{:pasted:20181130-014139.png?400?direct}} {{youtube>4meidkmJWP0?medium}} {{esa_sar_tutorial.pdf}} - great intro https://en.wikipedia.org/wiki/Synthetic-aperture_radar python library [[https://pyradar-tools.readthedocs.io/en/latest/|pyradar]] written by a spanish, we need to meet him === datasets === "The [[https://en.wikipedia.org/wiki/Alaska_Satellite_Facility|Alaska Satellite]] Facility provides production, archiving and distribution to the scientific community of SAR data products and tools from active and past missions, including the June 2013 release of newly processed, 35-year-old Seasat SAR imagery." see a helpful SA [[https://gis.stackexchange.com/a/118102|answer]] EOLi (Earth Observation Link ) is the European Space Agency's client for Earth Observation Catalogue Service. also > alska [[https://www.asf.alaska.edu/get-data/get-started/how-to-get-sar-data/|datasets]] > d/l with script [[https://media.asf.alaska.edu/uploads/Bulk%20Download/asf_datarecipe_bulk_download_from_vertex_python_script_v1.pdf|pdf]] https://daac.ornl.gov/daacdata/eos_land_val/sar_subsets/data/ https://dx.doi.org/10.3334/ORNLDAAC/993 https://daac.ornl.gov/cgi-bin/dsviewer.pl?ds_id=993 {{:pasted:20181128-035525.png?direct&200}} {{:pasted:20181128-035529.png?direct&200}} {{:pasted:20181128-035543.png?direct&200}} ===== sat dance ===== {{youtube>d8mdhUqsi9s?medium}} =====REST comm===== exposed contract values are presented in the [[http://anonette.net:3000/explorer/|explorer]] along with their Curl example,\\ note that no authentication is used http://anonette.net:3000/explorer/ \\ \\ use [[https://httpie.org|HTTPie]] to interact with the REST server, a modern replacment for Curl. \\ on ubuntu type sudo apt install httpie to post from command line use, note we cant set a **flagColor** without naming a **place** http POST http://anonette.net:3000/api/Flagcolor flagColor="pink" place="spodumeneHouse" other possibilities http POST http://anonette.net:3000/api/Lithopian name="anoterNewName" to GET values use http GET http://anonette.net:3000/api/Flagcolor on server side the comm is handled by [[https://hyperledger.github.io/composer/v0.19/reference/rest-server|composer-rest-server]]